Skip to content

Commit c05795f

Browse files
Add document-templates and document-formats submodules - #3685
1 parent a1adde3 commit c05795f

5 files changed

Lines changed: 17 additions & 0 deletions

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@
4646
[submodule "sdkjs-plugins/plugin-zotero"]
4747
path = sdkjs-plugins/plugin-zotero
4848
url = ../plugin-zotero
49+
[submodule "document-templates"]
50+
path = document-templates
51+
url = ../document-templates.git
52+
[submodule "document-formats"]
53+
path = document-formats
54+
url = ../document-formats.git

.mrconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ checkout = git clone git@github.com:ONLYOFFICE/dictionaries.git
2020
[Docker-DocumentServer]
2121
checkout = git clone git@github.com:ONLYOFFICE/Docker-DocumentServer.git
2222

23+
[document-formats]
24+
checkout = git clone git@github.com:ONLYOFFICE/document-formats.git
25+
2326
[document-server-integration]
2427
checkout = git clone git@github.com:ONLYOFFICE/document-server-integration.git
2528

2629
[document-server-package]
2730
checkout = git clone git@github.com:ONLYOFFICE/document-server-package.git
2831

32+
[document-templates]
33+
checkout = git clone git@github.com:ONLYOFFICE/document-templates.git
34+
2935
[sdkjs]
3036
checkout = git clone git@github.com:ONLYOFFICE/sdkjs.git
3137

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,12 @@ ONLYOFFICE Docs contains the following components:
5353

5454
* [server](https://github.com/ONLYOFFICE/server) - the backend server software layer which is the base for all other components of ONLYOFFICE Docs.
5555
* [core](https://github.com/ONLYOFFICE/core) - server core components of ONLYOFFICE Docs which 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).
56+
* [core-fonts](https://github.com/ONLYOFFICE/core-fonts) - open-source fonts bundled with ONLYOFFICE Docs for document rendering and conversion.
5657
* [sdkjs](https://github.com/ONLYOFFICE/sdkjs) - JavaScript SDK for the ONLYOFFICE Docs which contains API for all the included components client-side interaction.
5758
* [web-apps](https://github.com/ONLYOFFICE/web-apps) - the frontend for ONLYOFFICE Docs which builds the program interface and allows the user create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor.
5859
* [dictionaries](https://github.com/ONLYOFFICE/dictionaries) - the dictionaries of various languages used for spellchecking in ONLYOFFICE Docs.
60+
* [document-formats](https://github.com/ONLYOFFICE/document-formats) - metadata describing the file formats supported by ONLYOFFICE editors.
61+
* [document-templates](https://github.com/ONLYOFFICE/document-templates) - blank and sample templates used when creating new documents.
5962

6063
## ONLYOFFICE Docs editions
6164

document-formats

Submodule document-formats added at 7d7576a

document-templates

Submodule document-templates added at 71430c9

0 commit comments

Comments
 (0)