<h2><aname="9._WIRIS_mathematical_formulas"></a>7. Mathematical formulas with WIRIS</h2>
<p>Installing this plugin you get WIRIS editor and WIRIS CAS. <br/>
This activation will not be completed unless you have previously downloaded the <ahref="http://www.wiris.com/plugins/ckeditor/download"target="_blank">PHP plugin for CKeditor WIRIS</a> and unzipped its contents into the main/inc/lib/ckeditor/editor/plugins/ckeditor_wiris/ directory. <br/>This is necessary because Wiris is proprietary software and its services are <ahref="http://www.wiris.com/store/who-pays"target="_blank">commercial</a>. To make adjustments to the plugin, edit configuration.ini file or replace his content by configuration.ini.default Chamilo file.</p>
<h2><aname="9._WIRIS_mathematical_formulas"></a>7. Mathematical formulas with WIRIS MathType</h2>
<p>Installing this plugin you get WIRIS MathType. <br/>
This activation will not be completed unless you have previously downloaded
the <ahref="http://www.wiris.com/plugins/ckeditor/download"target="_blank">PHP plugin for CKeditor WIRIS</a>
and unzipped its contents into the main/inc/lib/ckeditor/editor/plugins/ckeditor_wiris/ directory.<br/><br/>
This is necessary because Wiris is proprietary software and its services are
Para realizar ajustes en el plugin edite el archivo configuration.ini o sustituya su contenido por el de
configuration.ini.default que acompaña a Chamilo.
Instalando este plugin obtendrá Wiris MathType.<br/>
La activación no se realiza completamente si previamente no ha descargado el <ahref="http://www.wiris.com/plugins/ckeditor/download"target="_blank">plugin PHP para CKeditor de WIRIS</a> y descomprimido su contenido en el directorio de Chamilo /main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris.<br/><br/>
Esto es necesario debido a que WIRIS es un software propietario y los servicios de WIRIS son <ahref="http://www.wiris.com/store/who-pays"target="_blank">comerciales</a>. Para realizar ajustes en el plugin edite el archivo configuration.ini o sustituya su contenido por el de configuration.ini.default que acompaña a Chamilo.
<li><ahref="#9._WIRIS_mathematical_formulas">Formules mathématiques avec WIRIS</a></li>
<li><ahref="#9._WIRIS_mathematical_formulas">Formules mathématiques avec Wiris MathType</a></li>
<li><ahref="#10._Xapian_fulltext_indexing">Indexation full-text avec Xapian</a></li>
<li><ahref="#11._Chamilo_rapid_ppt_conversion">Chamilo Rapid - système de conversion PPT</a></li>
<li><ahref="#12._Setting_cron_up">Configurer de tâches "chronologiques"</a></li>
@ -625,12 +625,15 @@
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="9._WIRIS_mathematical_formulas"></a>9. Formules mathématiques avec WIRIS</h2>
<p>Installing this plugin you get WIRIS editor and WIRIS CAS. <br/>
This activation will not be completed unless you have previously downloaded the <ahref="http://www.wiris.com/plugins/ckeditor/download"target="_blank">PHP plugin for CKeditor WIRIS</a> and unzipped its contents into the main/inc/lib/ckeditor/editor/plugins/ckeditor_wiris/ directory. <br/>This is necessary because Wiris is proprietary software and its services are <ahref="http://www.wiris.com/store/who-pays"target="_blank">commercial</a>. To make adjustments to the plugin, edit configuration.ini file or replace his content by configuration.ini.default Chamilo file.</p>
<h2><aname="9._WIRIS_mathematical_formulas"></a>7. Formules mathématiques avec Wiris MathType</h2>
<p>
En installant ce plugin, vous intégrez Wiris MathType.<br/>
Cette activation ne sera pas complète à moins que vous n'ayez d'abord téléchargé le plugin <ahref="http://www.wiris.com/plugins/ckeditor/download"target="_blank">PHP pour CKeditor WIRIS</a> et l'ayez décompressé dans main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris.<br/><br/>
Cette étape est nécessaire parce que WIRIS est un logiciel propriétaire et ses services sont de type <ahref="http://www.wiris.com/store/who-pays"target="_blank">commerciaux</a>. Pour faire des modifications au plugin , éditez le fichier configuration.ini ou remplacez son contenu par le fichier configuration.ini.default de Chamilo.
</p>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="10._Xapian_fulltext_indexing"></a>Indexation full-text avec Xapian</h2>
<h2><aname="10._Xapian_fulltext_indexing"></a>8. Indexation full-text avec Xapian</h2>
<div>
<em>Note</em>: This step will require a dedicated server or a virtual dedicated server as the packages involved are not available on most shared hosting solutions.<br/>
On Debian or Ubuntu 10.04 and superior, you will simply need to install the php5-xapian package and restart your web server:
<h2><aname="11._Chamilo_rapid_ppt_conversion"></a>Chamilo Rapide - Conversion de PPT</h2>
<h2><aname="11._Chamilo_rapid_ppt_conversion"></a>9. Chamilo Rapide - Conversion de PPT</h2>
<div>
<em>Note</em>: This step will require a dedicated server or a virtual dedicated server as the packages involved are not available on most shared hosting solutions.<br/>
On Debian or Ubuntu 11.10 and superior, install LibreOffice.org v3 and start it as a headless server:
<h2><aname="13._Changing_language_names_order"></a>Changer l'ordre nom/prénom des langues</h2>
<h2><aname="13._Changing_language_names_order"></a>11. Changer l'ordre nom/prénom des langues</h2>
<div>
As Chamilo becomes more popular and crosses many borders now, it frequently happens that administrators want to re-order the firstname and lastname fields in tables, and also on which field it is sorted first.<br/><br/>
This can easily be modified by editing the app/config/configuration.php file, finding the following section, uncommenting the PHP lines and adapting it to your language:<br/>
@ -704,7 +707,7 @@ for example. The effect should be immediate.
</div>
Please note that, although Chamilo allows you to define its position, the "title" field does not exist at this time, so no need to worry about it.
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="14._Improving_files_download"></a>Améliorer la performance des téléchargements de fichiers</h2>
<h2><aname="14._Improving_files_download"></a>12. Améliorer la performance des téléchargements de fichiers</h2>
<div>
File download can be very slow when passing through a PHP script to control permissions. One solution to this
is to use the X-Sendfile header, which depends on a module on the webserver. <ahref="http://stackoverflow.com/a/3731639/1406662">Check http://stackoverflow.com/a/3731639/1406662 for more details on implementing Sendfile</a>.
If you have issues with files taking a long time to download, make sure you reconfigure your webserver and add this line. You should see an notable difference in download time.
Chamilo supporte la connexion à deux serveurs de vidéo-conférence : BigBlueButton (versions 0.81 et 0.9) et OpenMeetings.<br/>
Tandis que BigBlueButton paraît plus simple d'installation, plus clairement documenté et plus
@ -732,7 +735,7 @@ If you have issues with files taking a long time to download, make sure you reco
</p>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="16._Rewrite"></a>Réécriture</h2>
<h2><aname="16._Rewrite"></a>14. Réécriture</h2>
<p>
Chamilo LMS 1.10 est la première version nécessitant que le serveur web autorise les redirections d'url (et donc 1.11 également).<br/>
Pour Apache, il s'agit d'active le module rewrite et d'autoriser l'utilisation des fichiers .htaccess ou d'ajouter une section spécifique dans le Virtual Host.<br/>
<liclass="li2"><spanclass="s1">Formule matematiche con LaTeX</span></li>
<liclass="li2"><spanclass="s1">Formule matematiche con ASCIIMathML</span></li>
<liclass="li2"><spanclass="s1">Formule matematiche con WIRIS</span></li>
<liclass="li2"><spanclass="s1">Formule matematiche con Wiris MathType</span></li>
<liclass="li2"><spanclass="s1">Indicizzazione Full-Text con Xapian</span></li>
<liclass="li2"><spanclass="s1">Chamilo Rapid - sistema di conversione PPT</span></li>
<liclass="li2"><spanclass="s1">Impostare attività temporizzate</span></li>
@ -490,15 +490,17 @@
<pclass="p8"><spanclass="s1"></span><br></p>
<pclass="p8"><spanclass="s1"></span><br></p>
<olclass="ol1">
<liclass="li6"><spanclass="s1">9. Formule matematiche con WIRIS</span></li>
<liclass="li6"><spanclass="s1">9. Formule matematiche con Wiris MathType</span></li>
</ol>
<pclass="p14"><spanclass="s1">Installare il plugin <ahref="http://www.wiris.com/plugins/ckeditor/download"><spanclass="s2">PHP plugin for CKeditor WIRIS</span></a>, decompattarlo nella cartella main/inc/lib/ckeditor/editor/plugins/ckeditor_wiris.</span></p>
<pclass="p14"><spanclass="s1">A seguito dell’installazione si ottiene un editor WIRIS ed il WIRIS CAS.</span></p>
<pclass="p14"><spanclass="s1">Si segnala che Wiris è un software proprietario ed i suoi servizi sono servizi<spanclass="Apple-converted-space"></span></span></p>
<pclass="p14"><spanclass="s1">Per qualsiasi modifica o configurazione ulteriore del plugin modificare il file configuration.ini o sostituirlo con il file configuration.ini di default di Chamilo.</span></p>
<pclass="p8"><spanclass="s1"></span><br></p>
<pclass="p8"><spanclass="s1"></span><br></p>
<p>
Installare il plugin <ahref="http://www.wiris.com/plugins/ckeditor/download"target="_blank">PHP plugin for CKeditor WIRIS</a>, decompattarlo nella cartella /main/inc/lib/javascript/ckeditor/plugins/ckeditor_wiris.
A seguito dell’installazione si ottiene un editor Wiris MathType.
Si segnala che WIRIS è un software proprietario ed i suoi servizi sono servizi
Per qualsiasi modifica o configurazione ulteriore del plugin modificare il file configuration.ini o sostituirlo con il file configuration.ini di default di Chamilo.
</p>
<pclass="p6"><spanclass="s1">10. Indicizzazione Full-text con Xapian</span></p>
<pclass="p14"><spanclass="s1">Nota: questo passaggio richiede un server dedicato o un virtual server perchè il pacchetto tipicamente non è disponibile nella maggior parte delle soluzioni di hosting condivise presenti sul mercato.</span></p>
<pclass="p14"><spanclass="s1">Su un sistema Debian o Ubuntu 10.04 o superiori devi semplicemente istallare il pacchetto php5-xapian e riavviare il web server:</span></p>