diff --git a/LibreOffice/README.md b/LibreOffice/README.md index 8ff19d3..483f205 100644 --- a/LibreOffice/README.md +++ b/LibreOffice/README.md @@ -1,15 +1,12 @@ # Libre Office Onlie -This is an example project, generated by AntOS Development Kit -## Howto -Use the Antedit command palette to access to the SDK functionalities: +This application is the front-end connector of the Libre Office Online suite. +It needs to connect to a working LibreOffice document server. -1. Create new project -2. Init the project from the current folder located in side bar -3. Build and run the project -4. Release the project in zip package +The application allows to open/edit commons document, presentation, and spreedsheet. +It support a wide range of documents. -## Set up build target +![https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true](https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true) -Open the `build.json` file from the current project tree and add/remove -build target entries and jobs. Save the file \ No newline at end of file +## Change log +- v 0.1.0-a: Initial version diff --git a/LibreOffice/build.json b/LibreOffice/build.json index 0da805e..dbdd827 100644 --- a/LibreOffice/build.json +++ b/LibreOffice/build.json @@ -49,7 +49,8 @@ "README.md", "api", "main.css", - "templates" + "templates", + "icon.png" ], "dest":"build/debug" } diff --git a/LibreOffice/build/debug/README.md b/LibreOffice/build/debug/README.md index 8ff19d3..483f205 100644 --- a/LibreOffice/build/debug/README.md +++ b/LibreOffice/build/debug/README.md @@ -1,15 +1,12 @@ # Libre Office Onlie -This is an example project, generated by AntOS Development Kit -## Howto -Use the Antedit command palette to access to the SDK functionalities: +This application is the front-end connector of the Libre Office Online suite. +It needs to connect to a working LibreOffice document server. -1. Create new project -2. Init the project from the current folder located in side bar -3. Build and run the project -4. Release the project in zip package +The application allows to open/edit commons document, presentation, and spreedsheet. +It support a wide range of documents. -## Set up build target +![https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true](https://github.com/lxsang/antosdk-apps/blob/master/LibreOffice/libreoffice.png?raw=true) -Open the `build.json` file from the current project tree and add/remove -build target entries and jobs. Save the file \ No newline at end of file +## Change log +- v 0.1.0-a: Initial version diff --git a/LibreOffice/build/debug/package.json b/LibreOffice/build/debug/package.json index 991d7da..fc80c3c 100644 --- a/LibreOffice/build/debug/package.json +++ b/LibreOffice/build/debug/package.json @@ -9,7 +9,7 @@ }, "version":"0.1.0-a", "category":"Office", - "iconclass":"bi bi-person-workspace", + "icon":"icon.png", "mimes":[ "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.spreadsheet", diff --git a/LibreOffice/build/release/LibreOffice.zip b/LibreOffice/build/release/LibreOffice.zip index 0355e3d..e8720b4 100644 Binary files a/LibreOffice/build/release/LibreOffice.zip and b/LibreOffice/build/release/LibreOffice.zip differ diff --git a/LibreOffice/package.json b/LibreOffice/package.json index 991d7da..fc80c3c 100644 --- a/LibreOffice/package.json +++ b/LibreOffice/package.json @@ -9,7 +9,7 @@ }, "version":"0.1.0-a", "category":"Office", - "iconclass":"bi bi-person-workspace", + "icon":"icon.png", "mimes":[ "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.spreadsheet", diff --git a/packages.json b/packages.json index 91cbfa0..ece5a3d 100644 --- a/packages.json +++ b/packages.json @@ -259,6 +259,16 @@ "dependencies": [], "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/libplotly/build/release/libplotly.zip" }, + { + "pkgname": "LibreOffice", + "name": "Libre Office Online", + "description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/LibreOffice/README.md", + "category": "Office", + "author": "Dany LE", + "version": "0.1.0-a", + "dependencies": [], + "download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/LibreOffice/build/release/LibreOffice.zip" + }, { "pkgname": "libthreejs", "name": "libthreejs",