Edit moodle article

This commit is contained in:
Svetlana Maleeva 2021-10-27 18:47:15 +03:00
parent f43e079240
commit c6dc2859a8

View File

@ -48,7 +48,7 @@
<div class="gs_content" id="Overview_block">
<h2>About the ONLYOFFICE and Moodle integration</h2>
<div class="PortalHelp">
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Moodle and edit office documents added to the course pages. You can download the ONLYOFFICE connector from the <a href="https://github.com/ONLYOFFICE/onlyoffice-moodle" target="_blank"><b>GitHub page</b></a>.</p>
<p>ONLYOFFICE offers an official connector to integrate ONLYOFFICE Docs with Moodle and edit office documents attached to the course pages. You can download the ONLYOFFICE connector from the <a href="https://github.com/ONLYOFFICE/onlyoffice-moodle" target="_blank"><b>GitHub page</b></a>.</p>
<%--<div class="notehelp">
<p>To learn more about how the ONLYOFFICE connector for Moodle works, please visit our <a href="https://api.onlyoffice.com/editors/moodle" target="_blank"><b>API documentation</b></a>.</p>
</div>--%>
@ -59,6 +59,7 @@
<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>JWT support 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>
@ -76,7 +77,7 @@
<h3>What's new in version 1.0.0</h3>
<p>Changed</p>
<ul>
<li>Fixed saving intermediate versions when editing (forcesave)</li>
<li>Saving intermediate versions when editing (forcesave) works correctly</li>
</ul>
<p>The full change log is available <a href="https://github.com/ONLYOFFICE/onlyoffice-moodle/blob/master/CHANGELOG.md" target="_blank"><b>here</b></a>.</p>
</div>
@ -96,12 +97,13 @@
</div>
</li>
<li>Moodle v3.9.10 or later</li>
<li>ONLYOFFICE connector v1.0.0 for Moodle</li>
</ul>
<%--<div class="notehelp">ONLYOFFICE Docs and Moodle 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 Moodle 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 class="gs_content gs_submenu" id="Install_block">
<h3>Installing the ONLYOFFICE Connector for Moodle</h3>
<h3>Installing the ONLYOFFICE connector for Moodle</h3>
<div class="PortalHelp">
<p>Please follow these instructions to install the ONLYOFFICE connector:</p>
<ol>
@ -116,10 +118,10 @@
</li>
<li>Check the plugin validation report and click <b>Continue</b>.
<div class="notehelp">
If your target directory is not writable, you will see a warning message, e.g. <code>[Error] Write access check [/var/www/html/moodle/mod]</code>. In such a case, you can temporarily make it writable by using the following command:
If your target directory is not writable, you will see a warning message, e.g. <code>[Error] Write access check [/var/www/html/moodle/mod]</code>. In this case, you can temporarily make it writable by using the following command:
<pre><code>sudo chmod -R 777 /var/www/html/moodle</code></pre>
<p>After that, repeat Step 3.</p>
<p>After you install the plugin, you need to revert permissions so that the directory is no longer writable. Use the following command:</p>
<p>After installing the plugin, you need to revert permissions so that the directory is no longer writable. Use the following command:</p>
<pre><code>sudo chmod -R 0755 /var/www/html/moodle</code></pre>
</div>
</li>
@ -138,7 +140,7 @@
</div>
<div class="gs_content gs_submenu" id="Configure_block">
<h3>Configuring the ONLYOFFICE Connector for Moodle</h3>
<h3>Configuring the ONLYOFFICE connector for Moodle</h3>
<div class="PortalHelp">
<p>Once the plugin is installed, the plugin settings page will be opened. Alternatively, you can find <b>ONLYOFFICE document</b> on the <b>Plugins overview</b> page and click <b>Settings</b>. On the <b>Settings</b> page, you can configure the following parameters:</p>
<ul>
@ -203,7 +205,7 @@
<img alt="ONLYOFFICE_readfile" id="ONLYOFFICE_readfile_7" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Moodle/big/view.png")%>" />
<div target="ONLYOFFICE_readfile_7" class="screenphoto magnifier"></div>
</div>
<h3>Permissions</h3>
<h3>Managing permissions</h3>
<p>Admins/Teachers can choose whether or not documents can be downloaded or printed from inside the ONLYOFFICE editor. This can be done in the <b>Document permissions</b> section.</p>
<div class="screen_block">
<img alt="ONLYOFFICE_editfile" target="ONLYOFFICE_editfile_8" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/GettingStarted/Integration/Moodle/small/doc_permissions.png")%>" />