Updating documentation

skala
Julio Montoya 16 years ago
parent 9f76823057
commit f8d1bc4eac
  1. 5
      documentation/changelog.html
  2. 3
      documentation/credits.html
  3. 40
      documentation/installation_guide.html
  4. 33
      documentation/installation_guide_es_ES.html

@ -62,12 +62,15 @@
<li>RSS Feed added by default to the extra field aswell as the user tag (Needs to change visibility)</li>
<li>Reporting tab performance improved (main/mySpace/courseLog.php file)</li>
<li>Added View a List students who have not submitted an assignment, and send a reminder to your email. BT#487 BT#489</li>
<li>Exercise tool: New type of question added. Multiple answer combination a.k.a "Exact question" CT#402</li>
<li>Exercise tool: New type of question added. Multiple answer combination a.k.a "Exact question" CT#402</li>
<li>Exercise tool: Email notifications when an student answer an Exercise</li>
<li>Glossary tool improved. Possibility to view glosary terms in Exercises and Learning paths (Courses)</li>
</li>
</ul>
<h3>Debugging</h3>
<ul>
<li>Fixed a bug in course homepage always showing a box even when no tools were shown (r8747:3ad59f6aed1f)</li>
<li>Score result in reporting is expressed as a percentage</li>
<li>CSV export of reporting no longer contains html code in the last column</li>

@ -179,6 +179,7 @@ see also http://www.dokeos.com/extensions/
<li>First version:</li>
<li>Adapted from PHPBB 1.4 (http://www.phpbb.com)</li>
<li>Modifications: Patrick Cool (patrick.cool@ugent.be)</li>
<li>Julio Montoya Armas (gugli100@gmail.com)</li>
<li>Management of scoring of threads:</li>
<li>Christian Fasanando</li>
<li>Isaac Flores</li>
@ -345,8 +346,6 @@ see also http://www.dokeos.com/extensions/
<li>Isaac Flores</li>
</ul>
<h2>User Image</h2>
<ul>
<li> Miguel (miguel@cesga.es)</li>

@ -26,13 +26,11 @@
<p>Thank you for downloading Chamilo 1.8.6.2.</p>
<ul>
<li>Quick preview of <a href="http://www.dokeos.com/en/node/58">Dokeos features&nbsp;</a></li>
<li>Test Dokeos on <a href="http://campus.dokeos.com">Free Campus</a></li>
<li>Test Chamilo on <a href="http://campus.chamilo.org">Free Campus</a></li>
</ul>
<p>This guide explains how to install Dokeos FREE. Please read this fully before proceeding with the installation.</p>Check <a href="http://www.dokeos.com/en/buy.php">Dokeos PRO</a> and <a href="http://www.dokeos.com/en/buy.php">Dokeos MEDICAL</a> for a complete learning suite with a Service Level Agreement. <br />
<p>This guide explains how to install Chamilo FREE. Please read this fully before proceeding with the installation.</p>
<h2><b>Contents</b></h2>
@ -40,7 +38,7 @@
<ol>
<li><a href="#1._Pre-requisites">Pre-requisites</a></li>
<li><a href="#2._Installation_of_Dokeos_LMS">Installation of Dokeos LMS</a></li>
<li><a href="#2._Installation_of_Chamilo_LMS">Installation of Chamilo LMS</a></li>
<li><a href="#3._Upgrade_from_a_previous_version_of">Upgrade from a previous version of Dokeos</a></li>
<li><a href="#4._Troubleshooting">Troubleshooting</a></li>
<li><a href="#5._Administration_section">Administration section</a></li>
@ -88,20 +86,20 @@ For instance, on a Ubuntu server,&nbsp;use Shell or Synaptic following the
<h3><span style="font-weight: bold;">MySQL database server</span></h3>
You will need a login and password allowing to administrate and create
at least one database. By default, Dokeos will create a new database
at least one database. By default, Chamilo will create a new database
for each course created. It means your host should allow you to create
and administrate several databases. You can also install Dokeos using
and administrate several databases. You can also install Chamilo using
only one database, in that case you have to select this option during
the installation.<span style="font-weight: bold;"><br />
</span>
<hr style="width: 100%; height: 2px;" />
<h2><a name="2._Installation_of_Dokeos_LMS"></a><span style="font-weight: bold;">2. Installation of Chamilo LMS</span></h2>
<h2><a name="2._Installation_of_Chamilo_LMS"></a><span style="font-weight: bold;">2. Installation of Chamilo LMS</span></h2>
<a href="http://www.chamilo.org/download.php"></a>
<ul>
<li><a href="http://www.dokeos.com/node/33">Download Dokeos LMS</a></li>
<li><a href="http://www.chamilo.org/download">Download Chamilo LMS</a></li>
<li>Unzip it</li>
@ -244,7 +242,7 @@ these ones:</p>
<p>
Past Chamilo versions required register_globals to be set to On. This is
no longer necessary, this can be set to Off and Dokeos will work fine.</p>
no longer necessary, this can be set to Off and Chamilo will work fine.</p>
<p><strong>BSD users:</strong> these php libraries have to be included during php installation:</p>
@ -358,24 +356,24 @@ the old path.</p>
<b>NOTE:</b><br />
Do not modify the home_*.html files directly. Instead,
choose "Configure the homepage" in the Dokeos administration section.</p>
choose "Configure the homepage" in the Chamilo administration section.</p>
<p></p>
<h3>3.3 In both cases</h3>
The following directories need to be readable, writeable and executable for the web server:
<ul>
<li>dokeos/main/inc/conf/</li>
<li>dokeos/main/upload/users/</li>
<li>dokeos/main/default_course_document/</li>
<li>dokeos/archive/</li>
<li>dokeos/courses/</li>
<li>dokeos/home/</li>
<li>chamilo/main/inc/conf/</li>
<li>chamilo/main/upload/users/</li>
<li>chamilo/main/default_course_document/</li>
<li>chamilo/archive/</li>
<li>chamilo/courses/</li>
<li>chamilo/home/</li>
</ul>
On Linux, Mac OS X and BSD operating systems you can quick-fix this using the
CHMOD 777 command, but if you are unsure, we recommend you seek advice for
your own OS on <a href="http://www.dokeos.com/en/node/66">our forum</a>.
your own OS on <a href="http://forum.chamilo.org">our forum</a>.
In Windows, you may need to check the properties of the folders.
<p></p>
<h3>3.4 Quick-upgrade from 1.6.x guide for Linux</h3>
@ -635,11 +633,11 @@ to insert mathematical formulas into your documents.<br />
<br />
<br />
Contact address: Dokeos, Rue Victor Hugo, 201,&nbsp;B-1030 Brussels, Belgium<br />
Contact address<br />
Mail: info@dokeos.com<br />
Mail: info@chamilo.org<br />
Tel. +32 (0)2 669 69 55<br />
Tel. <br />
<br />
</p>

@ -30,18 +30,15 @@
<p>Gracias por descargar Chamilo, la suite de aprendizaje de código abierto profesional.</p>
<ul>
<li>Vista rápida de las <a href="http://www.dokeos.com/en/node/58">Características de Dokeos&nbsp;</a></li>
<li>Prueba Chamilo en <a href="http://campus.dokeos.com">Free Campus</a></li>
<ul>
<li>Prueba Chamilo en <a href="http://campus.chamilo.org">Free Campus</a></li>
</ul>
<p>Esta guía explica como instalar el Sistema de Gestión de Aprendizaje de Dokeos. Explica como instalar la conversión a PowerPoint Dokeos Oogie
y la videoconferencia de Dokeos, aunque estos paquetes
no son requeridos para usar Dokeos LMS. &nbsp;Por favor, lea completamente este documento antes de proceder con la instalación. </p>
<p>Esta guía explica como instalar el Sistema de Gestión de Aprendizaje Chamilo. Explica como instalar la conversión a PowerPoint Chamilo Oogie
y la videoconferencia de Chamilo, aunque estos paquetes
no son requeridos para usar Chamilo LMS. &nbsp;Por favor, lea completamente este documento antes de proceder con la instalación. </p>
Si desea ahorrar tiempo, problemas y dinero, alternativamente puede tener su Portal de Dokeos <a href="http://www.dokeos.com/en/node/6">desplegado</a> o <a href="http://www.dokeos.com/en/node/32">instalado</a> por Dokeos o alguno de sus socios.<br />
<h2><b>Contenidos</b></h2>
@ -49,7 +46,7 @@ Si desea ahorrar tiempo, problemas y dinero, alternativamente puede tener su Por
<ol>
<li><a href="#1._Pre-requisites">Prerrequisitos</a></li>
<li><a href="#2._Installation_of_Dokeos_LMS">Instalación de Chamilo LMS</a></li>
<li><a href="#2._Installation_of_Chamilo_LMS">Instalación de Chamilo LMS</a></li>
<li><a href="#3._Upgrade_from_a_previous_version_of">Actualizar desde una versión previa de Dokeos</a></li>
<li><a href="#4._Troubleshooting">Solución de Problemas</a></li>
<li><a href="#5._Administration_section">Sección de administración</a></li>
@ -107,9 +104,9 @@ Por ejemplo, en un servidor Ubuntu,&nbsp;use Shell o Synaptic siguiendo la
<h3><span style="font-weight: bold;">Servidor de Base de Datos MySQL</span></h3>
Usted necesitará una cuenta de acceso y una contraseña que le permita administrar y crear
al menos una base de datos. De manera predeterminada, Dokeos creará una nueva base de datos
al menos una base de datos. De manera predeterminada, Chamilo creará una nueva base de datos
para cada curso. Esto significa que su proveedor deberá permitirle crear y
administrar varias bases de datos. Usted también puede instalar Dokeos con una sola base de datos, en ese caso, deberá seleccionar esta opción durante
administrar varias bases de datos. Usted también puede instalar Chamilo con una sola base de datos, en ese caso, deberá seleccionar esta opción durante
la instalación.
<br />
@ -130,7 +127,7 @@ Para aprovechar la ventaja de la conversión <span style="font-weight: bold;">Oo
<br />
Para aprovechar la ventaja de la <span style="font-weight: bold;">Videoconferencia</span> de Dokeos, necesita:<br />
Para aprovechar la ventaja de la <span style="font-weight: bold;">Videoconferencia</span> de Chamilo, necesita:<br />
<ul>
@ -144,7 +141,7 @@ Para aprovechar la ventaja de la <span style="font-weight: bold;">Videoconferenc
</span>
<hr style="width: 100%; height: 2px;" />
<h2><a name="2._Installation_of_Dokeos_LMS"></a><span style="font-weight: bold;">2. Instalación de Dokeos LMS</span></h2>
<h2><a name="2._Installation_of_Chamilo_LMS"></a><span style="font-weight: bold;">2. Instalación de Chamilo LMS</span></h2>
<a href="http://www.dokeos.com/download.php"></a>
<ul>
@ -506,8 +503,8 @@ Luego:
<h2><a name="4._Troubleshooting"></a>4. Solución de problemas</h2>
<p>Si usted tiene problemas, vaya al <a href="http://www.dokeos.com">Sitio Web de Dokeos</a> y haga una pregunta en el
<a href="http://www.dokeos.com/en/node/66">foro de soporte</a>. Por favor, primero lea los mensajes previos para ver si existe ya
<p>Si usted tiene problemas, vaya al <a href="http://www.chamilo.org">Sitio Web de Chamilo</a> y haga una pregunta en el
<a href="http://forum.chamilo.org">foro de soporte</a>. Por favor, primero lea los mensajes previos para ver si existe ya
una respuesta a su pregunta. Nosotros también mantenemos una lista de
<a href="http://www.dokeos.com/wiki/index.php/FAQ">Preguntas Frecuentes</a>.
</p>
@ -722,11 +719,11 @@ Linux usando el siguiente comando:</i>
<br />
<br />
Dirección de Contacto: Dokeos, Rue du Corbeau, 108, B-1030 Brussels, Belgium<br />
Dirección de Contacto: Chamilo<br />
Correo: info@dokeos.com<br />
Correo: info@chamilo.org<br />
Tel. +32 (0)2 669 69 55<br />
Tel. <br />
<br />
</p>

Loading…
Cancel
Save