Minor fixes for Alfresco

This commit is contained in:
Svetlana Maleeva 2021-10-19 12:41:17 +03:00
parent 2f94319929
commit d59204ccde

View File

@ -120,7 +120,7 @@
<div class="gs_content gs_submenu" id="Install_block"> <div class="gs_content gs_submenu" id="Install_block">
<h3>Installing ONLYOFFICE and Alfresco module package</h3> <h3>Installing ONLYOFFICE and Alfresco module package</h3>
<p>The latest compiled package files are available on <a target="_blank" href="https://github.com/onlyoffice/onlyoffice-alfresco/releases"><b>GitHub</b></a>. You need the <em>onlyoffice-integration-repo.jar</em> and the <em>onlyoffice-integration-share.jar</em>< files. If you plan to compile the ONLYOFFICE and Alfresco module package yourself for some reason (e.g. edit the source code and compile it afterwards), address the <a href="https://api.onlyoffice.com/editors/alfresco" target="_blank"><b>developer instruction</b></a>.</p> <p>The latest compiled package files are available on <a target="_blank" href="https://github.com/onlyoffice/onlyoffice-alfresco/releases"><b>GitHub</b></a>. You need the <em>onlyoffice-integration-repo.jar</em> and the <em>onlyoffice-integration-share.jar</em> files. If you plan to compile the ONLYOFFICE and Alfresco module package yourself for some reason (e.g. edit the source code and compile it afterwards), address the <a href="https://api.onlyoffice.com/editors/alfresco" target="_blank"><b>developer instruction</b></a>.</p>
<ol> <ol>
<li>Download compiled packages in the <em>repo</em> and <em>share</em> directories: <li>Download compiled packages in the <em>repo</em> and <em>share</em> directories:
@ -153,7 +153,7 @@ sudo ./alfresco.sh start</code></pre>
<div class="gs_content gs_submenu" id="Configure_block"> <div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring ONLYOFFICE and Alfresco module package</h3> <h3>Configuring ONLYOFFICE and Alfresco module package</h3>
<p>Go to <b>Alfresco Administration Console</b>. Open <code>http://&lt;alfrescohost&gt;/alfresco/s/onlyoffice/onlyoffice-config</code> and specify the following parameters.</p> <p>Go to <b>Alfresco Administration Console</b>. Open <code>http://&lt;alfrescohost&gt;/alfresco/s/onlyoffice/onlyoffice-config</code> and specify the following parameters.</p>
<p>Document Server settings:</p> <p>Document Server settings:</p>
<ul> <ul>
<li><b>Document Editing Service address</b> - specify the URL address where the Document Editing Server is installed.</li> <li><b>Document Editing Service address</b> - specify the URL address where the Document Editing Server is installed.</li>
@ -174,7 +174,7 @@ sudo ./alfresco.sh start</code></pre>
<p>Common settings:</p> <p>Common settings:</p>
<ul> <ul>
<li><b>Ignore SSL Certificate</b> - turns SSL off.</li> <li><b>Ignore SSL Certificate</b> - turns SSL off.</li>
<li><b>Enable Force Save</b> - enables saving document changes directly to the Alfresco storage after clicking the Save button (if disabled, the document is saved in the document editors cache until the document is closed).</li> <li><b>Enable Force Save</b> - enables saving document changes directly to the Alfresco storage after clicking the Save button (if disabled, the document is saved in the document editor's cache until the document is closed).</li>
<li><b>Save docx, xlsx, pptx as a new version of the original file after conversion</b> - if disabled, a separate file will be created and placed in the same folder.</li> <li><b>Save docx, xlsx, pptx as a new version of the original file after conversion</b> - if disabled, a separate file will be created and placed in the same folder.</li>
<li><b>Open the file for editing</b> - allows administrators to choose the document formats to edit via conversion to OOXML formats.</li> <li><b>Open the file for editing</b> - allows administrators to choose the document formats to edit via conversion to OOXML formats.</li>
</ul> </ul>