<li>Quick preview of <ahref="http://www.dokeos.com/en/node/58">Dokeos features </a></li>
<li>Test Dokeos on <ahref="http://campus.dokeos.com">Free Campus</a></li>
</ul>
@ -67,7 +66,6 @@
<li><ahref="#6._LDAP">LDAP </a></li>
<li><ahref="#7._Mathematical_formulas">Mathematical formulas with LaTeX</a></li>
</ol>
@ -104,7 +102,6 @@ For instance, on a Ubuntu server, use Shell or Synaptic following the
<ahref="http://ubuntuguide.org/wiki/Ubuntu:Feisty#Apache_HTTP_Server">Ubuntuguide on Apache</a> and the following sections</li>
<li>To install <spanstyle="font-weight: bold;">MAMP</span> (AMP on Mac OS X), refer to the <ahref="http://www.mamp.info/en/index.php">MAMP</a> dedicated website<ahref="http://www.mamp.info/en/index.php"></a></li>
</ul>
@ -140,7 +137,6 @@ the installation.<span style="font-weight: bold;"><br />
<li>Follow the web installation process. You can accept all default
values. Consider changing the admin password to remember it. </li>
</ul>
@ -155,7 +151,6 @@ The following directories need to be readable, writeable and executable for ever
<li>dokeos/archive/</li>
<li>dokeos/courses/</li>
<li>dokeos/home/</li>
</ul>
(where 'dokeos' is the directory in which you installed Dokeos)
@ -163,18 +158,15 @@ The following directories need to be readable, writeable and executable for ever
777 command for this (although we recommend you seek advice from an
experienced system administrator).
In Windows, you may need to check the properties of the folders (by
right-clicking on them).
</p>
right-clicking on them).</p>
<p>
2.5. The following files need to be readable and writeable for the web browser,
@ -499,24 +476,21 @@ Then you will see a "Platform admin section" link in the header of the
web page. There you can manage users, courses, sessions, portal look
and feel, homepage content, course categories etc. </p>
<p>
</p>
<p></p>
<hrstyle="width: 100%; height: 2px;"/>
<h2><aname="6._LDAP"></a>6. LDAP</h2>
<p>
<i>This part is optional, only organisations with an LDAP server will need to read this.</i><br/>
An LDAP module is already provided in Dokeos, but it has to be configured to make it work.
</p>
An LDAP module is already provided in Dokeos, but it has to be configured to make it work.</p>
<h3><b>Compiling</b></h3>
<p>
Linux servers: It's possible that you have to recompile php with ldap support.
Newer distributions also allow downloading rpms for additional packages.
</p>
Newer distributions also allow downloading rpms for additional packages.</p>
<h3><b>Activating LDAP in Dokeos</b></h3>
@ -536,15 +510,13 @@ In (dokeos folder)/main/inc/conf/configuration.php, around line 90, you see<br /
<br/>
remove the // from the last two lines to activate LDAP.<br/>
</p>
<h3><b>Settings</b></h3>
<p>
Ask the LDAP server admin for the settings:
</p>
Ask the LDAP server admin for the settings:</p>
<ul>
@ -553,7 +525,6 @@ Ask the LDAP server admin for the settings:
<li>ldap server port (usually 389)</li>
<li>ldap dc</li>
</ul>
Since 1.8.5, you have to change the LDAP settings inside the "Portal
administration" panel, under "Dokeos configuration settings", section
@ -580,8 +551,7 @@ consider this user as being a teacher.<br />
If you want to change this behaviour, you can edit main/auth/ldap/authldap.php, function ldap_put_user_info_locally(),
and change the <em>if (empty($info_array[$tutor_field]))</em> condition to whatever suits you.<br/>
You can also remove this check by removing the condition and leaving only the <em>$status = STUDENT;</em> line.
</p>
You can also remove this check by removing the condition and leaving only the <em>$status = STUDENT;</em> line.</p>
<h3><b>Protected LDAP servers</b></h3>
@ -602,7 +572,6 @@ from LDAP directly into a Dokeos session. This, however, relies on a
set of static choices in the LDAP contact attributes.<br/>
The fields used intensively by the Dokeos module are:<br/>
</p>
<ul>
@ -622,7 +591,6 @@ that criteria</li>
<li>givenName is used as the firstname field in Dokeos</li>
<li>mail is used as the email field in Dokeos</li>
</ul>
@ -654,61 +622,56 @@ FCKConfig.ToolbarSets lines where you want the LaTeX icon to appear
You can add it to all the tools, or only to the document and tests tools, for example<br/>
<br/>
</li>
</ul>
</li>
<li>4. For Windows servers only, update <i>dokeos/main/inc/lib/fckeditor/editor/plugins/mimetex/mimetex.html</i> to replace <b>mimetex.cgi</b> by <b>mimetex.exe</b></li>
<li>4. In very rare cases (only if problems are detected), some configuration options about MimeTeX at the beginning of the file <em>dokeos/main/inc/lib/fckeditor/fckeditor.php</em> might need to be revised and twicked. See the acccompanying comments about these options within the same file</li>
<li>5. Clear your browser's cache to test it (very important). This can be done using your browser's settings page</li>
<li>6. Make these changes: </li>
</ul>
</ul>
<i>Adding the corresponding cgi-bin directory to your Apache configuration could be done, in Apache 2, like this:</i>
<p><i>Adding the corresponding cgi-bin directory to your Apache configuration could be done, in Apache 2, like this:</i>
<p>If you don't want modify your Apache, alternately you can make at this point 6: copy mimetex.exe (for windows) or mimetex.cgi (for linux) to your cgi-bin/ </p>
<p> </p>
<p>This procedure should make a new icon available in your Dokeos online
editor, which will make it possible to insert mathematical formulas
into your documents.<br/>
<br/>
<br/>
Contact address: Dokeos, Rue Victor Hugo, 201, B-1030 Brussels, Belgium<br/>
<br/>
<br/>
Contact address: Dokeos, Rue Victor Hugo, 201, B-1030 Brussels, Belgium<br/>
@ -694,18 +694,15 @@ FCKConfig.ToolbarSets donde usted desee que el icono de LaTeX aparezca
Usted puede agregarlo a todas las herramientas, o solamente a las herramientas de documentos y pruebas, por ejemplo<br/>
<br/>
</li>
</ul>
</li>
</li>
<li>4. Para servidores Windows solamente, actualizar <i>dokeos/main/inc/lib/fckeditor/editor/plugins/mimetex/mimetex.html</i> para reemplazar <b>mimetex.cgi</b> por <b>mimetex.exe</b></li>
<li>4. En raras ocasiones (sólo si se detecta algún problema), las opciones de configuración del fichero /dokeos/main/inc/lib/fckeditor/fckeditor.php tendrán que ser editadas manualmente</li>
<li>5. Limpiar la cache de su navegador para probarlo (muy importante). Esto se puede hacer mediante el uso de la página de configuraciones de su navegador</li>
<li>6. Realice estos cambios:</li>
</ul>
<i>Agregar el directorio cgi-bin correspondiente a su configuración de Apache puede ser lograda de esta manera, en Apache 2:</i>
@ -733,22 +730,25 @@ acceso directo al archivo mimetex.exe desde el directorio cgi-bin, o bajo