From edfb32c73e0b8c575a447cf60fb18791ac322492 Mon Sep 17 00:00:00 2001 From: alexandervnuchkov Date: Mon, 3 Oct 2016 17:49:28 +0300 Subject: [PATCH] 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