Merge branch 'feature/plone-humhub' into for-test-new

This commit is contained in:
Svetlana Maleeva 2021-10-25 18:08:00 +03:00
commit e3f209b338
6 changed files with 36 additions and 60 deletions

View File

@ -80,20 +80,10 @@
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 5.0.0</h3>
<p>Added</p>
<h3>What's new in version 5.0.1</h3>
<p>Fixed</p>
<ul>
<li>Connection to the demo server</li>
<li>Alfresco multi-tenancy support</li>
<li>Conversion for macro-enabled documents and document templates</li>
<li>Preview for shared files</li>
<li>File conversion settings</li>
</ul>
<p>Changed</p>
<ul>
<li>Deleting thumbnail generation code</li>
<li>Improved JWT validation</li>
<li>Fixed search on the preview page</li>
<li>Error on the <b>Document Details</b> page when the <b>Convert with ONLYOFFICE</b> button is displayed</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
@ -147,7 +137,7 @@ share.protocol=https</code></pre>
sudo ./alfresco.sh start</code></pre>
</li>
</ol>
<p>Check if the module is installed correctly in Alfresco administrator tools at <em>/share/page/console/admin-console/module-package</em>. If everything is installed correctly, you will see the ONLYOFFICE connector moduule in the list.</p>
<p>Check if the module is present in the list at <em>/share/page/console/admin-console/module-package</em>.</p>
</div>
@ -221,7 +211,7 @@ sudo ./alfresco.sh start</code></pre>
<p>To convert a non-XML document into XML format (DOCX, XLSX or PPTX):</p>
<ol>
<li>Find the required document.</li>
<li>Click the <b>Conver using ONLYOFFICE</b> button.</li>
<li>Click the <b>Convert using ONLYOFFICE</b> button.</li>
</ol>
<p>The document will be automatically converted into its XML analog. Resulting files are placed in the same folder. You can also configure automatic converting rules for a folder. For more information about the rule configuration, please read the <a href="https://docs.alfresco.com/5.1/tasks/library-folder-rules-define-create.html" target="_blank"><b>official Alfresco documentation</b></a>.</p>
@ -233,4 +223,4 @@ sudo ./alfresco.sh start</code></pre>
</div>
</div>
</div>
</div>

View File

@ -29,7 +29,7 @@
<ul class="TableOfContentsSub">
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#Requirements_block")%>">Requirements</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#Install_block")%>">Installing the ONLYOFFICE Connector for HumHub</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#Configure_block")%>">Configuring the ONLYOFFICE Integration module</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-humhub.aspx#Configure_block")%>">Configuring the ONLYOFFICE integration module</a></li>
</ul>
</li>
<li>
@ -105,8 +105,7 @@
<li>ONLYOFFICE connector 2.2.2 for HumHub</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE connector for HumHub</h3>
<div class="PortalHelp">
@ -125,19 +124,19 @@
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE Integration module</h3>
<h3>Configuring the ONLYOFFICE integration module</h3>
<div class="PortalHelp">
<ol>
<li>Go to <b>Administration</b> -> <b>Modules</b> -> <b>Installed</b>.</li>
<li>Find the <b>ONLYOFFICE Connector for HumHub</b> module.</li>
<li>Find the <b>ONLYOFFICE Connector for HumHub</b> module.</li>
<li>Click the <b>Configure</b> button.</li>
<li>Specify the following parameters:
<ul>
<li><b>Hostname</b> - specify the URL address where the Document Editing Server is installed (ONLYOFFICE Docs is installed on port <em>3000:80</em>  by default).</li>
<li><b>Hostname</b> - specify the URL address where the Document Editing Server is installed (ONLYOFFICE Docs is installed on port <em>3000:80</em> by default).</li>
<li><b>JWT Secret</b> - specify the 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>
<div class="notehelp">
@ -146,7 +145,7 @@
<p>For Windows - %ProgramFiles%\ONLYOFFICE\DocumentServer\config\local.json.</p>
</div></li>
</ul>
</li>
</li>
<li><b>Document Editing Service address for internal requests from the server</b> - specify the address that is used to access Document Editing Service from HumHub.</li>
<li><b>Server address for internal requests from the Document Editing Service</b> - specify the address that is used to access HumHub from Document Editing Service.</li>
</ol>
@ -174,14 +173,14 @@
<img alt="ONLYOFFICE_create1" id="ONLYOFFICE_create1_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/big/create1_big.png")%>" />
<div target="ONLYOFFICE_create1_1" class="screenphoto magnifier"></div>
</div>
</li>
</li>
<li>In the opened window, choose the file type: Document, Spreadsheet or Presentation.
<div class="screen_block">
<img alt="ONLYOFFICE_create2" target="ONLYOFFICE_create2_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/small/create2_small.png")%>" />
<img alt="ONLYOFFICE_create2" id="ONLYOFFICE_create2_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/big/create2_big.png")%>" />
<div target="ONLYOFFICE_create2_1" class="screenphoto magnifier"></div>
</div>
</li>
</li>
<li>Specify the file name.</li>
<li>Select the <b>Open the new document in the next step</b> checkbox to start working with the document.</li>
<li>Click the <b>Save</b> button.
@ -190,28 +189,21 @@
<img alt="ONLYOFFICE_create3" id="ONLYOFFICE_create3_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/big/create3_big.png")%>" />
<div target="ONLYOFFICE_create3_1" class="screenphoto magnifier"></div>
</div>
</li>
</li>
</ol>
<p>To edit a document:</p>
<p>To view/edit a document:</p>
<ol>
<li>Open the <b>Files</b> tab.</li>
<li>Click the needed file.</li>
<li>In the opened window, click the <b>Edit document</b> button.
<div class="screen_block">
<img alt="ONLYOFFICE_editview" target="ONLYOFFICE_editview_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/small/editview_small.png")%>" />
<img alt="ONLYOFFICE_editview" target="ONLYOFFICE_editview_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/small/editview_small.png")%>" />
<img alt="ONLYOFFICE_editview" id="ONLYOFFICE_editview_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/HumHub/big/editview_big.png")%>" />
<div target="ONLYOFFICE_editview_1" class="screenphoto magnifier"></div>
</div>
</li>
</li>
</ol>
<p>to view a document:</p>
<ol>
<li>Open the <b>Files</b> tab.</li>
<li>Click the needed file.</li>
<li>In the opened window, click the <b>Edit document</b> button.</li>
</ol>
</div>
</div>
</div>

View File

@ -51,7 +51,7 @@
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE and Plone integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system and edit documents within the content management system. You can download the ONLYOFFICE connector from <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> and edit documents within the content management system. You can download the ONLYOFFICE connector from <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
<div class="notehelp">
<p>To learn more about the ONLYOFFICE and Plone integration connector and how it works in detail, please visit our <a href="https://api.onlyoffice.com/editors/plone" target="_blank"><b>API documentation</b></a>.</p>
</div>
@ -134,12 +134,11 @@ eggs =
<p>To configure plugin:</p>
<ol>
<li>Go to <b>Site Setup</b>.</li>
<li>Scroll down to the <b>Add-ons Configuration section</b>.</li>
<li>Scroll down to the <b>Add-ons Configuration</b> section.</li>
<li>Press the <b>ONLYOFFICE Configuration</b> button.</li>
<li>In the <b>Document Editing service</b> field, specify the URL address where the ONLYOFFICE Docs is located.</li>
<li>In the <b>Document Editing service</b> field, specify the URL address where the ONLYOFFICE Docs is located.</li>
<li>In the <b>Secret Key</b> field, specify the 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>
<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>
<div class="notehelp">
<p>The JWT configuration on the ONLYOFFICE Docs side can be found in the following paths:</p>
<p>For Linux - /etc/onlyoffice/documentserver/local.json.</p>
@ -169,8 +168,8 @@ eggs =
<img alt="ONLYOFFICE_editfile" id="ONLYOFFICE_editfile_1" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Plone/big/edit_big.png")%>" />
<div target="ONLYOFFICE_editfile_1" class="screenphoto magnifier"></div>
</div>
</li>
<li>CLick the document.</li>
</li>
<li>Click the document.</li>
<li>On the opened page, click the <b>ONLYOFFICE Edit</b> button to open the document for editing and/or viewing.
<div class="screen_block">
<img alt="ONLYOFFICE_editfile1" target="ONLYOFFICE_editfile1_1" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Plone/small/edit1_small.png")%>" />
@ -181,5 +180,4 @@ eggs =
</ol>
</div>
</div>
</div>
</div>

View File

@ -17,17 +17,15 @@
<ul class="block-editor">
<li>
<h2 class="doceditor">Alfresco</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>Alfresco</b> web-based collaboration environment through a connector, available in the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Alfresco to create, edit, and convert office documents within the document library. You can download the ONLYOFFICE connector from the official <a href="https://hub.alfresco.com/t5/alfresco-content-services-add/onlyoffice-connector-for-alfresco/m-p/291397" target="_blank"><b>Alfresco Add-ons directory</b></a> or the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-alfresco" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<ul>
<li><h6>About the ONLYOFFICE and Alfresco integration</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#MainFeatures_block")%>">Main features</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Whatsnew_block")%>">What's new</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#SupportedFormats_block")%>">Supported formats</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#Whatsnew_block")%>">What's new</a></li>
</ul>
</li>
<li>
@ -42,10 +40,10 @@
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Alfresco</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-alfresco.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Alfresco</a></li>
</ul>
</li>
</ul>
</ul>
</li>
</ul>
</div>

View File

@ -18,9 +18,8 @@
<li>
<h2 class="doceditor">HumHub</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <b>HumHub</b> social network kit through a connector, available on the official <a href="https://www.humhub.com/en/marketplace/onlydocuments/" target="_blank"><b>Humhub Marketplace</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-humhub" target="_blank"><b>GitHub page</b></a>.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with HumHub and edit office documents within the social network. You can download the ONLYOFFICE connector from the official <a href="https://www.humhub.com/en/marketplace/onlydocuments/" target="_blank"><b>Humhub Marketplace</b></a> or the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-humhub" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<ul>
<li>
<h6>About the ONLYOFFICE HumHub integration</h6>

View File

@ -18,9 +18,8 @@
<li>
<h2 class="doceditor">Plone</h2>
<div class="described">
<p>Learn how to integrate ONLYOFFICE with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> content management system, through a connector, available in <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and on ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with <a href="https://plone.org/" target="_blank"><b>Plone</b></a> and edit documents within the content management system. You can download the ONLYOFFICE connector from <a href="https://pypi.org/project/onlyoffice.connector/#description" target="_blank"><b>PyPi.org</b></a> and the ONLYOFFICE <a href="https://github.com/ONLYOFFICE/onlyoffice-plone" target="_blank"><b>GitHub page</b></a>.</p>
</div>
<ul>
<li>
<h6>About the ONLYOFFICE and Plone integration</h6>
@ -42,10 +41,10 @@
<li>
<h6>Getting Started</h6>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Plone</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-plone.aspx#StartUsing_block")%>">Start using ONLYOFFICE Docs within Plone</a></li>
</ul>
</li>
</ul>
</ul>
</li>
</ul>
</div>