mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
add libreoffice package
This commit is contained in:
parent
693c5b9e8a
commit
990e07ff83
@ -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
|
||||
## Change log
|
||||
- v 0.1.0-a: Initial version
|
||||
|
@ -49,7 +49,8 @@
|
||||
"README.md",
|
||||
"api",
|
||||
"main.css",
|
||||
"templates"
|
||||
"templates",
|
||||
"icon.png"
|
||||
],
|
||||
"dest":"build/debug"
|
||||
}
|
||||
|
@ -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
|
||||
## Change log
|
||||
- v 0.1.0-a: Initial version
|
||||
|
@ -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",
|
||||
|
Binary file not shown.
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user