Compare commits
51 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3553b74db1 | |||
| c9b2c1cec0 | |||
| 30b72cef42 | |||
| f7143495df | |||
| a83ccfb78e | |||
| 8bd1c99e7c | |||
| 58d9ffd8b7 | |||
| 7fc307e6a0 | |||
| 3b895c0150 | |||
| 95ae989e2a | |||
| 79883895dd | |||
| d22d8967e5 | |||
| 50207962f7 | |||
| 1e78a02bcd | |||
| d8f98a3c45 | |||
| c858ee63b0 | |||
| fdbbce548b | |||
| 96dab9b45c | |||
| abf53d7e86 | |||
| 6f61ce8167 | |||
| 133cbb6885 | |||
| b08f52701c | |||
| 3eb835dc31 | |||
| 9788b08d1d | |||
| df5908694c | |||
| 61be873faf | |||
| 2c7498c832 | |||
| 768d1acfaf | |||
| 5f802589f6 | |||
| c1739ff6fc | |||
| b9c9ffc0db | |||
| 2fde92499b | |||
| d75bc55e8b | |||
| fe17027ebd | |||
| 629d5bcd56 | |||
| 83a0de4d69 | |||
| 19a7ba9228 | |||
| 0b98d334ec | |||
| 928e7e38bc | |||
| 586a9d2ba1 | |||
| fcd9a578a4 | |||
| a5ff28e8fd | |||
| f70d793b1f | |||
| 74034bce6c | |||
| 553e20c41f | |||
| bddbe32b4e | |||
| 7f65c8a565 | |||
| 2cc556889b | |||
| e65b996439 | |||
| a0d3fa90f3 | |||
| 0b58be3811 |
+3
-3
@@ -7,12 +7,12 @@
|
||||
[submodule "core"]
|
||||
path = core
|
||||
url = https://github.com/ONLYOFFICE/core.git
|
||||
[submodule "web-apps"]
|
||||
path = web-apps
|
||||
url = https://github.com/ONLYOFFICE/web-apps.git
|
||||
[submodule "sdkjs"]
|
||||
path = sdkjs
|
||||
url = https://github.com/ONLYOFFICE/sdkjs.git
|
||||
[submodule "dictionaries"]
|
||||
path = dictionaries
|
||||
url = https://github.com/ONLYOFFICE/dictionaries.git
|
||||
[submodule "web-apps"]
|
||||
path = web-apps
|
||||
url = https://github.com/ONLYOFFICE/web-apps-pro.git
|
||||
|
||||
+1099
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
[](http://www.gnu.org/licenses/agpl-3.0.ru.html)  
|
||||
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||||

|
||||
|
||||
## Overview
|
||||
|
||||
@@ -13,6 +14,7 @@ ONLYOFFICE Desktop Editors contain the following components:
|
||||
* [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.
|
||||
* [dictionaries](https://github.com/ONLYOFFICE/dictionaries "dictionaries") - the dictionaries of various languages used for spellchecking in ONLYOFFICE Desktop Editors.
|
||||
|
||||
|
||||
## Functionality
|
||||
@@ -27,7 +29,7 @@ The editors allow you to create, edit, save and export text, spreadsheet and pre
|
||||
|
||||
## Project Information
|
||||
|
||||
Official website: [http://www.onlyoffice.com/apps.aspx](http://www.onlyoffice.com/apps.aspx "http://www.onlyoffice.com/apps.aspx")
|
||||
Official website: [https://www.onlyoffice.com/apps.aspx](https://www.onlyoffice.com/apps.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop)
|
||||
|
||||
Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.com/ONLYOFFICE/DesktopEditors "https://github.com/ONLYOFFICE/DesktopEditors")
|
||||
|
||||
|
||||
+1
-1
Submodule core updated: 0bd10c28ac...5f75c1ac90
+1
-1
Submodule desktop-apps updated: 942bdffe28...2656751475
+1
-1
Submodule desktop-sdk updated: 1d5ea86845...f213f6d409
+1
-1
Submodule dictionaries updated: 474a6c687d...7387cdbfca
+1
-1
Submodule sdkjs updated: 445c9872e1...a525a349e5
+1
-1
Submodule web-apps updated: 8b8b9b668d...a8237f4538
Reference in New Issue
Block a user