add libreoffice package

This commit is contained in:
lxsang 2022-08-23 10:17:58 +02:00
parent 693c5b9e8a
commit 990e07ff83
7 changed files with 28 additions and 23 deletions

View File

@ -1,15 +1,12 @@
# Libre Office Onlie # Libre Office Onlie
This is an example project, generated by AntOS Development Kit
## Howto This application is the front-end connector of the Libre Office Online suite.
Use the Antedit command palette to access to the SDK functionalities: It needs to connect to a working LibreOffice document server.
1. Create new project The application allows to open/edit commons document, presentation, and spreedsheet.
2. Init the project from the current folder located in side bar It support a wide range of documents.
3. Build and run the project
4. Release the project in zip package
## 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 ## Change log
build target entries and jobs. Save the file - v 0.1.0-a: Initial version

View File

@ -49,7 +49,8 @@
"README.md", "README.md",
"api", "api",
"main.css", "main.css",
"templates" "templates",
"icon.png"
], ],
"dest":"build/debug" "dest":"build/debug"
} }

View File

@ -1,15 +1,12 @@
# Libre Office Onlie # Libre Office Onlie
This is an example project, generated by AntOS Development Kit
## Howto This application is the front-end connector of the Libre Office Online suite.
Use the Antedit command palette to access to the SDK functionalities: It needs to connect to a working LibreOffice document server.
1. Create new project The application allows to open/edit commons document, presentation, and spreedsheet.
2. Init the project from the current folder located in side bar It support a wide range of documents.
3. Build and run the project
4. Release the project in zip package
## 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 ## Change log
build target entries and jobs. Save the file - v 0.1.0-a: Initial version

View File

@ -9,7 +9,7 @@
}, },
"version":"0.1.0-a", "version":"0.1.0-a",
"category":"Office", "category":"Office",
"iconclass":"bi bi-person-workspace", "icon":"icon.png",
"mimes":[ "mimes":[
"application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.text",
"application/vnd.oasis.opendocument.spreadsheet", "application/vnd.oasis.opendocument.spreadsheet",

View File

@ -9,7 +9,7 @@
}, },
"version":"0.1.0-a", "version":"0.1.0-a",
"category":"Office", "category":"Office",
"iconclass":"bi bi-person-workspace", "icon":"icon.png",
"mimes":[ "mimes":[
"application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.text",
"application/vnd.oasis.opendocument.spreadsheet", "application/vnd.oasis.opendocument.spreadsheet",

View File

@ -259,6 +259,16 @@
"dependencies": [], "dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/libplotly/build/release/libplotly.zip" "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", "pkgname": "libthreejs",
"name": "libthreejs", "name": "libthreejs",