From 1973bdc85cdb6e0b6f96de2c2291962834a0701f Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Mon, 3 Oct 2016 15:36:54 +0300 Subject: [PATCH 1/5] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e55593 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1.1.254-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) + +## Desktop Editors +**ONLYOFFICE Desktop Editors** is an office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. + +## Project Information + +Official website: [http://www.onlyoffice.com/apps.aspx](http://www.onlyoffice.com/apps.aspx "http://www.onlyoffice.com/apps.aspx") + +Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.com/ONLYOFFICE/DesktopEditors "https://github.com/ONLYOFFICE/DesktopEditors") + +## User Feedback and Support + +If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][2]. + + [1]: http://dev.onlyoffice.org + [2]: http://stackoverflow.com/questions/tagged/onlyoffice From 81e9e91df48422c61266a06857af1668a4420b0e Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Mon, 3 Oct 2016 17:13:01 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e55593..a0ab297 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1.1.254-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) +[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ## Desktop Editors **ONLYOFFICE Desktop Editors** is an office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. From edfb32c73e0b8c575a447cf60fb18791ac322492 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Mon, 3 Oct 2016 17:49:28 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a0ab297..bd86dc9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,29 @@ [![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Release](https://img.shields.io/badge/Release-v4.1-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) -## Desktop Editors -**ONLYOFFICE Desktop Editors** is an office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. +## Overview + +ONLYOFFICE Desktop Editors is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx. + +## Components + +ONLYOFFICE Desktop Editors contain the following components: + +* [desktop-apps](https://github.com/ONLYOFFICE/desktop-apps "desktop-apps") - the frontend for ONLYOFFICE Desktop Editors which is used to build the program interface for the operating system selected. +* [desktop-sdk](https://github.com/ONLYOFFICE/desktop-sdk "desktop-sdk") - SDK which is a core part of ONLYOFFICE Desktop Editors. +* [core](https://github.com/ONLYOFFICE/core "core") - server core components for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and is used to enable the conversion between the most popular office document formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP). +* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and contains API for all the included components client-side interaction. +* [web-apps](https://github.com/ONLYOFFICE/web-apps "web-apps") - the frontend for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors that allows the user to create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor. + + +## Functionality + +ONLYOFFICE Document Server includes the following editors: + +* ONLYOFFICE Document Editor +* ONLYOFFICE Spreadsheet Editor +* ONLYOFFICE Presentation Editor + +The editors allow you to create, edit, save and export text, spreadsheet and presentation documents. ## Project Information @@ -11,7 +33,8 @@ Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.c ## User Feedback and Support -If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][2]. +If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [dev.onlyoffice.org][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3]. [1]: http://dev.onlyoffice.org - [2]: http://stackoverflow.com/questions/tagged/onlyoffice + [2]: https://github.com/ONLYOFFICE/DocumentServer + [3]: http://stackoverflow.com/questions/tagged/onlyoffice From 8b6ab6eda13727ded6069d3cd30193c8b9fe49bb Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Mon, 3 Oct 2016 17:50:25 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd86dc9..3a8770d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ONLYOFFICE Desktop Editors contain the following components: ## Functionality -ONLYOFFICE Document Server includes the following editors: +ONLYOFFICE Desktop Editors include the following editors: * ONLYOFFICE Document Editor * ONLYOFFICE Spreadsheet Editor From 114f859a6bd0802e2251a7f1dbd3f2ac64848485 Mon Sep 17 00:00:00 2001 From: "Alexey.Golubev" Date: Mon, 3 Oct 2016 18:34:29 +0300 Subject: [PATCH 5/5] Added submodules --- .gitmodules | 18 ++++++++++++++++++ core | 1 + desktop-apps | 1 + desktop-sdk | 1 + dictionaries | 1 + sdkjs | 1 + web-apps | 1 + 7 files changed, 24 insertions(+) create mode 100644 .gitmodules create mode 160000 core create mode 160000 desktop-apps create mode 160000 desktop-sdk create mode 160000 dictionaries create mode 160000 sdkjs create mode 160000 web-apps diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..757f610 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,18 @@ +[submodule "desktop-apps"] + path = desktop-apps + url = git@github.com:ONLYOFFICE/desktop-apps.git +[submodule "desktop-sdk"] + path = desktop-sdk + url = git@github.com:ONLYOFFICE/desktop-sdk.git +[submodule "core"] + path = core + url = git@github.com:ONLYOFFICE/core.git +[submodule "web-apps"] + path = web-apps + url = git@github.com:ONLYOFFICE/web-apps.git +[submodule "sdkjs"] + path = sdkjs + url = git@github.com:ONLYOFFICE/sdkjs.git +[submodule "dictionaries"] + path = dictionaries + url = git@github.com:ONLYOFFICE/dictionaries.git diff --git a/core b/core new file mode 160000 index 0000000..f84ee9a --- /dev/null +++ b/core @@ -0,0 +1 @@ +Subproject commit f84ee9a5a30b79a2995a96f8019978d0d9d130af diff --git a/desktop-apps b/desktop-apps new file mode 160000 index 0000000..17a2f00 --- /dev/null +++ b/desktop-apps @@ -0,0 +1 @@ +Subproject commit 17a2f0095c8059eef13048c661e3b9beff85a2ae diff --git a/desktop-sdk b/desktop-sdk new file mode 160000 index 0000000..f1c8e3b --- /dev/null +++ b/desktop-sdk @@ -0,0 +1 @@ +Subproject commit f1c8e3be07c88ed7ce81c4c9c900e454e9c3a197 diff --git a/dictionaries b/dictionaries new file mode 160000 index 0000000..5d16d75 --- /dev/null +++ b/dictionaries @@ -0,0 +1 @@ +Subproject commit 5d16d75f1cbb9e25e7bd9ab4ad21132ffaff682f diff --git a/sdkjs b/sdkjs new file mode 160000 index 0000000..a161386 --- /dev/null +++ b/sdkjs @@ -0,0 +1 @@ +Subproject commit a161386857a2c2c33ef2cb61dbf95a96552ac811 diff --git a/web-apps b/web-apps new file mode 160000 index 0000000..c083753 --- /dev/null +++ b/web-apps @@ -0,0 +1 @@ +Subproject commit c083753f7807565b39a8932766933cba6fb79832