DocumentServer/Readme.md

65 lines
4.9 KiB
Markdown
Raw Normal View History

2017-11-15 13:09:38 +00:00
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html) ![Release](https://img.shields.io/badge/Release-v5.0-blue.svg?style=flat)
2016-06-30 09:44:20 +00:00
2015-04-29 12:42:22 +00:00
## Overview
2014-07-05 18:22:49 +00:00
2015-04-29 12:42:22 +00:00
ONLYOFFICE Document Server is a free collaborative online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
2014-07-05 18:22:49 +00:00
2016-06-30 08:25:58 +00:00
## Components
ONLYOFFICE Document Server contains the following components:
* [server](https://github.com/ONLYOFFICE/server "server") - the backend server software layer which is the base for all other components of ONLYOFFICE Document Server.
* [core](https://github.com/ONLYOFFICE/core "core") - server core components of ONLYOFFICE Document Server 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).
2016-06-30 09:02:49 +00:00
* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the ONLYOFFICE Document Server which contains API for all the included components client-side interaction.
2016-06-30 08:25:58 +00:00
* [web-apps](https://github.com/ONLYOFFICE/web-apps "web-apps") - the frontend for ONLYOFFICE Document Server 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.
2017-05-31 09:03:34 +00:00
* [dictionaries](https://github.com/ONLYOFFICE/dictionaries "dictionaries") - the dictionaries of various languages used for spellchecking in ONLYOFFICE Document Server.
* [sdkjs-plugins](https://github.com/ONLYOFFICE/sdkjs-plugins "sdkjs-plugins") - the add-ons for ONLYOFFICE Document Server used for the developers to add specific functions to the editors which are not directly related to the OOXML format.
2016-06-30 08:25:58 +00:00
2015-04-29 12:42:22 +00:00
## Functionality
2014-07-05 18:22:49 +00:00
2016-06-30 08:25:58 +00:00
ONLYOFFICE Document Server includes the following editors:
2014-07-05 18:22:49 +00:00
* ONLYOFFICE Document Editor
* ONLYOFFICE Spreadsheet Editor
* ONLYOFFICE Presentation Editor
2016-06-30 08:25:58 +00:00
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents and additionally have the features:
2015-04-29 12:42:22 +00:00
* Collaborative editing
* Hieroglyph support
2016-06-30 08:25:58 +00:00
* Reviewing
* Spell-checking
2014-07-05 18:22:49 +00:00
2015-04-29 12:42:22 +00:00
## Project Information
2014-07-05 18:22:49 +00:00
2015-04-29 12:42:22 +00:00
Official website: [http://www.onlyoffice.org](http://onlyoffice.org "http://www.onlyoffice.org")
2014-07-05 18:22:49 +00:00
2015-04-29 12:42:22 +00:00
Code repository: [https://github.com/ONLYOFFICE/DocumentServer](https://github.com/ONLYOFFICE/DocumentServer "https://github.com/ONLYOFFICE/DocumentServer")
2014-07-05 18:22:49 +00:00
2015-04-29 12:42:22 +00:00
Docker Image: [https://github.com/ONLYOFFICE/Docker-DocumentServer](https://github.com/ONLYOFFICE/Docker-DocumentServer "https://github.com/ONLYOFFICE/Docker-DocumentServer")
2014-07-05 18:22:49 +00:00
2015-04-29 12:42:22 +00:00
License: [GNU AGPL v3.0](https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=4358397&doc=K0ZUdlVuQzQ0RFhhMzhZRVN4ZFIvaHlhUjN2eS9XMXpKR1M5WEppUk1Gcz0_IjQzNTgzOTci0 "GNU AGPL v3.0")
2015-04-29 09:46:43 +00:00
2015-04-29 12:42:22 +00:00
SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com")
2016-07-07 08:03:37 +00:00
## ONLYOFFICE One Click Installation
2016-07-07 08:06:14 +00:00
ONLYOFFICE Document Server is a part of **ONLYOFFICE Community Edition** that comprises also [Community Server](https://github.com/ONLYOFFICE/CommunityServer "Community Server") and [Mail Server](https://github.com/ONLYOFFICE/Docker-MailServer "Mail Server"). To get ONLYOFFICE Free Edition in one click, make use of [ONLYOFFICE One Click Installation](https://controlpanel.onlyoffice.com/ "ONLYOFFICE One Click Installation").
2016-07-07 08:03:37 +00:00
2017-07-05 15:39:11 +00:00
## Documentation
2015-05-07 14:53:13 +00:00
2015-08-26 11:34:44 +00:00
The easiest way to install ONLYOFFICE Document Server is to use the Docker image. You can also install it from the repository or compiling the source code. The following documentation is available to the community depending on the way you choose:
2015-05-07 14:53:13 +00:00
2016-07-07 08:03:37 +00:00
* [Compiling ONLYOFFICE Document Server for a Local Server](http://helpcenter.onlyoffice.com/server/linux/document/compile-source-code.aspx "Compiling ONLYOFFICE Document Server for a Local Server")
2016-06-30 08:25:58 +00:00
* [Installing ONLYOFFICE Document Server Linux Version](http://helpcenter.onlyoffice.com/server/linux/document/linux-installation.aspx "Installing ONLYOFFICE Document Server Linux Version")
2017-11-15 13:07:17 +00:00
* [Installing ONLYOFFICE Document Server Windows Version](http://helpcenter.onlyoffice.com/server/windows/document/install-office-apps.aspx "Installing Document Server for Windows on a Local Server")
2016-06-30 08:25:58 +00:00
* [Installing ONLYOFFICE Document Server Docker Version](http://helpcenter.onlyoffice.com/server/docker/document/docker-installation.aspx "Installing ONLYOFFICE Document Server Docker Version")
2015-05-07 14:53:13 +00:00
2015-04-29 12:42:22 +00:00
## User Feedback and Support
If you have any problems with or questions about [ONLYOFFICE Document Server][2], 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].
2015-04-29 12:42:22 +00:00
[1]: http://dev.onlyoffice.org
[2]: https://github.com/ONLYOFFICE/DocumentServer
[3]: http://stackoverflow.com/questions/tagged/onlyoffice