Merge branch 'feature/nuxeo-confluence' into for-test-new

This commit is contained in:
Svetlana Maleeva 2021-09-21 19:01:57 +03:00
commit 08b4974b0e
9 changed files with 174 additions and 106 deletions

View File

@ -18,10 +18,25 @@
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">About the ONLYOFFICE Chamilo integration</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Connecting ONLYOFFICE Docs to Chamilo</span></li>
<li><span class="gs_link" id="StartUsing">Start using ONLYOFFICE Docs within Chamilo</span></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Overview_block")%>">About the ONLYOFFICE and Chamilo integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Chamilo</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Update_block")%>">Updating the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Disable_block")%>">Disabling the ONLYOFFICE Connector for Chamilo</a></li>
</ul>
</li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Chamilo</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -39,28 +54,30 @@
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE and Chamilo integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Chamilo and edit office documents within the document library. You can download the ONLYOFFICE connector from <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo" target="_blank"><b>GitHub page</b></a>.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Chamilo and edit office documents within the document library. You can download the ONLYOFFICE connector from the <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo" target="_blank"><b>GitHub page</b></a>.</p>
<div class="notehelp">
<p>To learn more about how the ONLYOFFICE connector for Chamilo works, please visit our <a href="https://api.onlyoffice.com/editors/chamilo" target="_blank"><b>API documentation</b></a>.</p>
</div>
<div id="MainFeatures_block">
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Editing and viewing text documents, spreadsheets, and presentations.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), the Track Changes mode, comments, and the built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so that no one, besides the users with proper rights, can have access to your documents.</li>
<li><b>JWT support</b> to secure your traffic so that no one can have access to your documents with the exception of the users with proper rights.</li>
</ul>
</div>
<div id="SupportedFormats_block">
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For editing and viewing: DOCX, PPTX, XLSX</li>
</ul>
</div>
<div id="Whatsnew_block">
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 1.1.2</h3>
<p>Added</p>
<ul>
@ -75,26 +92,27 @@
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-chamilo/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
</div>
</div>
</div>
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Connecting ONLYOFFICE Docs to Chamilo</h2>
<div id="Requirements_block">
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 6.2 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Chamilo and any end clients. It must be able to POST to Chamilo directly.</p>
<div class="notehelp">
<p>Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.</p>
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Chamilo v1.11.14 or later</li>
</ul>
<div class="notehelp">ONLYOFFICE Docs and Chamilo can be installed either on different computers, or on the same machine. In case you select the latter variant, you will need to set up a custom port for ONLYOFFICE Docs as by default both ONLYOFFICE Docs and Chamilo work on port 80. See the corresponding instructions for <a href="https://localhost/installation/docs-community-install-docker.aspx#Installing" target="_blank"><b>Docker</b></a>, <a href="https://localhost/installation/docs-community-install-ubuntu.aspx#InstallingDebian" target="_blank"><b>Ubuntu</b></a>, <a href="https://localhost/installation/docs-community-install-centos.aspx#ChangingPort" target="_blank"><b>CentOS</b></a>, or <a href="https://localhost/installation/docs-community-install-windows.aspx#InstallingDocumentServer" target="_blank"><b>Windows</b></a>.</div>
</div>
<div id="Install_block">
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Chamilo</h3>
<div class="PortalHelp">
<p>Starting from Chamilo v1.11.16, the ONLYOFFICE connector is pre-installed. If you use Chamilo v.1.11.14, please follow these instructions to install the ONLYOFFICE connector:</p>
@ -114,18 +132,18 @@
</div>
<div id="Update_block">
<div class="gs_content gs_submenu" id="Update_block">
<h3>Updating the ONLYOFFICE connector for Chamilo</h3>
<p>To update the connector to the latest version, you need to uninstall the pre-installed one first following the instruction:</p>
<ol>
<li>Open the terminal in the root folder.</li>
<li>Delete the plugin using the following command: <code>rm -rf /var/www/html/chamilo-x.x.x/plugin/onlyoffice</code>
<p>Where <code>chamilo-x.x.x</code> is your Chamilo cersion.</p></li>
<p>Where <code>chamilo-x.x.x</code> is your Chamilo version.</p></li>
</ol>
<p>Once you uninstall the connector, follow the <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Install_block")%>"><b>installation</b></a> instruction.</p>
</div>
<div id="Configure_block">
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE Connector for Chamilo</h3>
<div class="PortalHelp">
@ -149,14 +167,13 @@
</div>
</div>
<div id="Disable_block">
<h3>Diabling the ONLYOFFICE connector for Chamilo</h3>
<div class="gs_content gs_submenu" id="Disable_block">
<h3>Disabling the ONLYOFFICE connector for Chamilo</h3>
<p>If you need to disable the ONLYOFFICE connector:</p>
<ol>
<li>On the <b>Plugins</b> page, find <b>ONLYOFFICE</b> and click <b>Configure</b>.</li>
<li>Tick the <b>No</b> checkbox in the <b>Enable</b> section.</li>
</ol>
<p>Once you uninstall the connector, follow the <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Install_block")%>"><b>installation</b></a> instruction.</p>
</div>
</div>
@ -183,7 +200,7 @@
<li>Click the
<img alt="Chamilo edit icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Chamilo/small/Edit.png")%>" />
<b>Edit</b> icon.</li>
<li>On the opened page, select/deselect the <b>Read only</b> checkbox.</li>
<li>On the opened page, select the <b>Read only</b> checkbox.</li>
<li>Click the <b>Save document</b> button.</li>
</ol>
<div class="screen_block">

View File

@ -18,10 +18,24 @@
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">About the ONLYOFFICE Confluence integration</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Connecting ONLYOFFICE Docs to Confluence</span></li>
<li><span class="gs_link" id="StartUsing">Start using ONLYOFFICE Docs within Confluence</span></li>
<li>
<a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">About the ONLYOFFICE and Confluence integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Confluence</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for Confluence from the Atlassian Marketplace</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Demo_block")%>">Connecting to the demo ONLYOFFICE Docs</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Confluence</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -38,25 +52,27 @@
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE Confluence integration</h2>
<h2>About the ONLYOFFICE and Confluence integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Confluence and edit office documents within the document library. You can install the ONLYOFFICE connector from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence" target="_blank"><b>Atlassian Marketplace</b></a> or download it from <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>GitHub page</b></a>. The application is distributed under the Apache license.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Confluence and edit office documents within the document library. You can install the ONLYOFFICE connector from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence" target="_blank"><b>Atlassian Marketplace</b></a> or download it from the <a href="https://github.com/ONLYOFFICE/onlyoffice-confluence" target="_blank"><b>GitHub page</b></a>. The application is distributed under the Apache license.</p>
<div class="notehelp">
<p>To learn more about how it works and how to compile the ONLYOFFICE connector for Confluence, please visit our <a href="https://api.onlyoffice.com/editors/confluence" target="_blank"><b>API documentation</b></a>.</p>
To learn more about how it works and how to compile the ONLYOFFICE connector for Confluence, please visit our <a href="https://api.onlyoffice.com/editors/confluence" target="_blank"><b>API documentation</b></a>.
</div>
<div id="MainFeatures_block">
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Creating text documents, spreadsheets, and presentations using the <b>New document</b> option.</li>
<li>Editing and viewing documents with the <b>Edit in ONLYOFFICE</b> option.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), Track Changes, comments, and a built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so that no one, besides the users with proper rights, can have access to your documents.</li>
</ul>
</div>
<div id="SupportedFormats_block">
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For creating, editing and viewing: DOCX, PPTX, XLSX</li>
<li>For editing via conversion to OOXML: ODT, DOC, ODP, PPT, ODS, XLS</li>
@ -64,7 +80,7 @@
</ul>
</div>
<div id="Whatsnew_block">
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 3.0.0</h3>
<p>Added</p>
<ul>
@ -82,28 +98,28 @@
<div class="gs_content" id="OnlineEditorsIntegration_block">
<h2>Connecting ONLYOFFICE Docs to Confluence</h2>
<div id="Requirements_block">
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 5.9.4 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Confluence and any end clients. It must be able to POST to Confluence directly.</p>
<div class="notehelp">
<p>Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.</p>
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Confluence Data Center 6.13.1 - 7.12.3 or Confluence Server 6.13.1 - 7.12.3</li>
</ul>
</div>
<div id="Install_block">
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Confluence from the Atlassian Marketplace</h3>
<div class="PortalHelp">
<p>You can download the latest connector version from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>official Atlassian Marketplace</b></a>. To do it, please follow:</p>
<p>You can download the latest connector version from the <a href="https://marketplace.atlassian.com/apps/1218214/onlyoffice-connector-for-confluence?hosting=server&tab=overview" target="_blank"><b>official Atlassian Marketplace</b></a>. To do so, please follow these steps:</p>
<ol>
<li>Log into your Confluence instance as an administrator.</li>
<li>Click the admin drop-down box and choose <b>Manage apps</b>. The <b>Manage apps</b> screen will appear.</li>
<li>Click <b>Find new apps</b> from the left-hand side of the page.</li>
<li>Click <b>Find new apps</b> on the left-hand side of the page.</li>
<li>Locate <b>ONLYOFFICE Connector for Confluence</b> via search. Results will include the add-on versions compatible with your Confluence instance.</li>
<li>Click <b>Install</b> to download and install your application. </li>
</ol>
@ -116,19 +132,16 @@
</div>
<div id="Configure_block">
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE Connector for Confluence</h3>
<div class="PortalHelp">
<div class="screen_block">
<img alt="ONLYOFFICE_configure" target="ONLYOFFICE_configure_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/config_small.png")%>" />
<img alt="ONLYOFFICE_configure" id="ONLYOFFICE_configure_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/config_big.png")%>" />
<div target="ONLYOFFICE_configure_1" class="screenphoto magnifier"></div>
</div>
<p>Go to <b>Confluence administration</b> -> <b>Manage apps</b>> -> <b>ONLYOFFICE Connector for Confluence</b> -> <b>Configure</b>:</p>
<ul>
<li><b>Document Server</b> - the URL address where ONLYOFFICE Docs is installed (e.g. <i>https://documentserver</i>).</li>
<li><b>Secret key</b> - specify the JWT secret used to sign the data. It is the secret to validate the JSON web token in the request to Document Server.</li>
<li><b>Document Server</b> - specify the URL address where ONLYOFFICE Docs is installed (e.g. <i>https://documentserver</i>).</li>
<li><b>Secret key</b> - specify the JWT secret used to sign the data. It is the secret to validate the JSON web token upon the request to Document Server.
<p>The JWT configuration on the Document Server side can be found <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>here</b></a>.</p>
</li>
</ul>
<div class="notehelp">
<p>The JWT configuration on the ONLYOFFICE Docs side can be found in the following paths:</p>
@ -137,13 +150,19 @@
</div>
<p><b>Advanced server settings:</b></p>
<ul>
<li><b>Server address for internal requests from the Document Editing Service</b> - Address that is used to access the Confluence server from the Document Editing Service.</li>
<li><b>Server address for internal requests from the Document Editing Service</b> - address that is used to access the Confluence server from the Document Editing Service.</li>
<li><b>Document Editing Service address for internal requests from the server</b> - address that is used to access the Document Editing Service from the Confluence server. </li>
</ul>
<div id="Demo_block">
<div class="screen_block">
<img alt="ONLYOFFICE_configure" target="ONLYOFFICE_configure_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/small/config_small.png")%>" />
<img alt="ONLYOFFICE_configure" id="ONLYOFFICE_configure_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Confluence/big/config_big.png")%>" />
<div target="ONLYOFFICE_configure_1" class="screenphoto magnifier"></div>
</div>
<div class="gs_content gs_submenu" id="Demo_block">
<h3>Connecting to the demo ONLYOFFICE Docs</h3>
<p>If you would like to test the ONLYOFFICE online editors within Confluence without actual installation of ONLYOFFICE Docs, go to <b>Confluence administration</b> -> <b>Manage apps</b> -> <b>ONLYOFFICE Connector for Confluence</b> -> <b>Configure</b>, tick the <b>Connect to demo ONLYOFFICE Document Server</b> checkbox and click the <b>Save</b> button.</p>
<div class="notehelp">This is a public test server that will be available during a 30-day period. Don't use it with your sensitive data.</div>
<div class="notehelp">This is a public test server that will be available during a 30-day period. Don't use your sensitive data there.</div>
</div>
</div>
</div>
@ -157,7 +176,7 @@
<li>Open the page where you need to create a file.</li>
<li>Click the <b>New document</b> button.</li>
<li>Choose the needed file type.</li>
<li>Provide the file name in the text field near the file type icon.</li>
<li>Enter the file name in the text field near the file type icon.</li>
<li>Click the
<img alt="Confluence save object icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Confluence/small/savefileicon.png")%>" />
<b>Save</b> button.

View File

@ -18,10 +18,22 @@
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">About the ONLYOFFICE and Liferay integration</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Connecting ONLYOFFICE Docs to Liferay</span></li>
<li><span class="gs_link" id="StartUsing">Start using ONLYOFFICE Docs within Liferay</span></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Overview_block")%>">About the ONLYOFFICE and Liferay integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#OnlineEditorsIntegration_block")%>">Online editors integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Install_block")%>">Installing the ONLYOFFICE connector for Liferay</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#Configure_block")%>">Configuring the Liferay and ONLYOFFICE integration application</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Liferay</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -40,22 +52,23 @@
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Liferay and edit office documents inside Liferay Document and Media Library. You can download the ONLYOFFICE connector from the <a href="https://web.liferay.com/marketplace/-/mp/application/171169174" target="_blank"><b>Liferay Marketplace</b></a> or from the <a href="https://github.com/ONLYOFFICE/onlyoffice-liferay" target="_blank"><b>GitHub page</b></a>. The connector is distributed under the Apache license.</p>
<div class="notehelp">
<p>To learn more about how the ONLYOFFICE connector for Liferay works , please visit our <a href="https://api.onlyoffice.com/editors/liferay" target="_blank"><b>API documentation</b></a> page.</p>
To learn more about how the ONLYOFFICE connector for Liferay works , please visit our <a href="https://api.onlyoffice.com/editors/liferay" target="_blank"><b>API documentation</b></a> page.
</div>
<div id="MainFeatures_block">
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Creating files using the <b>Create with ONLYOFFICE</b> menu option.</li>
<li>Viewing and editing existing text documents, spreadsheets, or presentations using the <b>ONLYOFFICE Edit/View</b> menu option within the <b>Documents and Media</b> section.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and the built-in chat.</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), Track Changes, comments, and the built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so that no one can have access to your documents with the exception of the users with proper rights</li>
</ul>
<p>Visit our For <a href="https://api.onlyoffice.com/editors/liferay" target="_blank"><b>Developers page</b></a> to find out more about the ONLYOFFICE Connector for Liferay and how it works in details.</p>
</div>
<div id="SupportedFormats_block">
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported formats</h3>
<p> </p>
<ul>
<li>For creating, editing and viewing: DOCX, PPTX, XLSX</li>
<li>For editing via conversion to OOXML: ODT, DOC, RTF, TXT, ODP, PPT, ODS, XLS, CSV</li>
@ -63,7 +76,7 @@
</ul>
</div>
<div id="Whatsnew_block">
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 2.0.0</h3>
<p>Added</p>
<ul>
@ -86,27 +99,27 @@
<h2>Connecting ONLYOFFICE Docs to Liferay</h2>
<div class="PortalHelp">
<div id="Requirements_block">
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 5.9.4 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Liferay and any end clients. It must be able to POST to Liferay directly.</p>
<div class="notehelp">
<p>Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.</p>
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
</ul>
</div>
<div id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Confluence from the Atlassian Marketplace</h3>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Liferay from the Liferay App Store</h3>
<p>You can install the ONLYOFFICE connector using the App Manager or from the official Liferay App Store.</p>
<p>To install it using the App Manager:</p>
<ol>
<li>Navigate to <b>Control Panel</b> -> <b>Apps</b> -> <b>App Manager</b>.</li>
<li>Click the <img alt="Liferay options icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/Integration/Liferay/small/optionsicon.png")%>" /> <b>Options</b> button.</li>
<li>Click the <b>Upload</b> button.</li>
<li>In the opened window, choose the ONLYOFFICE application file.</li>
<li>In the opened window, choose the <b>ONLYOFFICE</b> application file.</li>
</ol>
<p>To install the connector from the App Store:</p>
<ol>
@ -119,7 +132,7 @@
</div>
</div>
<div id="Configure_block">
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the Liferay and ONLYOFFICE integration application</h3>
<div class="PortalHelp">
<p>Go to <b>Control Panel</b> -> <b>Configuration</b> -> <b>System Settings</b>. In the <b>Platform section</b>, choose the <b>Connectors</b> category and select <b>ONLYOFFICE</b>.</p>
@ -140,7 +153,7 @@
</div>
</div>
<div class="gs_content" id="StartUsing_block">
<div class="gs_content gs_submenu" class="gs_content" id="StartUsing_block">
<h2>Start using ONLYOFFICE Docs within Liferay</h2>
<div class="PortalHelp">
<p>To create a file:</p>

View File

@ -18,10 +18,21 @@
<div class="MainHelpCenter GettingStarted">
<ul class="TableOfContents">
<li><span class="gs_link gs_active" id="all">All</span></li>
<li><span class="gs_link" id="Overview">About the ONLYOFFICE Nuxeo integration</span></li>
<li><span class="gs_link" id="OnlineEditorsIntegration">Connecting ONLYOFFICE Docs to Nuxeo</span></li>
<li><span class="gs_link" id="StartUsing">Start using ONLYOFFICE Docs within Nuxeo</span></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">About the ONLYOFFICE and Nuxeo integration</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#SupportedFormats_block")%>">Supported formats</a></li>
</ul>
</li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Nuxeo</a>
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Install_block")%>">Installing the ONLYOFFICE addon for Nuxeo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Configure_block")%>">Configuring the ONLYOFFICE addon for Nuxeo</a></li>
</ul>
</li>
<li><li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Nuxeo</a>
</li>
</ul>
<div class="keyword_block">
<ul>
@ -36,22 +47,24 @@
</div>
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE Nuxeo integration</h2>
<h2>About the ONLYOFFICE and Nuxeo integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Nuxeo and edit office documents within the content management system. You can install the ONLYOFFICE connector from the official <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> or download it from the <a href="https://github.com/ONLYOFFICE/onlyoffice-nuxeo" target="_blank"><b>GitHub page</b></a>. The application is distributed under the Apache license.</p>
<div class="notehelp">
<p>To learn more about how it works and how to compile the ONLYOFFICE connector for Nuxeo, please visit our <a href="https://api.onlyoffice.com/editors/nuxeo" target="_blank"><b>API documentation</b></a>.</p>
To learn more about how it works and how to compile the ONLYOFFICE connector for Nuxeo, please visit our <a href="https://api.onlyoffice.com/editors/nuxeo" target="_blank"><b>API documentation</b></a>.
</div>
<div id="MainFeatures_block">
<div class="gs_content gs_submenu" id="MainFeatures_block">
<h3>Main features</h3>
<p> </p>
<ul>
<li>Editing text documents, spreadsheets and presentations.</li>
<li>Co-editing documents in real-time: use two co-editing modes (Fast and Strict), Track Changes, comments, and built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so no one besides the users with proper rights has access to your documents</li>
<li>Co-editing documents in real-time: two co-editing modes (Fast and Strict), Track Changes, comments, and a built-in chat.</li>
<li><b>JWT support</b> to secure your traffic so no one, besides the users with proper rights, can have access to your documents.</li>
</ul>
<div id="SupportedFormats_block">
<div class="gs_content gs_submenu" id="SupportedFormats_block">
<h3>Supported Formats</h3>
<p> </p>
<ul>
<li>For editing : DOCX, PPTX, XLSX</li>
<li>For viewing only: PDF,ODT, ODS, ODP, DOC, XLS, PPT, CSV, RTF</li>
@ -65,14 +78,14 @@
<h2>Connecting ONLYOFFICE Docs to Nuxeo</h2>
<div class="PortalHelp">
<div id="Requirements_block">
<div class="gs_content gs_submenu" id="Requirements_block">
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs 5.9.4 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Nuxeo and any end clients. It must be able to POST to Nuxeo directly.</p>
<div class="notehelp">
<p>Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>ONLYOFFICE Docs documentation page</b></a> to learn more about installing ONLYOFFICE Docs.</p>
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>ONLYOFFICE Docs documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Nuxeo LTS 2019</li>
@ -80,42 +93,43 @@
</div>
</div>
<div id="Install_block">
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE addon for Nuxeo</h3>
<div class="PortalHelp">
<p>You can connect ONLYOFFICe to a Nuxeo Online Services registered instance with internet access, an unregistered instance, or an offline instance.</p>
<p>You can connect ONLYOFFICE to a Nuxeo Online Services registered instance with internet access, an unregistered instance, or an offline instance.</p>
<div class="notehelp">
The provided instructions use the <code>nuxeoctl</code> script. Visit official Nuxeo <a href="https://doc.nuxeo.com/nxdoc/installing-a-new-package-on-your-instance/" target="_blank"><b>documentation page</b></a> to find more available options on how to install packages.
The provided instructions use the <code>nuxeoctl</code> script. Visit the official Nuxeo <a href="https://doc.nuxeo.com/nxdoc/installing-a-new-package-on-your-instance/" target="_blank"><b>documentation page</b></a> to find more available options on how to install the packages.
</div>
<p>For a Nuxeo Online Services registered instance with internet access please follow:</p>
<p>For a Nuxeo Online Services registered instance with internet access please follow these steps:</p>
<ol>
<li>Stop your server
<pre><code>./nuxeoctl stop</code></pre>
</li>
<li>Run the following command to install the connector:
<pre><code>./nuxeo/bin/nuxeoctl mp-install onlyoffice-nuxeo-x.x.x</code></pre>
Where <code>onlyoffice-nuxeo-x-x-x</code> is the latest available version of the Nuxeo ONLYOFFICE connector.
<p>To find the connector version:</p>
Where <code>onlyoffice-nuxeo-x-x-x</code> is the latest available version of the ONLYOFFICE connector for Nuxeo.
<div class="notehelp">To find the connector version:
<ol>
<li>Go to the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> and find the latest connector version of Nuxeo ONLYOFFICE connector.</li>
<li>Go to the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> and find the official <a href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/onlyoffice-nuxeo?version=1.0.0" target="_blank"><b>ONLYOFFICE connector</b></a>.</li>
<li>Click the <b>Install</b> button</li>
<li>Find the connector version in the <b>For a Nuxeo Online Sevices registered instance with internet access</b> section.</li>
</ol>
</div>
</li>
<li>After the package is downloaded and installed, start your server
<pre><code>./nuxeoctl start</code></pre>
</li>
</ol>
<p>For an unregistered instance, or an offline instance please follow:</p>
<p>For an unregistered instance, or an offline instance please follow these steps:</p>
<ol>
<li>Stop your server
<pre><code>./nuxeoctl stop</code></pre>
</li>
<li>Download the connector
<pre><code>wget https://connect.nuxeo.com/nuxeo/site/marketplace/package/onlyoffice-nuxeo/download?version=x.x.x </code></pre>
Where <code>version=x.x.x</code> is the latest available version of the Nuxeo ONLYOFFICE connector. Otherwise, visit the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> and find the link manualy.
Where <code>version=x.x.x</code> is the latest available version of the ONLYOFFICE connector for Nuxeo. Otherwise, visit the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace" target="_blank"><b>Nuxeo Marketplace</b></a> and find the link manualy.
</li>
<li>Install the package by providing the path to the downloaded <code>.zip</code> file
<pre><code>./nuxeoctl mp-install /Path/to/file/onlyoffice-nuxeo-x.x.x.zip</code></pre>
@ -127,15 +141,14 @@
</div>
</div>
<div id="Configure_block">
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE addon for Nuxeo</h3>
<div class="PortalHelp">
<p>Open the <code>nuxeo/bin/nuxeo.conf</code> file via any available text editor and add the following lines into it:</p>
<pre><code>onlyoffice.docserv.url=http://documentserver/
onlyoffice.jwt.secret=/your_secret/</code></pre>
<p>Where <code>docserv.url</code> is an url of an installed and running ONLYOFFICE Docs and <code>jwt.secret</code> is the secret to validate the JSON web token in the request to ONLYOFFICE Docs.</p>
<p>If you used Docker to install ONLYOFFICE Docs, use information from ONLYOFFICE <a href="https://github.com/ONLYOFFICE/Docker-DocumentServer/#available-configuration-parameters" target="_blank"><b>GitHub</b></a> page to properly configure JWT.</p>
<p>If you used other installation options, check the <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>API documentation</b></a> for configuring JWT on the ONLYOFFICE Docs side.</p>
<p>Where <code>docserv.url</code> is the URL of an installed and running ONLYOFFICE Docs instance, and <code>jwt.secret</code> is the secret to validate the JSON web token upon the request to ONLYOFFICE Docs.</p>
<p>If you used Docker to install ONLYOFFICE Docs, use information from the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/Docker-DocumentServer/#available-configuration-parameters" target="_blank"><b>GitHub</b></a> page to properly configure JWT. If you used other installation options, check the <a href="https://api.onlyoffice.com/editors/signature/" target="_blank"><b>API documentation</b></a> for configuring JWT on the ONLYOFFICE Docs side.</p>
</div>
</div>
</div>
@ -146,22 +159,19 @@ onlyoffice.jwt.secret=/your_secret/</code></pre>
<p>To edit or view a document:</p>
<ol>
<li>Open the needed file.</li>
<li>Click the <b>View in ONLYOFFICE</b> button.</li>
<li>Click the <b>View in ONLYOFFICE</b> button.
<p>The document will be opened for viewing and editing.</p>
</li>
</ol>
<img alt="ONLYOFFICE_viewfile" target="ONLYOFFICE_viewfile_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Nuxeo/small/view_small.png")%>" />
<img alt="ONLYOFFICE_viewfile" id="ONLYOFFICE_viewfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Nuxeo/big/view_big.png")%>" />
<div target="ONLYOFFICE_viewfile_1" class="screenphoto magnifier"></div>
<p>To co-edit a document the following is required:</p>
<ol>
<li>You need to have the permission to edit the document</li>
<li>The document format has to be supported by the connector.</li>
<li>The document has to be opened in ONLYOFFICE Docs by the other user.</li>
</ol>
<p>To co-edit a document :</p>
<div class="notehelp">To co-edit a document, the following is required: users need to have the permissions to edit the document and the document format has to be supported by the connector.</div>
<p>To co-edit a document:</p>
<ol>
<li>Open the summary page of the document.</li>
<li>Click the <b>Collaborative Edition With ONLYOFFICE</b> icon in the bottom-right part of the window.
<li>Click the <b>Collaborative Edition With ONLYOFFICE</b> icon in the bottom right corner of the window.
<p>The document will be opened for co-editing.</p>
</li>
</ol>

View File

@ -38,7 +38,6 @@
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Update_block")%>">Updating the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Configure_block")%>">Configuring the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Disable_block")%>">Disabling the ONLYOFFICE Connector for Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Demo_block")%>">Connecting to the demo ONLYOFFICE Docs</a></li>
</ul>
</li>
<li>

View File

@ -23,7 +23,7 @@
<ul>
<li>
<h6>About the ONLYOFFICE Confluence integration</h6>
<h6>About the ONLYOFFICE and Confluence integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#SupportedFormats_block")%>">Supported formats</a></li>

View File

@ -67,7 +67,7 @@
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Overview_block")%>">About the ONLYOFFICE Chamilo integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#Overview_block")%>">About the ONLYOFFICE and Chamilo integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Chamilo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-chamilo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Chamilo</a></li>
</ul>
@ -89,7 +89,7 @@
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">About the ONLYOFFICE Confluence integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#Overview_block")%>">About the ONLYOFFICE and Confluence integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Confluence</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-confluence.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Confluence</a></li>
</ul>
@ -225,7 +225,7 @@
</div>
<div class="contents" style="display: none">
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">About the ONLYOFFICE Nuxeo integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#Overview_block")%>">About the ONLYOFFICE and Nuxeo integration</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#OnlineEditorsIntegration_block")%>">Connecting ONLYOFFICE Docs to Nuxeo</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Nuxeo</a></li>
</ul>

View File

@ -31,7 +31,7 @@
<ul>
<li>
<h6>About the ONLYOFFICE Nuxeo integration</h6>
<h6>About the ONLYOFFICE and Nuxeo integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-nuxeo.aspx#SupportedFormats_block")%>">Supported formats</a></li>

View File

@ -592,6 +592,7 @@ html {
ul.TableOfContentsSub {
list-style: none;
margin-left: 20px;
}
}
@ -2929,10 +2930,19 @@ div.description {
.gs_content {
border-bottom: 1px solid @helpBorderBottomColor;
&:last-child {
border-bottom: 0px;
padding-bottom: 0px;
}
height: auto;
margin-bottom: 15px;
margin-top: 15px;
padding-bottom: 30px;
padding-bottom: 30px;
}
.gs_submenu {
border-bottom: 0px;
padding-bottom: 0px;
}
.watermark {