Update documentation directory with new dependencies, requirement on PHP 5.6 and LTI compliance

pull/3173/head
Yannick Warnier 7 years ago
parent ad032e3aa5
commit affe0b799d
  1. 3
      documentation/changelog.html
  2. 47
      documentation/dependencies.html
  3. 2
      documentation/installation_guide.html
  4. 2
      documentation/installation_guide_es_ES.html
  5. 2
      documentation/installation_guide_fr_FR.html
  6. 2
      documentation/installation_guide_it_IT.html
  7. 8
      documentation/readme.html

@ -160,6 +160,7 @@
<h3>Notable new Features</h3>
<h4>For end-users, teachers and Chamilo admins</h4>
<ul aria-live="off">
<li>[2019-04-30] The IMS/LTI plugin now fully supports LTI 1, 1.1, 1.1.1, Outcomes and Deep Linking</li>
<li>[2019-04-16] (<a href="https://github.com/chamilo/chamilo-lms/commit/f8d91f9c2dc5502b90088a706a50cb2f8b6a066d">f8d91f9c</a> - <a href="https://task.beeznest.com/issues/15534">BT#15534</a>) Quiz: Allow editing questions that are not inside an exercise</li>
<li>[2019-04-11] (<a href="https://github.com/chamilo/chamilo-lms/commit/c68ccd9f7a637b992d7269d15c62cf1a574d8c1b">c68ccd9f</a> - <a href="https://support.chamilo.org/issues/7683">CT#7683</a>) Display: Improvement in user summary (tracking)</li>
<li>[2019-04-11] (<a href="https://github.com/chamilo/chamilo-lms/commit/f2b8f7336fa34de53843d035d538f6e2af06bc4d">f2b8f733</a> - <a href="https://task.beeznest.com/issues/15535">BT#15535</a>) Quiz: If random show also the total number of questions</li>
@ -572,7 +573,7 @@
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/9d2f24a74a8b1960c5c6fa448cf8c0271774b8c1">9d2f24a7</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2755">GH#2755</a>) Learning path: Fix SCORM type</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/88e095abf358fe2b3079e1e5a1deb27bff8f4656">88e095ab</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2755">GH#2755</a>) Learning path: Add iframe type</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/c10632aeb1acf9b8dc136b40463be0d9557d7d40">c10632ae</a> - <a href="https://task.beeznest.com/issues/15374">BT#15374</a>) Skills: Fix query for badge assertion</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/364010011e323fbb52de6e1019f854a343cf0503">36401001</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2821">GH#2821</a>) Plugins: LTI: Fix ImsLti plugin by unserialize settings refs #2821</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/364010011e323fbb52de6e1019f854a343cf0503">36401001</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2821">GH#2821</a>) Plugins: LTI: Fix ImsLti plugin by unserialize settings</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/b23f847a71351231b6978317240fa3814fbccbf9">b23f847a</a> - <a href="https://github.com/chamilo/chamilo-lms/issues/2755">GH#2755</a>) Learning path: Fix view scorm</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/c18601c84eb836e8c140011a4ec2a06f5bd39220">c18601c8</a>) Internal: Add missing file in be4f22be03c332765704a7321a4e89878ae38cd8</li>
<li>[2019-03-04] (<a href="https://github.com/chamilo/chamilo-lms/commit/be4f22be03c332765704a7321a4e89878ae38cd8">be4f22be</a>) Internal: Moving api_unserialize_content for Unserialize::unserialize Moving to avoid overload api.lib.php</li>

@ -62,47 +62,52 @@ We recommend using HTML5-compatible technology.
<ul>
<li>PC with a minimum of 512MB or any tablet or smartphone</li>
<li>We recommend a Pentium-I as a minimum processor capability for PCs</li>
<li>Works on Windows XP (SP3 recommended) and later versions, Linux (any version with a graphical interface), Mac OS (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
<li>Works on Windows 8 and later versions, Linux (any version with a graphical interface), Mac OSX (any version), FreeBSD, Android, iOS and pretty much any other operating system with a graphical interface you might think about</li>
<li>Any modern browser (IE10 and inferior *excluded*).</li>
<li>Optional: Flash plugin (only required for a few features like the videoconference plugins)</li>
<li>Optional: Flash plugin (only required if WebRTC is not supported by your browser)</li>
<li>Optional: Java applet capability (only required for some plugins)</li>
</ul>
<h2>Dependencies - server-side</h2>
<ul>
<li>Apache 2+</li>
<li>PHP 5.5 or higher with MySQL bindings (mysqlnd is recommended for PHP 5). Now also supports PHP up to 7.2. If you use PHP 5, we highly recommend PHP 5.6. Otherwise, please use the latest stable PHP version available.</li>
<li>PHP 5.6 or higher with MySQL bindings. Now also supports PHP up to 7.3.</li>
<li>MySQL 5.6+ or any version of MariaDB database server</li>
<li>php-intl package (for international behaviour support)</li>
<li>php-gd package (for images resizing/cropping)</li>
<li>php-mbstring package (for international behaviour support)</li>
<li>php-imagick</li>
<li>php-curl (only required for a feature in the links tool and an optional installer check)</li>
<li>php-mcrypt (only required for a feature in the survey tool)</li>
<li>php-curl</li>
<li>php-dom (usually available by default)</li>
<li>php-fileinfo (usually available by default)</li>
<li>php-gd or php-imagick (for images resizing/cropping)</li>
<li>php-intl (for international behaviour support)</li>
<li>php-json</li>
<li>php-mbstring</li>
<li>php-mysql</li>
<li>php-soap (for web services)</li>
<li>php-xml</li>
<li>php-zip</li>
<li>php-ldap (only required for connection to a LDAP server)</li>
<li>php-xapian (only required for full-text indexing and search)</li>
</ul><br />
<a name="included_dependencies"></a>
<h2>Included Dependencies</h2>
<ul>
<li>EZpdf and MPDF</li>
<li>FCKEditor (previously HTMLArea) </li>
<li>FormValidator </li>
<li>CKEditor (previously FCKeditor, previously HTMLArea) </li>
<li>FormValidator (own version)</li>
<li>iCalCreator</li>
<li>kSes </li>
<li>MIMETex </li>
<li>MP3Player </li>
<li>PCLZip </li>
<li>PEAR::HTML_Common </li>
<li>PEAR::HTML_QuickForm </li>
<li>kSes</li>
<li>mathjax</li>
<li>MIMETex</li>
<li>MP3Player</li>
<li>Mediaplayer</li>
<li>PCLZip</li>
<li>PEAR::HTML_Common</li>
<li>PEAR::HTML_QuickForm</li>
<li>PEAR::HTML_Table</li>
<li>PEAR::OLE</li>
<li>PEAR::Pager</li>
<li>PEAR::Spreadsheet_Excel_Writer</li>
<li>PECL</li>
<li>PHPMailer </li>
<li>PHPMailer</li>
<li>WCAG_Rendering</li>
<li>xajax </li>
<li>xajax</li>
<li>jQuery</li>
<li>Others (see composer.json)</li>
</ul>

@ -78,7 +78,7 @@ Chamilo is mainly a LMS running (the so called <span style="font-weight: bold;">
<ul>
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
<li><span style="font-weight: bold;">MySQL 5.6+ or MariaDB 5+</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (7.2 recommended for greater efficiency)</span></li>
<li><span style="font-weight: bold;">PHP 5.6+ (7.2+ recommended for greater efficiency)</span></li>
</ul>
<br />
All these pieces of software are free software and freely available. <br /><br />

@ -88,7 +88,7 @@
<ul>
<li><span style="font-weight: bold;">Apache 2.2+</span></li>
<li><span style="font-weight: bold;">MySQL 5.6+ o MariaDB 5+</span></li>
<li><span style="font-weight: bold;">PHP 5.5+ (7.2 recomendado para mayor eficiencia)</span></li>
<li><span style="font-weight: bold;">PHP 5.6+ (7.2+ recomendado para mayor eficiencia)</span></li>
</ul>
<p>
Todo este software es software de código abierto y está disponible libremente.

@ -80,7 +80,7 @@
Chamilo est un système de gestion de l'apprentissage (LMS) qui fonctionne
principallement sur base d'un <span style="font-weight: bold;">serveur web (Apache 2.2+)</span>, de <span style="font-weight: bold;">MySQL 5.6+ ou de MariaDB 5+
(5 ou 10)</span> et de <span style="font-weight: bold;">PHP 5.5+</span> (7.1 recommandé). <br />
(5 ou 10)</span> et de <span style="font-weight: bold;">PHP 5.6+</span> (7.2+ recommandé). <br />
<br />

@ -73,7 +73,7 @@
<p class="p8"><span class="s1"></span><br></p>
<p class="p2"><span class="s1"><b>Chamilo</b> può essere installato indifferentemente su server Windows, Linux, Mac OS X e Unix. Tuttavia raccomandiamo l’utilizzo di server Linux per sfruttarne al meglio le caratteristiche di flessibilità, controllo remoto e scalabilità.</span></p>
<p class="p3"><span class="s1"></span><br></p>
<p class="p2"><span class="s1"><b>Chamilo</b> è principalmente un <b>LMS (Learning Management System)</b> che gira sulla piattaforma composta da <b>Apache (1.3,2.0 or 2.2)</b>, <b>MySQL 5.6+ (o MariaDB</b>) e <b>PHP 5.5 (7.1 consigliato)</b>, meglio nota come piattaforma <b>AMP</b>.</span></p>
<p class="p2"><span class="s1"><b>Chamilo</b> è principalmente un <b>LMS (Learning Management System)</b> che gira sulla piattaforma composta da <b>Apache (1.3,2.0 or 2.2)</b>, <b>MySQL 5.6+ (o MariaDB</b>) e <b>PHP 5.6 (7.2+ consigliato)</b>, meglio nota come piattaforma <b>AMP</b>.</span></p>
<p class="p3"><span class="s1"></span><br></p>
<p class="p2"><span class="s1">Tutti questi software sono gratuiti e liberamente scaricabili.</span></p>
<p class="p3"><span class="s1"></span><br></p>

@ -55,18 +55,20 @@
<p>Technically, Chamilo is a web application written in PHP that stores data in a MySQL database.
Users access it using a web browser.
The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and is
meant to be the next software step for institutions currently using Dokeos.
The first stable version of Chamilo, 1.8.6.2 Salto, was based on the Dokeos(TM) 1.8.6.1 code and
can be used to upgrade institutions away from Dokeos or Claroline 1.*.
</p>
<p>If you would like to know more or help develop this software, please visit<br />
our homepage at <a href="http://www.chamilo.org">https://chamilo.org</a></p>
our homepage at <a href="https://chamilo.org">https://chamilo.org</a></p>
<h1>SCORM</h1>
Chamilo imports and manages SCORM 1.2 contents.<br />
For more information on SCORM normalisation, see http://www.adlnet.org<br />
Chamilo does not implement the full set of SCORM 1.2 specifications, as many are not mandatory.
Check our website for more details.<br />
<h1>IMS/LTI</h1>
Since version 1.11.10, Chamilo also fully supports IMS/LTI 1, 1.1, 1.1.1, Outcomes and Deep Linking.
<h1>License</h1>

Loading…
Cancel
Save