Browse Source

[svn r13240] delete the html documentation : not the same content as the pdf one

Eric Marguin 17 years ago
parent
commit
4df27a6a01

+ 0 - 470
documentation/installation_guide.html

@@ -1,470 +0,0 @@
-<html>
-<head>
-<title>Dokeos 1.8 installation guide</title>
-<link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
-<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
-</head>
-<body>
-<div id="header1">
-  <h1>Dokeos 1.8 installation guide</h1>
-</div>
-<a href="index.html">Documentation</a> &gt; English installation guide
-<div id="outerframe">
-  <div id="main">
-    <p> Thank you for downloading Dokeos!
-      This text will guide you through the basics of installing Dokeos 1.8.
-      Please read this fully before proceeding with the installation. </p>
-    <p> The installation guide is also available in other languages, please see <a href="documentation/index.html">this overview page</a> for a list. The Dokeos website will notify when new translations are available. </p>
-    <p> This is only a short installation guide. We are writing a manual with more info on installation, but this was not ready at the time of writing. When ready, this manual will be accessible through the <a href="http://www.dokeos.com/documentation.php">Dokeos documentation page</a>. You can read the work in progress manual on our <a href="http://www.dokeos.com/wiki/index.php/Manual">web writing area</a>. We also maintain a list of <a href="http://www.dokeos.com/wiki/index.php/FAQ">Frequently Asked Questions (FAQ)</a>. </p>
-    <p> <b>Contents</b>
-    <ol>
-      <li><a href="#requirements">Requirements</a></li>
-      <li><a href="#install_new_version">Installing a new version of Dokeos</a></li>
-      <li><a href="#upgrade_previous_version">Upgrading from a previous version of Dokeos</a></li>
-      <li><a href="#troubleshooting">Troubleshooting</a></li>
-      <li><a href="#admin_section">Administration section</a></li>
-      <li><a href="#ldap">Ldap (optional)</a></li>
-    </ol>
-    </p>
-    <h2><a name="requirements">1. Requirements</a></h2>
-    <p>As from Dokeos 1.8 additional plugins can be enabled. Two of these plug-ins needs a set of prerequirements and additional installation of 
-    software modules. The basic requirements have to be met by the core or basic Dokeos modules. Both additional plugins do need a jdk (java development 
-    environment). The additional packages may be installed on an other computer as the DokeosServer.</p>
-    <ul>
-	    <li><a href="#Basicreq">Basic requirements</a></li>
-	    <li><a href="#Javareq">Java requirements (only needed when adding convertions or videoconferencing</a></li>
-	    <li><a href="#OOConversion">Powerpoint and Presenter convertions to Learnpath</a></li>
-	    <li><a href="#Videoconferencing">Videoconferencing</a></li>
-    </ul>
-    <h3><a name="Basicreq">1.1 Basic Requirements</a></h3>
-    <p>Dokeos is a web application which requires some other software to function:</p>
-    <ul>
-      <li>A web server - we recommend <strong>Apache</strong></li>
-      <li><strong>PHP</strong></li>
-      <li>The <strong>MySQL</strong> database server</li>
-    </ul>
-    <p> These software packages have to be installed on the computer where you will install Dokeos. <br/>
-      You can install all these software packages separately, which often gives the best results. However, beginning users who want to test Dokeos can use a <i>combination package</i> that installs all these software packages in one simple install. If you want to use a combination package, we recommend Wamp (Download at <a href="http://www.wampserver.com/en/index.php">the WAMP5 website</a>, you also need the <a href="http://www.wampserver.com/en/add-ons.php">PHP4 add-on</a>) or <a href="http://www.apachefriends.org/en/index.html">XAMP</a>. </p>
-    <h4>1.1.1. A web server</h4>
-    <p> The Apache web server is recommended, and Dokeos is configured to use some Apache security enhancements if possible. However, other web servers will work too. For best security results, you need to have the Apache module mod_rewrite activated. The mod_rewrite rules for Dokeos are read from a .htaccess file in the courses folder, so Apache needs to allow this (AllowOverride FileInfo in httpd.conf). <br/>
-      <br/>
-      <a href="http://httpd.apache.org/download.cgi">Download Apache web server</a><br/>
-      <a href="http://httpd.apache.org/docs-project/">Apache web server manual</a> </p>
-    <h4>1.1.2. PHP</h4>
-    <p> You need PHP version 5.2.x or later (5.x versions), configured with the following modules : mysql, zlib, preg, xml. PHP versions 5 or later are not supported by Dokes yet.
-      You need the ldap module too if you want to use ldap with Dokeos.
-      Most of the PHP5 compiled distributions are provided with these modules.
-      Anyway, their presence is checked by the Dokeos install script. <br/>
-      <br/>
-      <a href="http://www.php.net/downloads.php">Download PHP</a><br/>
-      <a href="http://www.php.net/docs.php">PHP manual</a> </p>
-    <p> Some users could meet problems if their PHP setting doesn't fit
-      these ones:</p>
-    <ul>
-      <li>short_open_tag       = On</li>
-      <li>safe_mode            = Off</li>
-      <li>magic_quotes_gpc     = On</li>
-      <li>magic_quotes_runtime = Off</li>
-    </ul>
-    <p> Past Dokeos 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>
-    <p><strong>BSD users:</strong> these php libraries have to be included during php installation:</p>
-    <ul>
-      <li>php-mysql The mysql shared extension for php</li>
-      <li>php-pcre The pcre shared extension for php</li>
-      <li>php-session The session shared extension for php</li>
-      <li>php-zlib The zlib shared extension for php</li>
-      <li>php-xml</li>
-      <li>(optional) php-ldap if you want to be able to use LDAP authentication</li>
-    </ul>
-    <h4>1.1.3. The MySQL database server</h4>
-    <p> You will need a login and password allowing to administrate
-      and create at least one database. By default, Dokeos 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 only one database, in that case you have to select this option during the
-      installation. <br/>
-      <br/>
-      <a href="http://dev.mysql.com/downloads/">Download MySQL server</a><br/>
-      <a href="http://dev.mysql.com/doc/mysql/en/index.html">MySQL server manual</a> </p>
-    <p> <b>Note:</b><br/>
-      It seems the backticks characters (`) inserted inside most of
-      the Dokeos SQL queries since version 1.3 don't work with MySQL
-      versions before 3.23.6. </p>
-    <h4>1.1.4. Permissions</h4>
-    <p> Furthermore, Dokeos needs to have write access to specific directories. The best way to deal with these permission is to give the webserver user
-    read/ write access on the specified directories. The other directories can work with read access. The specific directories are <a href="#protections">listed in the installation section.</a>
-      or unzipped to. On a Windows machine locally, this
-      is not a problem. Remotely, you need to be allowed to CHMOD
-      through FTP, telnet or any means. </p>
-      
-      
-      <h3><a name="Javareq">1.2 Java Requirements</a></h3>
-      <p>Install a java jdk on the system where you will install the conversiontool and the videoconferencing modules. Depending on the system this 
-      environment have to be installed</p>
-      <a href="http://www.java.com/getjava/">Download Java runtime environment and install</a></br>
-      
-      <h3><a name="OOConversion">1.3 Requirements for Powerpoint and Presenter imports</a></h3>
-      <p>For the basic conversion of a presentation to Dokeos on neede the installation of openoffice.org.<br/>
-	 <br/>
-	 <a href="http://download.openoffice.org/">Download openoffice.org and install</a></br>
-	 </p>
-	 <p>Once the latest version of OpenOffice.org is installed, edit the configuration file (Setup.xcu) and add the following property&nbsp;:
-
-<pre>&lt;prop oor:name="ooSetupConnectionURL"&gt;
-&lt;value&gt;
-socket,host=localhost,port=2002;urp;StarOffice.ServiceManager
-&lt;/value&gt;
-&lt;/prop&gt;
-</pre>
-	 (ex on Debian /usr/lib/openoffice/share/registry/data/org/openoffice/Setup.xcu)
-	 </p>
-	 <p>For the basic convertion of a presentation to Dokeos one need to run the openoffice server in headless mode. On linux systems this is
-	 done via the X framebuffer (xvfb package). When your server does not contain an x-window system, additional fonts and basic x-window libraries have to be installed for
-	 not running into problems.</p>
-	 <p>
-	 If during the conversion sets one need additional recording of sound, then the installation of the 
-	 <a href="#Openlaszlo">Openlaszlo and tomcat modules</a>are needed.
-	 </p>
-	 <p>
-	 The startup from the Openoffice server at startup from the computer van be done via the file oooserver.init. Additional description is found 
-	 on the Dokeos wiki<a href="http://www.dokeos.com/wiki/index.php/MakeOOOListening">http://www.dokeos.com/wiki/index.php/MakeOOOListening</a>
-	 </p>
-	 <p>
-	 Configuration in dokeos platform admin, Configure the services,  Configure PowerPoint2LearningPath
-	 <ul>
-		 <li>host:<b>localhost</b></li>
-		 <li>Username:</li>
-	         <li>Ftp password:</li>
-		 <li>Path to LZX Files:</li>
-		 When the openofficeserver runs on the same server as Dokeos. Host is localhost. Otherwise the remote parameters have to be entered.
-		 When a recording of audio is needed then the path to the lzx files is needed. When the openlaszlo server is installed on an other
-		 server the host has to be added otherwise.<b>/lps-latest/dokeos/videoconference/ppt2lprecorder.lzx</b>
-	 </ul>
-	 </p>
-	 <h3><a name="VideoConferencing">1.4 Requirements for VideoConferencing</a></h3>
-	 <p>The set-up and usage of the videoconferencing and recording functionality in Dokeos is provided by patched external
-	 packages. These patches are at this moment not yet available in the latest stable release of the packages. The following
-	 4 packages are used. Openlaszlo comes in a packages with the tomcat server 5.0.24. The red5 streaming servers is packaged with the
-	 jetty servlet engine. In order to be able to correctly identify the usercontext from Dokeos into Openlaszlo and Red5 the
-	 connection between the apache webserver and the tomcat servlet engine is needed.
-	 <ul>
-		 <li>OpenLaszlo: <a href="http://www.openlaszlo.org/">http://www.openlaszlo.org/</a></li>
-		 <li>Apache Tomcat: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></li>
-		 <li>Red5: <a href="http://osflash.org/red5">http://osflash.org/red5</a></li>
-		 <li>Jetty: <a href="http://www.mortbay.org/">http://www.mortbay.org/</a></li>
-
-	 </ul>
-	 Download of the additional packages from the Dokeos site.
-	 <ul>
-		 <li>The packages Openlaszlo and tomcat can be downloaded at 
-		 <a href="http://www.dokeos.com/download.../dokeosopenlaszlo_1_8.tar.gz">http://www.dokeos.com/download/... dokeosopenlaszlo_1_8.tar.gz</a>
-		 </li>
-		 <li>
-		 The Red5 packages can be downloaded at 
-		 <a href="http://www.dokeos.com/download.../dokeosred5_1_8.tar.gz">http://www.dokeos.com/download/... dokeosred5_1_8.tar.gz</a>
-		 </li>
-	 </ul>
-	 </p>
-	 <h4><a name="Openlaszlo">1.4.1 Requirements and installation of OpenLaszlo</a></h4>
-	 <p>Depending if the Openlaszlo server is installed on the same server as the webserver of dokeos, different parameters have to be changed</p>
-	 <ul>
-		 <li>Installation of the Openlaszlo server tar -xzvf dokeosopenlaszlo_1_8.tar.gz</li>
-		 <li>Check the path to the JAVA_HOME in <b>$yourinst/lps-latest/Server/tomcat-5.0.24/bin/startup.bin(bat)</b></li>
-		 <li>If on a different server then the file should be edited <b>$yourinst/lps-latest/Server/lps-latest/videoconference/videoconference.lzx</b> (rmtphost should change to the host of dokeosserver, rmtphostlocal local tomcatserver)</li>
-		 <li>Start server with <b>$yourinst/lps-latest/Server/tomcat-5.0.24/bin/startup.bin(bat)</b></li>
-	 </ul>
-	 <h4><a name="Red5">1.4.2 Requirements and installation of Red5 Server</a></h4>
-	 <p>Installation and set-up of the Red5 Server</p>
-	 <ul>
-		 <li>Installation tar -xzvf dokeosred5_1_8.tar.gz</li>
-		 <li>Check the path to the JAVA_HOME<b>$yourinst/dist/red5.sh(bat)</b></li>
-		 <li>Start the server with <b>$yourinst/dist/red5.sh(bat)</b></li>
-	 </ul>
-	 <h4><a name="ApacheConfig">1.4.3 Requirements for the connection of Tomcat with Apache</a></h4>
-	 <p>The mod-jk or mod-jk module for apache(2) has to be installed in order to transfer the sessiondata from the Dokeos to the
-	 additional plugins. For the installation of the additional modules see the installation guide of the webserver.</p>
-	 <ul>
-		 <li>Apache2 with mod-jk module</li>
-		 <ul>
-			 <li>Install mod-jk</li>
-			 <li>Configure the workers.properties file</li>
-			 <ul>
-				 <li>edit file /etc/libapache2-mod-jk/workers.properties (ubuntu)</li>
-				 <li>workers.java_home=/usr/lib/j2sdk1.5-sun (path to the java sdk)</li>
-				 <li>workers.tomcat_home=$yourInstallation/lps-latest/Server/tomcat-5.0.24 (path to tomcat of Openlaszlo)</li>
-			 </ul>
-			 <li>Configure the file jk.load</li>
-			 <ul>
-				 <li>edit file /etc/apache2/mods-enabled/jk.load (ubuntu)</li>
-				 <li>JkLogFile /var/log/apache2/mod_jk.log</li>
-				 <li>JkLogLevel info</li>
-				 <li>JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"</li>
-				 <li>JkMount /lps-latest ajp13</li>
-				 <li>JkMount /lps-latest/dokeos/* ajp13</li>
-			 </ul>
-			 <li>Restart/Reload Apache2</li>
-		 </ul>
-		 <li>Apache2 with mod-jk2 module</li>
-		 <ul>
-			 <li>Install mod-jk2</li>
-			 <li>copy a default workers2.properties to /etc/apache2/</li>
-			 <li>edit jk2.load remove comment lines</li>
-			 <li>Restart/reload Apache2</li>
-		 </ul>
-	 </ul>
-	 <h4><a name="DokeosVideo">1.4.4 Configuration of DokeosVideoServerving plugin</a></h4>
-	 <p>The configuration of the videoServing is done via de admin pages of Dokeos</p>
-	 <p>Configuration in dokeos platform admin, Configure the services,  Configure VideoConferencingServer</p>
-	 <p>This contains the URL to the videoserver the example is for a localversion </p>
-	 <ul>
-		 <li>url:<b>/lps-latest/videoconferencing/videoconferencing.html</b></li>
-	 </ul>
-		 <b>Bandwidth calculation</b>
-	 <p>Outgoing Stream:7KB Incoming Stream: 12KB</p>
-	 <p>1 one2four VideoConference: 4 outgoing streams from every client: 4*7KB=28KB incoming traffic on server-side
-12 incoming streams to every client: 12*12KB=144KB outgoing traffic from server-side</p>
-<p>1 one2many Conference (up to 50 seats) 1 outgoing streams -&gt; 7KB incoming traffic 50 incoming streams -&gt; 
-50*12KB = 524KB outgoing traffic</p>
-
-   <h2><a name="install_new_version">2. Installing a new version of Dokeos</a></h2>
-    <p> 2.1. Download the Dokeos 1.8 install package (.zip for Windows users or .tar.gz for all others) from the <a href="http://www.dokeos.com/download.php">Dokeos download page</a>. </p>
-    <p> 2.2. Unzip or untar the downloaded install package. 
-      Most current operating systems
-      can do this with a built-in graphical application, if this doesn't work
-      you can open a commandline, go to the download directory and type
-      tar -zxvf dokeos-community-1.8.tar.gz </p>
-    <p> 2.3. Move by any means (FTP, SCP, local file copy) the contents of the 
-      Dokeos install package to your website on your webserver (whether webroot or subdirectory). Your webserver can also be your local computer. Be sure to copy all the folders (archive, home, claroline, courses) as well as all the .php files. </p>
-    <p> For Windows users who install Dokeos locally: if you use an Apache/PHP/MySQL combination package, just drag and drop the contents of the Dokeos install package into the web directory of the combination package:</p>
-    <ul>
-      <li><strong>EasyPHP</strong> - C:\Program Files\easyphp\www\</li>
-      <li><strong>WAMP</strong> - C:\Program Files\wamp\www\
-      <li><strong>XAMP</strong> - C:\Program Files\xamp\www\</li>
-    </ul>
-    <p><a name="protections"> 2.4. The following directories need to be readable, writeable and executable for the owner of the apache webservice: </a></p>
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    <p> On Linux, Mac OS X and BSD operating systems you can use the CHMOD 777 command for this.
-      In Windows, you may need to check the properties of the folders (by right-clicking on them). </p>
-    <p> 2.5. The following files need to be readable and writeable for everyone: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (if present)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    <p> On Linux, Mac OS X and BSD operating systems you can use the CHMOD 666 command for this.
-      In Windows, you may need to check the properties of the files and folders (by right-clicking on them). </p>
-    <p> <b>NOTE:</b><br/>
-      Do not modify the home_*.html files directly. Instead,
-      choose "Configure the homepage" in the Dokeos administration section. </p>
-    <p> 2.6. Open a web browser and go to
-      http://www.yourserver.org/yoursite/dokeos/index.php
-      
-      If you install Dokeos locally (not on a server) open:
-      http://localhost/dokeos/index.php </p>
-    <p> 2.7. Click on the install button and follow instructions.
-      
-      Windows: with combination packages like easyphp, out of the box, login and password
-      for MySQL should probably remain empty. </p>
-    <p> <strong>2.8. Configuration and security after installation</strong> </p>
-    <ul>
-      <li><strong>Protect your configuration file: </strong> make sure no one can overwrite it. You can find the config file in <em>(dokeos folder)</em>/main/inc/conf/configuration.php. Make it read-only (windows/xwindows: right-click the file to edit the properties. linux/bsd/macosx: use the chmod 444 command). The config file is created by Apache so you may need to be root user to change its permissions.</li>
-      <li><strong>Protect your installation folder: </strong> if the <em>(dokeos folder)</em>/main/install folder is still accessible, someone could install over your existing version (you could lose your data that way). Move the folder somewhere out of the web directories so it is not accessible, change its name, or edit its properties so no one can read or execute it.</li>
-      <li><strong>For better security: </strong> making the files world-writable will help you install, and solves many issues for people without much admin experience. However, it's better security to make the owner of the apache process (often called apache or www-data) also owner of all the dokeos files and folders. Ths way, these files need only be readable and writable by the Apache process owner, not by the entire world.</li>
-      <li><strong>Configure your Dokeos installation: </strong> in the administration section of Dokeos, you can use the Dokeos Config Settings to adjust the behavior of your installation.</li>
-      <li><strong>Configure Dokeos mail: </strong> most of Dokeos uses the mail settings from the php.ini file. However, the announcements tool uses phpMailer (another free software project) and the settings for this tool can be adjusted in <em>(dokeos folder)</em>/main/inc/conf/mail.conf.php.</li>
-    </ul>
-    <hr>
-    <h2><a name="upgrade_previous_version">3. Upgrading from a previous version of Dokeos</a></h2>
-    <p> Before upgrading we heavily recommend you do a full backup of the previous
-      Dokeos directories and databases. If you are unsure how to achieve this
-      please ask your hosting provider for advice.<br/>
-    </p>
-    <p> <em>If you upgrade from Dokeos 1.8</em>, you can simply copy the new files of 2.0.1 over
-      the files of the older version. You should not copy over the home, courses or archive folders, otherwise you might lose data. If you accidentally copy over those folders, you can simply replace them with the folders from your backup.<br/>
-      <em>If you upgrade from a lower version of Dokeos (1.6.x)</em>,
-      you'll have to use the built-in upgrade facility, as described below. </p>
-    <p> 3.1. Download the Dokeos 1.8 install package (.zip for Windows users or .tar.gz for all others) from the <a href="http://www.dokeos.com/download.php">Dokeos download page</a>. </p>
-    <p> 3.2. Unzip or untar the downloaded install package. 
-      Most current operating systems
-      can do this with a built-in graphical application, if this doesn't work
-      you can open a commandline, go to the download directory and type
-      tar -zxvf dokeos-community-1.8.tar.gz </p>
-    <p> 3.3. Move the Dokeos directory to a different path from the previous version </p>
-    <p> <b>WARNING:</b><br/>
-      Do not delete the previous Dokeos installation directory before installing
-      the new one. When the update is successfully finished, you can remove
-      the old path. </p>
-    <p> <b>TIP:</b><br/>
-      If you want Dokeos 1.8 to be installed in the same directory as
-      the previous version :
-    <ul>
-      <li>move the old directory to a new location (e.g. move dokeos/ to dokeos_old/)</li>
-      <li>uncompress Dokeos 1.8 to the old version directory (e.g. uncompress Dokeos 2.0.1 to dokeos/)</li>
-      <li>go to next step</li>
-    </ul>
-    </p>
-    <p> 3.4. The following files need to be readable and writeable by the web server:
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (if present)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    On Linux, Mac OS X and BSD operating systems you can use the CHMOD 666 command for this.
-    In Windows, you may need to check the properties of the folders.
-    </p>
-    <p> <b>NOTE:</b><br/>
-      Do not modify the home_*.html files directly. Instead,
-      choose "Configure the homepage" in the Dokeos administration section. </p>
-    <p> 3.5. The following directories need to be readable, writeable and executable by the web server:
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    On Linux, Mac OS X and BSD operating systems you can use the CHMOD 777 command for this.
-    In Windows, you may need to check the properties of the folders.
-    </p>
-    <p> 3.6. Open a web browser and go to
-      http://www.yourserver.org/yoursite/dokeos/index.php<br />
-      On Windows, locally, with e.g easyphp or another combination package, open:
-      http://localhost/dokeos/index.php </p>
-    <p> 3.7. Click on the install button, then click on "Upgrade from Dokeos 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5" and follow the instructions. </p>
-    <h2><a name="troubleshooting">4. Troubleshooting</a></h2>
-    <p> In the future we will also provide instructions on how to do a "manual" install
-      of Dokeos, by creating the database tables yourself.
-      
-      If you have any problems, go to the <a href="http://www.dokeos.com">Dokeos website</a> and ask a question on our <a href="http://www.dokeos.com/forum/">support forum</a>. Please read the previous messages first to see if there is
-      already an answer to your question. We also maintain a list of <a href="http://www.dokeos.com/wiki/index.php/FAQ">Frequently Asked Questions</a>. </p>
-    <h2><a name="admin_section">5. Administration section</a></h2>
-    <p> To access the Dokeos administration section, open browser,
-      go to your Dokeos adress and log in with the admin user.
-      Then you will see a "Platform admin section" link in the header of the web page. </p>
-    <h2><a name="ldap">6. LDAP</a></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>
-    <p> <b>Compiling</b><br/>
-      Linux servers: It's possible that you have to recompile php with ldap support.
-      Newer distributions also allow downloading rpms for additional packages. </p>
-    <p> <b>Activating LDAP in Dokeos</b><br/>
-      In (dokeos folder)/main/inc/conf/configuration.php, around line 90, you see<br/>
-      //for new login module<br/>
-      //uncomment these to activate ldap<br/>
-      //$extAuthSource['ldap']['login'] = "./main/auth/ldap/login.php";<br/>
-      //$extAuthSource['ldap']['newUser'] = "./main/auth/ldap/newUser.php";<br/>
-      <br/>
-      remove the // from the last two lines to activate LDAP.<br/>
-    </p>
-    <p> <b>Settings</b><br/>
-      Ask the LDAP server admin for the settings:
-    <ul>
-      <li>ldap server name</li>
-      <li>ldap server port (usually 389)</li>
-      <li>ldap dc</li>
-    </ul>
-    You must enter these in
-    (dokeos folder)/main/auth/ldap/ldap_var.inc.php <br/>
-    //parameters for LDAP module<br/>
-    $usesLDAP						=	TRUE;<br/>
-    $usesCurriculum					=	FALSE;<br/>
-    $ldaphost = "myldapserver.com";  // your ldap server<br/>
-    $ldapport = 389;                 // your ldap server's port number<br/>
-    $ldapDc = "dc=xx, dc=yy, dc=zz"; //domain<br/>
-    </p>
-    <p> <b>Teacher/student status</b><br/>
-      If you wish, you can give teacher/student status to dokeos users according to settings in the ldap server.
-      This is not a standard field however, so you'll have to change some code.
-      main/auth/ldap/ldap_var.inc.php
-      around line 189, function putUserInfoInClaroline ($login, $infoArray) </p>
-    <p> if (<i>your criterium</i>)<br/>
-      {<br/>
-      $statut = STUDENT;<br/>
-      }<br/>
-      else<br/>
-      {<br/>
-      $statut = COURSEMANAGER;<br/>
-      }<br/>
-    </p>
-    <p> If this seems too difficult, the simplest solution is to just put
-      $statut = STUDENT; and give course manager rights through the administration section. </p>
-    <p> <b>Protected LDAP servers</b><br/>
-      Some LDAP servers do not support anonymous use of the directory services
-      In this case, you need code that binds with a name and password - this code has already been provided,
-      just ask on a forum or email for this. </p>
-      <p>
-<h2>7 Debian based linux distribution (ubuntu)</h2>
-      <p>The following packages have to be installed</p>
-      <ul>
-	      <li>Apache(2)</li>
-	      <ul>
-		      <li>apt-get install apache2</li>
-		      <li>apt-get install apache2-common</li>
-		      <li>apt-get install apache2-utils</li>
-		      <li>apt-get install apache2-utils</li>
-		      <li>apt-get install libapache2-mod-jk</li>
-	      </ul>
-	      <li>Mysql</li>
-	      <ul>
-		     <li>apt-get install mysql-server</li>
-		     <li>apt-get install mysql-common</li>
-	      </ul>
-	      <li>php4</li>
-	      <ul>
-		      <li>apt-get install php4</li>
-		      <li>apt-get install php4-common</li>
-		      <li>apt-get install php4-mysql</li>
-		      <li>apt-get install apache2-mod-php4</li>
-	      </ul>
-	      <li>Java</li>
-	      <ul>	
-		      <li>apt-get install sun-java5-jdk</li>
-	      </ul>
-	      <li>Powerpoint and Presenter conversiontool</li>
-	      <ul>
-		      <li>apt-get install openoffice.org</li>
-		      <li>apt-get install xvfb xbase-clients</li>
-		      <li>Install basic fonts and x-window when a headless server is used</li>
-		      <li>copy the oooserver.init file</li>
-		      <li>start the openoffice server with /etc/init.d/oooserver start</li>
-	      </ul>
-	      <li>Install Openlaszlo and tomcat</li>
-	      <ul>
-		      <li>downlooad dokeosopenlaszlo_1_8.tar.gz</li>
-		      <li>tar -xvzf dokeosopenlaszlo_1_8.tar.gz</li>
-		      <li>change if needed the references to java_home</li>
-		      <li>start the server with $installdir/lps-latest/Server/tomcat-5.0.24/bin/startup.sh</li>
-	      </ul>
-	      <li>Install Red5 server</li>
-	      <ul>
-		      <li>download dokeosred5_1_8.tar.gz</li>
-		      <li>tar -xvzf dokeosred5_1_8.tar.gz</li>
-		      <li>change if needed the references to java_home</li>
-		      <li>start the server with $installdir/dist/red5.sh</li>
-	      </ul>
-	      <li>Install Dokeos</li>
-	      <ul>
-		      <li>download dokeos.tar.gz</li>
-		      <li>tar -xvzf dokeos.tar.gz</li>
-		      <li>change the apache setting</li>
-		      <li>restart your web-server</li>
-		      <li>goto your dokeos homepage</li>
-	      </ul>
-      </ul> 
-    <hr>
-    Contact address: Dokeos, 44 rue des palais, B-1030 Brussels, Belgium<br/>
-    Mail: info@dokeos.com
-    <hr>
-    </p>
-  </div>
-</div>
-</body>
-</html>

+ 0 - 276
documentation/installation_guide_french.html

@@ -1,276 +0,0 @@
-<html>
-<head>
-<title>Dokeos 1.8 guide d'installation</title>
-<link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
-<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
-</head>
-<body>
-<div id="header1">
-  <h1>Dokeos 1.8 guide d'installation </h1>
-</div>
-<a href="index.html">Documentation</a> &gt; French installation guide
-<div id="outerframe">
-  <div id="main">
-    <p>Merci d'avoir choisi  Dokeos !
-      Ce texte vous guidera durant l'installation de Dokeos community release 2.0.
-      Merci de prendre int&eacute;gralement connaissance des informations qu'il contient avant de proc&eacute;der &agrave; l'installation.</p>
-    <p>Ce guide ne constitue qu'une aide br&egrave;ve pour l'installation. Nous r&eacute;digeons un manuel plus complet concernant l'installation, mais il n'est pas encore disponible au moment o&ugrave; vous lisez ces lignes. Lorsqu'il sera disponible, ce manuel sera accessible via la <a href="http://www.dokeos.com/documentation.php">page de documentation de Dokeos </a>. Vous pouvez aussi consulter la progression du travail de r&eacute;daction du manuel d'installation sur le <a href="http://www.dokeos.com/wiki/index.php/Manual">wiki</a>. Une FAQ est aussi disponible en ligne: <a href="http://www.dokeos.com/wiki/index.php/FAQ">Frequently Asked Questions</a>. </p>
-    <p> <b>Contenu du guide d'installation </b>
-    <ol>
-      <li>El&eacute;ments requis pour l'installation </li>
-      <li>Installer une nouvelle version de  Dokeos (installation fra&icirc;che) </li>
-      <li>Mettre &agrave; jour  une version de Dokeos d&eacute;j&agrave; install&eacute;e </li>
-      <li>Dysfonctionnements</li>
-      <li>Administration</li>
-      <li>Authentification Ldap (optionnel)</li>
-    </ol>
-    </p>
-    <h2>1. El&eacute;ments requis pour l'installation</h2>
-    <p>Dokeos est une application web qui n&eacute;cessite d'autres logiciels pour fonctionner:</p>
-    <ul>
-      <li>Un serveur web - Nous recommandons <strong>Apache</strong></li>
-      <li><strong>PHP</strong></li>
-      <li>Un serveur de bases de donn&eacute;es <strong>MySQL</strong></li>
-    </ul>
-    <p> Ces &eacute;lements doivent &ecirc;tre install&eacute;s sur votre serveur avant de proc&eacute;der &agrave; l'installation de Dokeos. <br/>
-      Vous pouvez installer ces &eacute;l&eacute;ments s&eacute;par&eacute;ment, m&eacute;thode qui donne souvent les meilleurs r&eacute;sultats. Cependant, l'utilisateur d&eacute;butant qui souhaite tester  Dokeos peut utiliser un <i> package</i> qui installe tous ces &eacute;l&eacute;ments en une seule fois. Si vous souhaitez utiliser un tel <i>package</i>, nous vous recommandons d'installer Wamp (t&eacute;l&eacute;chargeable &agrave; l'adresse <a href="http://www.wampserver.com/en/index.php">WAMP5</a>, vous aurez alors besoin de <a href="http://www.wampserver.com/en/add-ons.php">PHP4 add-on</a>) ou <a href="http://www.apachefriends.org/en/index.html">XAMP</a>. </p>
-    <h3>1.1. Un serveur web</h3>
-    <p> Le serveur web Apache est recommand&eacute;, et Dokeos est pr&eacute;-configur&eacute; pour utiliser les fonctions de s&eacute;curit&eacute; d'Apache si cel&agrave; est possible. Cependant, d'autres serveus web feront aussi l'affaire. Pour une meilleure s&eacute;curit&eacute;, vous devez activer le module Apache  mod_rewrite. Les r&egrave;gles mod_rewrite pour Dokeos sont inscrites dans un fichier.htaccess  dans le dossier de chaque cours, Apache doit permettre cette utilisation (AllowOverride FileInfo dans le fichier httpd.conf). <br/>
-      <br/>
-      <a href="http://httpd.apache.org/download.cgi">T&eacute;l&eacute;charger le serveur web Apache</a><br/>
-      <a href="http://httpd.apache.org/docs-project/">Consulter le manuel du serveur web Apache</a> </p>
-    <h3>1.2. PHP</h3>
-    <p> Vous avez besoin de PHP version 5.2.x ou plus r&eacute;cent (versions 5.x ), configur&eacute; avec les modules suivants : mysql, zlib, preg, xml. PHP  5 ou plus r&eacute;cent n'est pas encore support&eacute; par Dokeos.
-      Vous aurez aussi besoin du module ldap si vous souhaitez utiliser une authentification ldap avec Dokeos.
-      La plupart des distributions compil&eacute;es de PHP 5 sont fournies avec ces modules.
-      De toute fa&ccedil;on, leur pr&eacute;sence est v&eacute;rifi&eacute;e par Dokeos au moment de l'installation. <br/>
-      <br/>
-      <a href="http://www.php.net/downloads.php">T&eacute;l&eacute;charger PHP</a><br/>
-      <a href="http://www.php.net/docs.php">Consulter le manuel de PHP</a> </p>
-    <p> Vous pourriez rencontrer des probl&egrave;mes si PHP  comprend un param&eacute;trage diff&eacute;rent de :</p>
-    <ul>
-      <li>short_open_tag       = On</li>
-      <li>safe_mode            = Off</li>
-      <li>magic_quotes_gpc     = On</li>
-      <li>magic_quotes_runtime = Off</li>
-    </ul>
-    <p> Les versions ant&eacute;rieures de Dokeos n&eacute;cessitaient register_globals param&eacute;tr&eacute; sur On. Ce n'est plus n&eacute;cessaire, ce param&egrave;tre peut &ecirc;tre r&eacute;gl&eacute; sur Off, Dokeos fonctionnera correctement. </p>
-    <p><strong>Utilisateus de BSD:</strong> ces librairies php doivent &ecirc;tre incluses durant l'installation de php:</p>
-    <ul>
-      <li>php-mysql extension mysql pour php</li>
-      <li>php-pcre extension pcre pour php</li>
-      <li>php-session extension session pour php</li>
-      <li>php-zlib extension zlib pour php</li>
-      <li>php-xml</li>
-      <li>(optionnel) php-ldap si vous souhaitez utiliser une authentification LDAP</li>
-    </ul>
-    <h3>1.3. Un serveur de bases de donn&eacute;es MySQL</h3>
-    <p> Vous aurez besoin d'un identifiant et d'un mot de passe autorisant l'administration
-      et la cr&eacute;ation d'au moins une base de donn&eacute;es. Par d&eacute;faut, Dokeos cr&eacute;&eacute; une nouvelle base de donn&eacute;es pour chaque nouveau cours. Cela signifie que votre h&eacute;bergeur doit vous autoriser &agrave; cr&eacute;er et administrer plusieurs bases de donn&eacute;es.  Vous pouvez aussi proc&eacute;der &agrave; l'installation de Dokeos en utilisant une seule base de donn&eacute;es, pour cela, s&eacute;lectionnez l'option correspondante durant l'
-      installation. <br/>
-      <br/>
-      <a href="http://dev.mysql.com/downloads/">T&eacute;l&eacute;charger le serveur de base de donn&eacute;es  MySQL</a><br/>
-      <a href="http://dev.mysql.com/doc/mysql/en/index.html">Consulter le manuel de MySQL</a> </p>
-    <p> <b>Note:</b><br/>
-      Il semble que les caract&egrave;res (`) contenu dans les requ&ecirc;tes SQL de Dokeos depuis la version 1.3 ne fonctionnent pas avec les versions de MySQL
-      ant&eacute;rieures &agrave; 3.23.6. </p>
-    <h3>1.4. Autorisations </h3>
-    <p> En outre, vous avez besoin d'un acc&egrave;s en &eacute;criture sur le dossier o&ugrave; Dokeos a &eacute;t&eacute; upload&eacute; ou d&eacute;compress&eacute;. En utilisation locale, sur une machine &eacute;quip&eacute;e de Windows, cela ne constitue pas un probl&egrave;me. A distance, vous devez &ecirc;tre autoris&eacute; &agrave; effectuer des modifications de CHMOD
-      par FTP, telnet ou tout autre moyen. </p>
-    <hr>
-    <h2>2. Installer une nouvelle version de Dokeos (installation fra&icirc;che) </h2>
-    <p> 2.1. T&eacute;lecharger le package d'installation de Dokeos community 2.0 (.zip pour les utilisateurs de Windows ou .tar.gz pour les utilisateurs d'autres syst&egrave;mes d'exploitation) depuis la <a href="http://www.dokeos.com/download.php">page de t��hargement de Dokeos</a>. </p>
-    <p> 2.2. D&eacute;compressez le package d'installation. 
-      La plupart des syst&egrave;mes d'exploitation effectuent cette op&eacute;ration au travers d'une interface graphique, si cela ne fonctionne pas, vous pouvez utiliser la ligne de commande, acc&eacute;der au dossier dans lequel vous avez t&eacute;l&eacute;charg&eacute; le package d'installation et saisir 
-      tar -zxvf dokeos-2.0.tar.gz </p>
-    <p> 2.3. Transf&eacute;rer par n'importe quel moyen (FTP, SCP, copie locale des fichiers) le contenu du  package d'installation de Dokeos 2.0 vers le site web sur votre serveur (racine ou sous-dossier). Le serveur web peut aussi &ecirc;tre votre machine, en local. Assurez-vous de copier tous les fichiers (archive, home, claroline, courses) ainsi que tous les fichiers .php. </p>
-    <p> Pour les utilisateurs de Windows qui effectuent l'installation en local: si vous utilisez un package Apache/PHP/MySQL, vous devez simplement r&eacute;aliser un glisser/d&eacute;poser du contenu du  package d'installation de Dokeos vers le dossier web du package correspondant:</p>
-    <ul>
-      <li><strong>EasyPHP</strong> - C:\Program Files\easyphp\www\</li>
-      <li><strong>WAMP</strong> - C:\Program Files\wamp\www\
-      <li><strong>XAMP</strong> - C:\Program Files\xamp\www\</li>
-    </ul>
-    <p> 2.4. Les dossiers suivants doivent &ecirc;tre param&eacute;tr&eacute;s en lecture, &eacute;criture et ex&eacute;cution pour tous les utilisateurs: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    <p> Sur les syst&egrave;mes d'exploitation Linux, Mac OS X et BSD  vous pouvez r&eacute;aliser un CHMOD 777.
-      Avec Windows, vous avez besoin de v&eacute;rifier les propri&eacute;t&eacute;s des dossiers (en effectuant un clic droit au dessus du nom). </p>
-    <p> 2.5. Les fichiers suivants doivent &ecirc;tre param&eacute;tr&eacute;s en lecture et &eacute;criture pour tous les utilisateurs: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (si present)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    <p> Sur les syst&egrave;mes d'exploitation Linux, Mac OS X et BSD vous pouvez r&eacute;aliser un CHMOD 666.
-      Avec Windows, vous avez besoin de v&eacute;rifier les propri&eacute;t&eacute;s des dossiers (en effectuant un clic droit au dessus du nom). </p>
-    <p> <b>NOTE:</b><br/>
-      Ne modifiez pas les fichiers home_*.html directement. Pour r&eacute;aliser les modifications sur ces fichiers, choisissez
-      "Configurer la page d'accueil " dans la section administration de  Dokeos. </p>
-    <p> 2.6. Ouvrez votre navigateur et saisissez l'adresse
-      http://www.yourserver.org/yoursite/dokeos/index.php.
-      
-      Si vous installez Dokeos localement (pas sur un serveur distant) saisissez l'adresse:
-      http://localhost/dokeos/index.php </p>
-    <p> 2.7. Cliquez sur le bouton &quot;Installer&quot; et suivez les instructions qui s'affichent &agrave; l'&eacute;cran.
-      
-      Pour les utilisateurs Windows: avec un package comme easyphp, dont les param&eacute;trages initiaux n'ont pas &eacute;t&eacute; modifi&eacute;s, l'identifiant et le mot de passe pour MySQL doivent rester vides. </p>
-    <p> <strong>2.8. Configuration et securit&eacute; apr&egrave;s l'installation</strong> </p>
-    <ul>
-      <li><strong>Prot&eacute;ger le fichier de configuration : </strong> assurez-vous que personne ne puisse en modifier le contenu. Vous trouverez le fichier de configuration dans <em>(dokeos folder)</em>/main/inc/conf/configuration.php. R&eacute;duisez ses droits &agrave; la lecture seule (windows/xwindows: effectuez un clic droit au dessus du nom pour modifier les propri&eacute;t&eacute;s du fichier. Linux/bsd/macosx: r&eacute;alisez un CHMOD 444). Le fichier de configuration est cr&eacute;&eacute; par  Apache, ainsi, vous devez poss&eacute;der les droits n&eacute;cessaires (root) pour modifier les permissions.</li>
-      <li><strong>Prot&eacute;ger le dossier d'installation : </strong> si le dossier <em>(dokeos folder)</em>/main/install est toujours accessible, une nouvelle installation &eacute;crasant la v&ocirc;tre est possible (vous perdriez ainsi toutes vos donn&eacute;es). D&eacute;placez le dossier en dehors de votre dossier web pour le rendre inaccessible, modifiez son nom, ou modifiez ses propri&eacute;t&eacute;s de telle sorte que personne ne puisse le lire ou l'&eacute;xecuter.</li>
-      <li><strong>Pour une meilleure s&eacute;curit&eacute; : </strong> affecter les droits en &eacute;criture sur les fichiers rendra plus facile l'installation, et r&eacute;soudra de nombreux probl&egrave;mes pour ceux qui ne poss&egrave;dent pas une exp&eacute;rience avanc&eacute;e d'administrateur. Cependant, vous am&eacute;liorerez la s&eacute;curit&eacute; en rendant le propri&eacute;taire du processus apache (appel&eacute; apache ou www-data) aussi propri&eacute;taire de tous les fichiers et dossiers de Dokeos. Ainsi les fichiers doivent seulement &ecirc;tre en lecture et &eacute;criture pour le propri&eacute;taire du processus Apache, pas pour l'ensemble des utilisateurs.</li>
-      <li><strong>Configurer votre installation Dokeos : </strong> dans la section administration de Dokeos, vous pouvez utiliser le param&eacute;trage de configuration de Dokeos pour modifier le comportement de votre installation.</li>
-      <li><strong>Configurer la fonction mail de Dokeos : </strong> la plupart des utilisateurs de Dokeos utilisent les param&eacute;trages du fichier php.ini. Cependant, l'outils annonces exploite phpMailer (un autre projet open-source) et le param&eacute;trage de cet outil doit &ecirc;tre ajust&eacute; dans <em>(dokeos folder)</em>/main/inc/conf/mail.conf.php.</li>
-    </ul>
-    <hr>
-    <h2>3. Mettre &agrave; jour une version de Dokeos d&eacute;j&agrave; install&eacute;e </h2>
-    <p> Avant de proc&eacute;der &agrave; la mise &agrave; jour, nous vous recommandons tr&egrave;s vivement de r&eacute;aliser une sauvegarde compl&egrave;te de la pr&eacute;c&eacute;dente installation (dossiers et bases de donn&eacute;es). Si vous n'&ecirc;tes pas certain de savoir mener  la proc&eacute;dure de sauvegarde, demandez conseil &agrave; votre h&eacute;bergeur pour pouvoir ensuite r&eacute;aliser cette op&eacute;ration.
-      
-      Si vous mettez &agrave; jour depuis Dokeos 1.6 ou 1.6.1, vous pouvez simplement copier les nouveaux fichiers de la version  1.6.2 afin d'&eacute;craser les fichiers de l'ancienne version. Si vous upgradez depuis une version plus ancienne (1.5.x),
-      utilisez l'outil de mise &agrave; niveau, comme d&eacute;crit ci-dessous. </p>
-    <p> 3.1. T&eacute;l&eacute;chargez le package d'installation Dokeos 1.6.2 (.zip pour les utilisateurs Windows ou.tar.gz pour les autres utilisateurs) depuis la <a href="http://www.dokeos.com/download.php">page de t&eacute;l&eacute;chargement de Dokeos</a>. </p>
-    <p> 3.2. D&eacute;compressez le package d'installation. La plupart des syst&egrave;mes d'exploitation effectuent cette op&eacute;ration au travers d'une interface graphique, si cela ne fonctionne pas, vous pouvez utiliser la ligne de commande, acc&eacute;der au dossier dans lequel vous avez t&eacute;l&eacute;charg&eacute; le package d'installation et saisir tar -zxvf dokeos-1.6.2.tar.gz </p>
-    <p> 3.3. D&eacute;placez le dossier Dokeos  vers une localisation diff&eacute;rente de la pr&eacute;c&eacute;dente version</p>
-    <p> <b>Attention:</b><br/>
-      Ne supprimez pas le pr&eacute;c&eacute;dent dossier d'installation de Dokeos avant d'installer la nouvelle version. Lorsque le mise &agrave; jour sera termin&eacute;e, vous pourrez supprimer l'ancienne localisation. </p>
-    <p> <b>Astuce:</b><br/>
-      Si vous souhaitez que Dokeos 1.6.2 soit install&eacute; dans le m&ecirc;me dossier que l'installation pr&eacute;c&eacute;dente:
-    <ul>
-      <li>d&eacute;placez l'ancien dossier vers une nouvelle localisation (par exemple de dokeos/ vers dokeos_old/)</li>
-      <li>d&eacute;compressez Dokeos 1.6.2 dans l'ancien dossier (par exemple dans  dokeos/)</li>
-      <li>passez &agrave; l'&eacute;tape suivante </li>
-    </ul>
-    </p>
-    3.4. Les fichiers suivants doivent &ecirc;tre param&eacute;tr&eacute;s en lecture et &eacute;criture pour tous les utilisateurs:
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (si present)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    Sur les syst&egrave;mes d'exploitation Linux, Mac OS X et BSD vous pouvez r&eacute;aliser un CHMOD 666. Avec Windows, vous avez besoin de v&eacute;rifier les propri&eacute;t&eacute;s des dossiers (en effectuant un clic droit au dessus du nom).
-    <p> <b>NOTE:</b><br/>
-      Ne modifiez pas les fichiers home_*.html directement. Pour r&eacute;aliser les modifications sur ces fichiers, choisissez "Configurer la page d'accueil " dans la section administration de Dokeos.</p>
-    <p> 3.5. Les dossiers suivants doivent &ecirc;tre param&eacute;tr&eacute;s en lecture, &eacute;criture et ex&eacute;cution pour tous les utilisateurs:
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    Sur les syst&egrave;mes d'exploitation Linux, Mac OS X et BSD vous pouvez r&eacute;aliser un CHMOD 777. Avec Windows, vous avez besoin de v&eacute;rifier les propri&eacute;t&eacute;s des dossiers (en effectuant un clic droit au dessus du nom).
-    </p>
-    <p> 3.6.  Ouvrez votre navigateur et saisissez l'adresse
-      http://www.yourserver.org/yoursite/dokeos/index.php.
-      
-      Si vous installez Dokeos localement (pas sur un serveur distant) saisissez l'adresse:
-      http://localhost/dokeos/index.php</p>
-    <p> 3.7. Cliquez sur le bouton &quot;Installer&quot;, puis sur "Update from Dokeos 1.5 | 1.5.4 | 1.5.5" et suivez les instructions qui s'affichent &agrave; l'&eacute;cran. </p>
-    <p> 3.8. <i>Cette partie de l'installation est optionnelle !</i><br/>
-      Depuis apr&egrave;s la version 1.5.5, les tables suivantes appartenant &agrave; la base dokeos_main peuvent &ecirc;tre supprim&eacute;es lors de la mise &agrave; jour depuis une version  1.5.5 version ou ant&eacute;rieure, &agrave; condition que vous ne les utilisiez pas pour une personnalisation de votre installation  Dokeos:
-    <ul>
-      <li>`todo`</li>
-      <li>`pma_bookmark`</li>
-      <li>`pma_column_comments`</li>
-      <li>`pma_pdf_pages`</li>
-      <li>`pma_relation`</li>
-      <li>`pma_table_coords`</li>
-      <li>`pma_table_info`</li>
-    </ul>
-    Ces tables peuvent &ecirc;tre supprim&eacute;es en se connectant &agrave; la base de donn&eacute;es comme administrateur et en ex&eacute;cutant la requ&ecirc;te:
-    DROP TABLE dokeos_main.my_table;
-    o&ugrave;   dokeos_main   est le nom de la base de donn&eacute;es principale de Dokeos et o&ugrave; 
-    my_table	 repr&eacute;sente chacune des tables pr&eacute;c&eacute;dentes (r&eacute;peter la requ&ecirc;te pour chacune des tables). <br/>
-    <br/>
-    Le nettoyage des champs inutilis&eacute;s a aussi eu une influence sur le code:
-    main_db.cours. cours_id a &eacute;t&eacute; supprim&eacute;, comme toutes les r&eacute;f&eacute;rences &agrave; ce champ contenues dans le code officiel de Dokeos. Le code du cours (litt&eacute;ral) est utilis&eacute; &agrave; la place. Mettez &agrave; jour  les adaptations de votre code si c'est n&eacute;cessaire. <br/>
-    <br/>
-    Comme pour la suppression des tables, les champs suivants peuvent &ecirc;tre supprim&eacute;s &agrave; la condition qu'ils ne soient pas utilis&eacute;s &agrave; des fins de personnalisation dans votre code, en utilisant une requ&ecirc;te:
-    ALTER TABLE database.table drop column abc
-    o&ugrave;   database     est le nom de la base de donn&eacute;es (dokeos_main? or code of a course),
-    table	est le nom de la table (cours?)
-    abc		est le nom du champ &agrave; &eacute;liminer.
-    Vous pouvez aussi &eacute;liminer les champs suivants:
-    <ul>
-      <li>`_dokeos_main_`.`cours`.`versionDb`</li>
-      <li>`_dokeos_main_`.`cours`.`versionClaro`</li>
-      <li>`_dokeos_main_`.`cours`.`cahier_charges`</li>
-      <li>`_dokeos_main_`.`faculte`.`bc` <br/>
-        <i># la table `faculte` a &eacute;t&eacute; renomm&eacute;e  `course_category` depuis la version 1.6</i></li>
-      <li>`_cours_`.`announcement`.`code_cours`</li>
-      <li>`_cours_`.`course_description`.`upDate`</li>
-    </ul>
-    </p>
-    <h2>4. Dysfonctionnements </h2>
-    <p> Dans le futur, nous fournirons aussi les instructions pour r&eacute;aliser une installation &quot;manuelle&quot; de  Dokeos, en cr&eacute;ant les tables par vous-m&ecirc;me.
-      
-      Si vous rencontrez un quelconque probl&egrave;me, consultez le <a href="http://www.dokeos.com">site de Dokeos</a> et posez vos questions sur le <a href="http://www.dokeos.com/forum/">forum de support</a>. Prenez d'abord connaissance des messages  post&eacute;s ant&eacute;rieurement pour voir si une r&eacute;ponse &agrave; votre question n'est pas d&eacute;ja disponible. Une FAQ est aussi disponible en ligne: <a href="http://www.dokeos.com/wiki/index.php/FAQ">Frequently Asked Questions</a>. </p>
-    <h2>5. Administration</h2>
-    <p> Pour acc&eacute;der &agrave; la section Administration de Dokeos, ouvrez votre navigateur,
-      saisissez l'adresse de votre site Dokeos et identifiez-vous en tant qu'administrateur. Vous acc&egrave;derez &agrave; la plate-forme d'administration via un lien situ&eacute; dans l'ent&ecirc;te de la page. </p>
-    <h2>6. LDAP</h2>
-    <p> <i>Cette partie est optionnelle, seules les organisations utilisant un serveur LDAP ont besoin de ces informations.</i><br/>
-      Un module LDAP est fourni avec Dokeos, mais il doit &ecirc;tre configur&eacute; pour pouvoir &ecirc;tre exploitable. </p>
-    <p> <b>Compilation</b><br/>
-      Serveurs Linux: il est possible que vous ayez &agrave; recompiler php avec le support de ldap.
-      Les distributions r&eacute;centes autorisent le t&eacute;l&eacute;chargement de rpms pour les packages aditionnels. </p>
-    <p> <b>Activer LDAP dans Dokeos</b><br/>
-      Dans (dokeos folder)/main/inc/conf/configuration.php, aux environs de la ligne 90, vous pouvez lire: <br/>
-      //for new login module<br/>
-      //uncomment these to activate ldap<br/>
-      //$extAuthSource['ldap']['login'] = "./main/auth/ldap/login.php";<br/>
-      //$extAuthSource['ldap']['newUser'] = "./main/auth/ldap/newUser.php";<br/>
-      <br/>
-      supprimez les // situ&eacute;s devant les deux derni&egrave;res lignes pour activer LDAP.<br/>
-    </p>
-    <p> <b>Param&eacute;trages</b><br/>
-      R&eacute;cup&eacute;rez les informations du serveur LDAP aupr&egrave;s de l'administrateur:
-    <ul>
-      <li>ldap server name</li>
-      <li>ldap server port (habituellement 389)</li>
-      <li>ldap dc</li>
-    </ul>
-    Vous devez saisir ces informations dans (dokeos folder)/main/auth/ldap/ldap_var.inc.php <br/>
-    //parameters for LDAP module<br/>
-    $usesLDAP						=	TRUE;<br/>
-    $usesCurriculum					=	FALSE;<br/>
-    $ldaphost = "myldapserver.com";  // your ldap server<br/>
-    $ldapport = 389;                 // your ldap server's port number<br/>
-    $ldapDc = "dc=xx, dc=yy, dc=zz"; //domain<br/>
-    </p>
-    <p> <b>Statut Enseignant/Etudiant</b><br/>
-      Si vous le souhaitez, vous pouvez affecter le statut d'Enseignant ou d'Etudiant aux utilisateurs de Dokeos conform&eacute;ment aux informations disponibles dans le serveur ldap.
-      Cependant, ce n'est pas automatique, vous devrez modifier le code:
-      main/auth/ldap/ldap_var.inc.php
-      aux environs de la ligne 189, fonction putUserInfoInClaroline ($login, $infoArray) </p>
-    <p> if (<i>votre crit&egrave;re </i>)<br/>
-      {<br/>
-      $statut = STUDENT;<br/>
-      }<br/>
-      else<br/>
-      {<br/>
-      $statut = COURSEMANAGER;<br/>
-      }<br/>
-    </p>
-    <p> Si cela vous semble trop difficile, une solution plus simple consiste &agrave; &eacute;crire
-      $statut = STUDENT; et &agrave; donner les droits d'Enseignant via la section Administration de Dokeos. </p>
-    <p> <b>Serveurs LDAP prot&eacute;g&eacute;s </b><br/>
-      Quelques serveurs LDAP ne supportent pas l'utilisation anonyme du dossier services.
-      Dans ce cas, vous devrez mettre en place un code utilisant identifiant et mot de passe. Ce code est disponible, adressez une demande sur le forum ou par courriel pour l'obtenir.</p>
-    <p>
-    <hr>
-    Contact address: Dokeos, 44 rue des palais, B-1030 Brussels, Belgium<br/>
-    Mail: info@dokeos.com
-    <hr>
-    </p>
-  </div>
-</div>
-</body>
-</html>

+ 0 - 329
documentation/installation_guide_german.html

@@ -1,329 +0,0 @@
-<html>
-<head>
-<title>Dokeos community release 2.0 Installationshandbuch</title>
-<link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
-<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
-</head>
-<body>
-<div id="header1">
-  <h1>Dokeos 1.8 Installationshandbuch</h1>
-</div>
-<a href="index.html">Documentation</a> &gt; German installation guide
-<div id="outerframe">
-  <div id="main">
-    <p>Herzlichen Dank fr das Herunterladen von Dokeos!
-      Dieser Text wird Ihnen die Grundlagen der Installation von Dokeos 2.0 fhren.
-      Lesen sie die Informationen bitte sorgf�tig durch, bevor Sie mit der Installation beginnen.</p>
-    <p>Dies ist lediglich eine kurze Anleitung fr die Installatin. Wir sind dabei, ein Handbuch mit weiteren 
-      Informationen zu schreiben; dieses ist leider zum jetzigen Zeitpunkt noch nicht fertig. Nach Fertigstellung 
-      wird das Handbuch ber die <a href="http://www.dokeos.com/documentation.php">Dokeos documentation</a> Seite 
-      verfgbar sein. Sie k�nen die Arbeitskopie im jetzigen Stand auf unserem <a href="http://www.dokeos.com/wiki/index.php/Manual">Web WIKI</a> anschauen.</p>
-    <p> <b>Inhalt</b> </p>
-    <ol>
-      <li>Voraussetzungen</li>
-      <li>Installation einer neuen Dokeos Version</li>
-      <li>Upgrade einer vorigen Dokeos Version</li>
-      <li>M�liche Probleme</li>
-      <li>Administration</li>
-      <li>Ldap (optional)</li>
-    </ol>
-    <p></p>
-    <h2>1. Voraussetzungen</h2>
-    <p>Dokeos ist eine Web Applikation, die einige andere Software ben�igt:</p>
-    <ul>
-      <li>Webserver - wir empfehlen <strong>Apache</strong></li>
-      <li><strong>PHP</strong></li>
-      <li><strong>MySQL</strong> Datenbankserver</li>
-    </ul>
-    <p> Diese Software Pakete mssen auf dem Computer installiert sein, wo Sie Dokeos installieren wollen. <br>
-      Sie k�nen diese Software Pakete separat installieren, was oft zu den besten Ergebnissen fhrt. Allerdings k�nen 
-      Anwender mit weniger Kenntnissen, die Dokeos testen wollen, ein <i>kombiniertes Paket</i> benutzen; wir empfehlen 
-      Wamp (Download von <a href="http://www.wampserver.com/en/index.php">The WAMP5 Website</a>, zus�zlich ben�igt man 
-      das <a href="http://www.wampserver.com/en/add-ons.php">PHP4 add-on</a>) oder <a href="http://www.apachefriends.org/en/index.html">XAMP</a>.</p>
-    <h3>1.1. Webserver</h3>
-    <p> Der Apache Webserver wird empfohlen, und Dokeos ist so konfiguriert, da�einige 
-      der Apache Erweiterungen benutzt werden, falls vorhanden. Andere Webserver sind aber 
-      m�lich. Die besten Ergebnisse fr Sicherheit erreicht man, wenn das Apache Modul mod_rewrite 
-      aktiviert ist. Die mod_reqrite Regeln fr Dokeos werden aus einer .htaccess Datei im Kursverzeichnis 
-      gelesen, daher mu�Apache dies gestatten (AllowOverride FileInfo in httpd.conf). <br>
-      <br>
-      <a href="http://httpd.apache.org/download.cgi">Download Apache Webserver</a><br>
-      <a href="http://httpd.apache.org/docs-project/">Apache Webserver Handbuch</a> </p>
-    <h3>1.2. PHP</h3>
-    <p>PHP Version 4.3.2 oder sp�er (4.x Versionen) sind notwendig, und die folgenden Module mssen 
-      konfiguriert sein: mysql, zlib, preg, xml. PHP Version 5 oder sp�er wird bislang von Dokeos noch 
-      nicht untersttzt.
-      Falls Ldap mit Dokeos benutzt werden soll, mu�auch das ldap Modul eingebunden sein. 
-      Die meisten der kompilierten PHP4 Distributionen enthalten diese Module.
-      Dokeos prft bei der Installation, ob diese vorhanden sind.<br>
-      <br>
-      <a href="http://www.php.net/downloads.php">Download PHP</a><br>
-      <a href="http://www.php.net/docs.php">PHP Handbuch</a> </p>
-    <p> Einige Benutzer k�nten Probleme haben, wenn PHP folgende Einstellungen nicht hat:</p>
-    <ul>
-      <li>short_open_tag       = On</li>
-      <li>safe_mode            = Off</li>
-      <li>magic_quotes_gpc     = On</li>
-      <li>magic_quotes_runtime = Off</li>
-    </ul>
-    <p> �tere Dokeos Versionsn erforderten Past register_globals = on. Dies ist nicht mehr l�ger 
-      erforderlich, auch bei off wird Dokeos korrekt laufen.</p>
-    <p><strong>BSD Benutzer:</strong> Die nachfolgenden Bibliotheken mssen w�rend der PHP Installation 
-      eingebunden werden:</p>
-    <ul>
-      <li>php-mysql Die mySQL Erweiterung fr PHP</li>
-      <li>php-pcre Die pcre Erweiterung fr PHP</li>
-      <li>php-session Die session Erweiterung fr PHP</li>
-      <li>php-zlib Die zlib Erweiterung fr PHP</li>
-      <li>php-xml</li>
-      <li>(optional) php-ldap falls die LDAP Authentifizierung benutzt werden soll</li>
-    </ul>
-    <h3>1.3. Der MySQL Datenbankserver</h3>
-    <p>Sie ben�igen ein Login und Passwort, mit dem Sie den Server administrieren oder zumindest eine Datenbank 
-      anlegen k�nen. Per Default legt Dokeos fr jeden Kurs eine neue Datenbank an; was bedeutet, da�Ihr 
-      Provider Ihnen gestatten sollte, mehrere Datenbanken anzulegen und zu administrieren. Die k�nen Dokeos auch 
-      installieren mit der Option, nur eine Datenbank zu verwenden, diese Option mssen Sie dann w�rend der 
-      Intallation ausw�len. <br>
-      <br>
-      <a href="http://dev.mysql.com/downloads/">Download MySQL Server</a><br>
-      <a href="http://dev.mysql.com/doc/mysql/en/index.html">MySQL Server Handbuch</a> </p>
-    <p> <b>Bitte beachten:</b><br>
-      Es scheint, als wrden ` Zeichen, die in SQL Abfragen eingefgtsind, nicht 
-      mit �teren MySQL Versionen (�ter als 3.23.6) nicht funktionieren.</p>
-    <h3>1.4. Erlaubnisse</h3>
-    <p> Weiterhin ben�igt das Serververzeichnis, in das Sie Dokeos entpackt haben "Write" Rechte. Auf einem lokalen 
-      Windows Rechner ist das kein Problem. Auf einem remote Server mssen Sie die Rechte vergeben k�nen durch CHMOD 
-      per FTP, Telnet o.� </p>
-    <hr>
-    <h2>2. Installation einer neuen Dokeos Version</h2>
-    <p> 2.1. Download des Dokeos 1.6.1 Installationspakets (.zip fr Windows Benutzer oder  .tar.gz fr alle anderen) 
-      von der <a href="http://www.dokeos.com/download.php">Dokeos download</a> Seite. </p>
-    <p> 2.2. Unzip oder untar das heruntergeladene Paket. 
-      Die meisten neueren Betriebssysteme k�nen dies mittels einer integrierten Software, falls das nicht geht, 
-      �fnen Sie die Kommandozeile, gehen zum Download Verzeichnis und geben ein: 
-      tar -zxvf dokeos-1.6.1.beta.tar.gz </p>
-    <p>2.3. Inhalt des Dokeos Installationspakets auf Ihre Website auf dem Webserver hochladen 
-      (z.B. per FTP, SCP, Datei kopieren), entweder in das webroot Verzeichnis oder ein Unterverzeichnis. Der 
-      Webserver kann auch ihr lokaler Computer sein.  Vergewissern Sie sich, da�alle Verzeichnisse angelegt 
-      werden (archive, home, claroline, courses) und alle php Dateien kopiert wurden. </p>
-    <p>Fr Windows Benutzer, die Dokeos loakl installieren: Falls Sie ein 
-      Apache/PHP/MySQL Paket benutzen, kopieren Sie den Inhalt des Dokeos Pakets einfach in das Web Verzeichnis 
-      des Kombipakets:</p>
-    <ul>
-      <li><strong>EasyPHP</strong> - C:\Program Files\easyphp\www\</li>
-      <li><strong>WAMP</strong> - C:\Program Files\wamp\www\ </li>
-      <li><strong>XAMP</strong> - C:\Program Files\xamp\www\</li>
-    </ul>
-    <p> 2.4. Die nachfolgenden Verzeichnisse mssen fr alle readable, writeable und executable sein: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    <p> Auf Linux, Mac OS X und BSD Betriebssystemen k�nen Sie hierfr den CHMOD 777 Befehl verwenden.
-      In Windows mssen Sie vielleicht die Verzeichnis Eigenschaften (per rechts Klick) prfen. </p>
-    <p> 2.5. Die nachfolgenden Dateien mssen fr alle readable und writeable sein: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (wenn vorhanden)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    <p> Auf Linux, Mac OS X und BSD Betriebssystemen k�nen Sie hierfr den CHMOD 666 Befehl verwenden.
-      In Windows mssen Sie vielleicht die Verzeichnis Eigenschaften (per rechts Klick) prfen. </p>
-    <p> <b>Bitte beachten:</b><br>
-      Die home_*.html Dateien nicht direkt bearbeiten. Benutzen Sie stattdessen die "Homepage konfigurieren" Option 
-      in der Dokeos Administration. </p>
-    <p> 2.6. �fnen sie einen Webbrowser und gehen Sie zu 
-      http://www.ihrserver.org/ihresite/dokeos/index.php
-      
-      Falls Sie Dokeos lokal installieren (nicht auf einem remote Server) �fnen Sie:
-      http://localhost/dokeos/index.php </p>
-    <p> 2.7. Klicken Sie auf den "Installieren" Button und folgen Sie den Anweisungen.
-      
-      Windows: Mit Kombinationspaketen wie easyphp, wo nichts ver�dert wurde, sollten Login und Passwort
-      fr MySQL wahrscheinlich leer bleiben. </p>
-    <p> <strong>2.8. Konfiguration und Sicherheit nach der Installation</strong> </p>
-    <ul>
-      <li><strong>Schtzen Sie ihre Konfigurationsdatei: </strong> Vergewissern Sie sich, da�niemand die Datei berschreiben kann. Die Konfigurationsdatei befindet sich hier: <em>(Dokeos Verzeichnis)</em>/main/inc/conf/configuration.php.
-        Die Datei sollte nur lesbar sein (Windows/XWindows: rechts Klick auf die Datei und die Eigenschaften anpassen. 
-        linux/bsd/macosx: den chmod 444 Befehl benutzen). Die Konfigurationsdatei wird von Apache erstellt, daher mssen Sie 
-        eventuell ein "root" Benutzer sein, um die Erlaubnisse zu ver�dern.</li>
-      <li><strong>Installationsverzeichnis schtzen: </strong> falls das <em>(Dokeos Verzeichnis)</em>/main/install Verzeichnis weiterhin erreichbar ist, k�nte 
-        jemand ber Ihre vorhandene Installation neu installieren (Sie k�nten Daten verlieren). Verschieben Sie 
-        das Verzeichnis ausserhalb der Webverzeichnisse, wo es nicht mehr fr einen Browser erreichbar ist, �dern Sie 
-        den Verzeichnisnamen, oder bearbeiten Sie die Eigenschaften, damit niemand das Verzeichnis lesen oder Dateien 
-        darin ausfhren kann. </li>
-      <li><strong>Verbesserte Sicherheit: </strong> Die Dateien fr alle lesbar machen, erleichtert die Installation und hilft bei Problemen fr 
-        die, welche keine Adminsitrator Erfahrung haben. Es ist aber sicherer, den Eigentmer des Apache Prozesses 
-        (oft als apache oder www-data bezeichnet) auch zum Eigentmer aller Dokeos Verzeichnisse und Dateien zu 
-        machen. So brauchen diese Dateien lediglich fr den Apache Prozess readable und writeable zu sein, nicht aber 
-        fr alle.</li>
-      <li><strong>Ihre Dokeos Installation konfigurieren: </strong> In der Administration von Dokeos, k�nen Sie die Dokeos Konfiguration benutzen, um das Verhalten Ihrer Dokeos 
-        Installation anzupassen.</li>
-      <li><strong>Dokeos Mail konfigurieren: </strong> Dokeos benutzt zumeist die Mail Einstellungen aus der php.ini Datei. Das Modul "Ankndigungen" benutzt 
-        phpMailer (ein anderes freies Software Projekt) und die Einstellungen fr dieses Werkzeug k�nen angepa� werden 
-        in der <em>(Dokeos Verzeichnis)</em>/main/inc/conf/mail.conf.php Datei.</li>
-    </ul>
-    <hr>
-    <h2>3. Upgrade von einer �teren Dokeos Version</h2>
-    <p> Vor einem Upgrade empfehlen wir, da�Sie unbedingt ein vollst�diges Backup der vorigen Dokeos Verzeichnisse und 
-      Datenbanken durchfhren. Sollten Sie sich nicht sicher sein, wie man das erreicht, erkundigen Sie sich bei Ihrem 
-      Provider nach Hilfestellung.
-      
-      Falls Sie ein Upgrade von Dokeos 1.6 durchfhren, k�nen Sie einfach die neuen Dateien von 1.6.1 ber die Dateien der vorigen Version kopieren. Falls Sie ein Upgrade von einer �teren Version durchfhren (1.5.x), mssen Sie die integrierte Upgrade 
-      Funktion benutzen (Anleitungen weiter unten). </p>
-    <p> 3.1. Download des Dokeos 1.6.1 Installationspakets (.zip fr Windows users oderr .tar.gz fr alle anderen) von der <a href="http://www.dokeos.com/download.php">Dokeos Download</a> Seite. </p>
-    <p> 3.2. Unzip oder untar das heruntergeladene Installationspaket. 
-      Die meisten neueren Betriebssysteme k�nen dies mittels einer integrierten Software, falls das nicht geht, 
-      �fnen Sie die Kommandozeile, gehen zum Download Verzeichnis und geben ein: 
-      tar -zxvf dokeos-1.6.1.beta.tar.gz </p>
-    <p> 3.3. Verschieben Sie das Dokeos Verzeichnis in einen neuen Pfad, nicht in das der vorherigen Version. </p>
-    <p> <b>WARNUNG:</b><br>
-      L�chen Sie das Installationsverzeichnis der vorherigen Version nicht vor der Installation der neuen Version! Nachdem das 
-      Update erfolgreich durchgefhrt wurde, k�nen Sie den alten Pfad entfernen. </p>
-    <p> <b>TIPP:</b><br>
-      Falls Sie Dokeos 1.6.1 im gleichen Verzeichnis wie die vorherige Version installieren wollen: </p>
-    <ul>
-      <li>verschieben Sie das alte Verzeichnis an einen neuen Ort (z.B. verschieben Sie dokeos/ nach dokeos_old/)</li>
-      <li>entpacken Sie Dokeos 1.6.1 in das Verzeichnis der alten Version (z.B. entpacken Sie Dokeos 1.6.1 nach dokeos/)</li>
-      <li>gehen Sie zum n�hsten Schritt</li>
-    </ul>
-    <p></p>
-    <p> 3.4. Die nachfolgenden Dateien mssen fr alle readable und writeable sein: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (falls vorhanden)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    <p> Auf Linux, Mac OS X und BSD Betriebssystemen k�nen Sie hierfr den CHMOD 666 Befehl verwenden.
-      In Windows mssen Sie vielleicht die Verzeichnis Eigenschaften prfen. </p>
-    <p> <b>Bitte beachten:</b><br>
-      Die home_*.html Dateien nicht direkt bearbeiten. Benutzen Sie stattdessen die "Homepage konfigurieren" Option 
-      in der Dokeos Administration. </p>
-    <p> 3.5. Die nachfolgenden Verzeichnisse mssen fr alle readable, writeable und executable sein: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    <p> Auf Linux, Mac OS X und BSD Betriebssystemen k�nen Sie hierfr den CHMOD 777 Befehl verwenden.
-      In Windows mssen Sie vielleicht die Verzeichnis Eigenschaften prfen. </p>
-    <p> 3.6. �fnen sie einen Webbrowser und gehen Sie zu 
-      http://www.ihrserver.org/ihresite/dokeos/index.php
-      
-      Falls Sie Dokeos lokal installieren (nicht auf einem remote Server) �fnen Sie:
-      http://localhost/dokeos/index.php </p>
-    <p> 3.7. Klicken Sie auf den "Installieren" Button, danach auf "Update from Dokeos 1.5 | 1.5.4 | 1.5.5" 
-      und folgen Sie den Anweisungen. </p>
-    <p> 3.8. <i>Dieser Teil ist optional!</i><br>
-      Nach der Version 1.5.5 k�nen nachfolgende Tabellen aus der dokeos_main Datenbank entfernt werden, wenn 
-      man ein Update von 1.5.5 oder �ter durchgfhrt, vorausgesetzt, Sie benutzen diese nicht fr bestimmte 
-      Anpassungen Ihrer Dokeos Installation: </p>
-    <ul>
-      <li>`todo`</li>
-      <li>`pma_bookmark`</li>
-      <li>`pma_column_comments`</li>
-      <li>`pma_pdf_pages`</li>
-      <li>`pma_relation`</li>
-      <li>`pma_table_coords`</li>
-      <li>`pma_table_info`</li>
-    </ul>
-    Diese Tabellen kann man entfernen, indem man sich als Dokeos User mit der Datenbank verbindet und folgende Abfrage 
-    durchfhrt:
-    DROP TABLE dokeos_main.my_table;
-    where dokeos_main   is the main dokeos database name and
-    my_table	 is each of the preceding tables (fr jede Tabelle wiederholen) <br>
-    <br>
-    Eine Bereinigung der nicht mehr benutzten Felder hat ebenfalls den Code beeinflu�:
-    Das Feld main_db.cours.cours_id wurde entfernt, wie auch alle Bezugnahmen auf dieses Feld innerhalb des 
-    offiziellen Dokeos Codes. Der Kurs Code wird stattdessen benutzt. �dern/erg�zen Sie von Ihnen angepa�en 
-    Code dementsprechend, falls dies notwendig ist. <br>
-    <br>
-    Unter den gleichen Umst�den wie bei der Entfernung von Tabellen k�nen auch die nachfolgenden Felder 
-    entfernt werden, solange sie nicht von Ihrem speziellen Code benutzt werden, indem Sie folgende Abfrage 
-    durchfhren:
-    ALTER TABLE database.table drop column abc
-    where database     ist der Datenbankname (dokeos_main? oder Code eines Kurses)
-    table	ist der Tabellenname (Kurs?)
-    abc		ist der Name des zu entfernenden Feldes
-    Sie k�nen auf diese Weise folgende Felder entfernen:
-    <ul>
-      <li>`_dokeos_main_`.`cours`.`versionDb`</li>
-      <li>`_dokeos_main_`.`cours`.`versionClaro`</li>
-      <li>`_dokeos_main_`.`cours`.`cahier_charges`</li>
-      <li>`_dokeos_main_`.`faculte`.`bc` <br>
-        <i># die Tabelle `faculte` wurde seit 1.6 umbenannt in `course_category`</i></li>
-      <li>`_cours_`.`announcement`.`code_cours`</li>
-      <li>`_cours_`.`course_description`.`upDate`</li>
-    </ul>
-    <p></p>
-    <h2>4. Problembehandlung</h2>
-    <p> In Zukunft werden wir auch Anleitungen fr eine Dokeos Installation "per Hand" bereitstellen, wo Sie die Datenbank Tabellen selbst erstellen.
-      
-      Bei Problemen gehen Sie zur <a href="http://www.dokeos.com/">Dokeos Website</a> und stellen Sie Ihre Fragen in unserem <a href="http://www.dokeos.com/forum/">Support Forum</a>. Lesen Sie bitte zuerst frhere Nachrichten, um zu sehen, ob es bereits eine Antwort auf Ihre Frage gibt. Wir fhren auch eine Liste von <a href="http://www.dokeos.com/wiki/index.php/FAQ">H�fig gestellte Fragen</a>. </p>
-    <h2>5. Administration</h2>
-    <p> Um die Dokeos Administration zu benutzen, �fnen Sie den Browser, gehen Sie zu Ihrer Dokeos Adresse und loggen Sie sich als Administrator ein. Dann sehen Sie einen Link fr "Plattform Administration" imKopfbereich der Seite. </p>
-    <h2>6. LDAP</h2>
-    <p> <i>Dieser Teil ist optional. Nur Organisationen mit einem LDAP Server werden diese Information ben�igen</i><br>
-      Ein LDAP Modul wird in Dokeos bereitgestellt, mu�aber zur Benutzung manuell konfiguriert werden. </p>
-    <p> <b>Kompilieren</b><br>
-      Linux Server: Es k�nte sein, da�Sie PHP mit LDAP Untersttzung neu kompilieren mssen. Neuere Distributionen erlauben auch Download von rpms fr zus�zliche Pakete.</p>
-    <p> <b>LDAP in Dokeos aktivieren</b><br>
-      In (Dokeos Verzeichnis)/main/inc/conf/configuration.php, etwa in Zeile 90, sehen Sie <br>
-      //for new login module<br>
-      //uncomment these to activate ldap<br>
-      //$extAuthSource['ldap']['login'] = "./main/auth/ldap/login.php";<br>
-      //$extAuthSource['ldap']['newUser'] = "./main/auth/ldap/newUser.php";<br>
-      <br>
-      Entfernen Sie die // vor den beiden letzten Zeilen, um LDAP zu aktivieren</p>
-    <p> <b>Einstellungen</b><br>
-      Fragen Sie den Administrator des LDAP server fr die Einstellungen: </p>
-    <ul>
-      <li>ldap Server Name</li>
-      <li>ldap Server Port (gew�nlich  389)</li>
-      <li>ldap dc</li>
-    </ul>
-    Diese Werte mssen Sie eingeben in 
-    (Dokeos Verzeichnis)/main/auth/ldap/ldap_var.inc.php <br>
-    //parameters for LDAP module<br>
-    $usesLDAP	 =	TRUE;<br>
-    $usesCurriculum	 =	FALSE;<br>
-    $ldaphost = "myldapserver.com";  // your ldap server<br>
-    $ldapport = 389;                 // your ldap server's port number<br>
-    $ldapDc = "dc=xx, dc=yy, dc=zz"; //domain<br>
-    <p></p>
-    <p> <b>Kursleiter/Student Status</b><br>
-      Falls gewnscht, k�nen Sie Kursleiter/Student Stauts entsprechend der Einstellungen auf dem LDAP Server 
-      an Dokeos Benutzer vergeben.
-      Dies ist allerdings kein Standardfeld, Sie mssen dazu den Code ein wenig ver�dern.
-      main/auth/ldap/ldap_var.inc.php
-      etwa in Zeile 189, function putUserInfoInClaroline ($login, $infoArray) </p>
-    <p> if (<i>Ihr Kriterium</i>)<br>
-      {<br>
-      $statut = STUDENT;<br>
-      }<br>
-      else<br>
-      {<br>
-      $statut = COURSEMANAGER;<br>
-      }<br>
-    </p>
-    <p> Falls dies zu schwierig erscheint, ist die einfachste L�ung, zun�hst einfach 
-      $statut = STUDENT anzugeben; und Kursleitern dann ber die Dokeos Administration Rechte zu vergeben. </p>
-    <p> <b>Geschtzte LDAP Server</b><br>
-      Einige LDAP Server untersttzen keine anonymous Benutzung der Verzeichnis Dienste. In diesem Fall ben�igen Sie Code, der mit einem Namen und Passwort bindet - dieser Code wurde schon bereitgestellt, fragen Sie im Forum danach oder schicken Sie uns eine E-Mail.</p>
-    <p> </p>
-    <hr>
-    Kontakt Adresse: Dokeos, 44 rue des palais, B-1030 Brussels, Belgien<br>
-    E-Mail: info@dokeos.com
-    <hr>
-    <p></p>
-  </div>
-</div>
-</body>
-</html>

+ 0 - 327
documentation/installation_guide_slovenian.html

@@ -1,327 +0,0 @@
-<html>
-<head>
-<title>VodiÄ? po namestitvi Dokeos community release 2.0</title>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
-<link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
-<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
-</head>
-<body>
-<div id="header1">
-  <h1>VodiÄ? po namestitvi Dokeos 1.8 </h1>
-</div>
-<a href="index.html">Documentation</a> &gt; Slovenian installation guide
-<div id="outerframe">
-  <div id="main">
-    <p>Zahvaljujemo se vam, ker ste si prenesli Dokeos!
-      
-      To besedilo vas bo vodilo preko osnovnih korakov namestitve Dokeos 2.0.
-      
-      Preberite ga v celoti preden priÄ?nete z namestitvijo.</p>
-    <p>Ta vodiÄ? je dostopen tudi v drugih jezikih, seznam se nahaja na <a href="documentation/index.html">tej strani</a>. Spletna stran Dokeos bo vsebovala obvestilo vsakiÄ?, ko bo dostopen nov prevod.</p>
-    <p>Tole je le kratek vodiÄ? po postopku namestitve. Pripravljamo priroÄ?nik
-      
-      s podrobnejšimi informacijami o namestitvi, ki pa v Ä?asu nastanka tega dokumenta še ni na voljo. Ko bo, bo priroÄ?nik dostopen na naslovu <a href="http://www.dokeos.com/documentation.php">Dokeos documentation page</a>. Nastajanje priroÄ?nika si lahko ogledate na <a href="http://www.dokeos.com/wiki/index.php/Manual">web writing area</a>. VzdrĹľujemo tudi seznam <a href="http://www.dokeos.com/wiki/index.php/FAQ">pogosto zastavljenih vprašanj (FAQ)</a>.</p>
-    <p> <b>Vsebina</b> </p>
-    <ol>
-      <li>Zahteve</li>
-      <li>Namestitev nove razliÄ?ice Dokeos</li>
-      <li>Nadgradnja predhodne razliÄ?ice Dokeos</li>
-      <li>Odpravljanje teĹľav</li>
-      <li>Administracija</li>
-      <li>Ldap (opcijsko)</li>
-    </ol>
-    <p></p>
-    <h2>1. Zahteve</h2>
-    <p>Dokeos je spletna aplikacija, ki za svoje delovanje zahteva nekaj dodatne programske opreme:</p>
-    <ul>
-      <li>Spletni streĹľnik - priporoÄ?amo <strong>Apache</strong></li>
-      <li><strong>PHP</strong></li>
-      <li><strong>MySQL</strong> streĹľnik podatkovne baze</li>
-    </ul>
-    <p> Ta programska oprema mora biti namešÄ?ena na raÄ?unalniškem sistemu preden priÄ?nete z namestitvijo Dokeos. <br />
-      Zahtevano programsko opremo lahko namestite po delih (vsako posamezno), kar ponavadi daje boljše rezultate. Uporabniki zaÄ?etniki, ki bi Ĺľeleli preskusiti
-      
-      Dokeos, pa lahko uporabijo <i>sestavljen paket programske opreme (bundle)</i> , ki vse potrebno namesti z enim samim namestitvenim postopkom. ÄŚe Ĺľelite tak sestavljen paket, priporoÄ?amo Wamp (dostopen na <a href="http://www.wampserver.com/en/index.php">WAMP5 spletni strani</a>, pri tem potrebujete tudi <a href="http://www.wampserver.com/en/add-ons.php">PHP4 add-on</a>) ali <a href="http://www.apachefriends.org/en/index.html">XAMP</a>. </p>
-    <h3>1.1. Spletni streĹľnik</h3>
-    <p> PriporoÄ?amo Apache spletni streĹľnik. Dokeos vsebuje moĹľnosti izkorišÄ?anja
-      
-      nakaterih Apache varnostnih mehanizmov. ÄŚe vam ta ne odgovorja, lahko uporabite poljuben drug spletni streĹľnik.
-      
-      Za ustrezno uporabo varnostnih mehanizmov Apache spletnega streĹľnika, morate namestiti in aktivirati Apache modul <b>mod_rewrite</b>. Pravila mod_rewrite za Dokeos
-      
-      so zapisana v <b>.htaccess</b> datoteki mape <b>courses</b>, torej jih morate omogoÄ?iti v nastavitvah streĹľnika Apache (<b>AllowOverride FileInfo</b> v datoteki <b>httpd.conf</b>). <br />
-      <br />
-      <a href="http://httpd.apache.org/download.cgi">Prenesi si Apache spletni streĹľnik</a><br />
-      <a href="http://httpd.apache.org/docs-project/">PriroÄ?nik za uporabo Apache spletnega streĹľnika</a> </p>
-    <h3>1.2. PHP</h3>
-    <p>Potrebujete PHP verzije 4.3.2 ali kasnejše (4.x verzije), konfiguriranega z
-      
-      naslednjimi moduli : mysql, zlib, preg, xml. PHP verzije 5 ali novejši
-      
-      še niso podprti s strani Dokes.
-      
-      Potrebujete tudi ldap modul , Ä?e Ĺľelite uporabljati ldap v povezavi z Dokeos.
-      
-      VeÄ?ina PHP4 predprevedenih distribucij prihaja z vsemi naštetimi moduli.
-      
-      Kakorkoli Ĺľe, njihova prisotnost se preveri v Dokeos namestitvenem postopku. <br />
-      <br />
-      <a href="http://www.php.net/downloads.php">Prenesi si PHP</a><br />
-      <a href="http://www.php.net/docs.php">PHP priroÄ?nik</a> </p>
-    <p> Nekateri uporabniki lahko naletijo na teĹľave v primeru, de se nastavitev PHP razlikuje od:</p>
-    <ul>
-      <li>short_open_tag       = On</li>
-      <li>safe_mode            = Off</li>
-      <li>magic_quotes_gpc     = On</li>
-      <li>magic_quotes_runtime = Off</li>
-    </ul>
-    <p> Predhodne razliÄ?ice Dokeos zahtevajo <b>register_globals</b> nastavljen na vrednost <b>On</b>. To ni veÄ? potrebno. </p>
-    <p><strong>BSD uporabniki:</strong> naslednje php knjiĹľnjice (moduli) morajo biti vkljuÄ?eni v namestitev php:</p>
-    <ul>
-      <li><b>php-mysql</b> The mysql shared extension for php</li>
-      <li><b>php-pcre</b> The pcre shared extension for php</li>
-      <li><b>php-session</b> The session shared extension for php</li>
-      <li><b>php-zlib</b> The zlib shared extension for php</li>
-      <li><b>php-xml</b></li>
-      <li>(opcijsko) <b>php-ldap</b> Ä?e Ĺľelite uporabiti LDAP autentifikacijo</li>
-    </ul>
-    <h3>1.3. MySQL streĹľnik podatkovne baze</h3>
-    <p>Potrebujete uporabniško ime in geslo, ki dovoljujeta upravljanje in kreiranje vsaj ene podatkovne baze.
-      
-      Dokeos vam prednastavljeno kreira novo podatkovno bazo z vsakim kreiranim teÄ?ajem.
-      
-      To pomeni, da vam mora streĹľnik dovoliti kreiranje in upravljanje veÄ?ih podatkovnih baz.
-      
-      V postopku namestitve lahko izberete namestitev z eno samo podatkovno bazo, Ä?e vam ponudnik storitve ne omogoÄ?a kreiranje veÄ?ih. <br />
-      <br />
-      <a href="http://dev.mysql.com/downloads/">Prenesi si MySQL streĹľnik</a><br />
-      <a href="http://dev.mysql.com/doc/mysql/en/index.html">MySQL uporabniški priroÄ?nik</a> </p>
-    <p> <b><i>Opomba:</i></b><br />
-      Vse kaĹľe da znak za povešenko /backticks character/ <b>(`)</b>, vstavljen v veÄ?ino
-      
-      Dokeos SQL povpraševanj od razliÄ?ice 1.3 ne deluje z MySQL
-      
-      verzijami pred 3.23.6. </p>
-    <h3>1.4. Pravice dostopa</h3>
-    <p> Nadalje, potrebujete pisalni dostop (Write access) pri dostopu do spletnih map, kjer se nahaja namešÄ?en Dokeos. Na Windows platformah z lokalno namestitvijo to ni problem. Pri oddaljenem dostopu pa potrebujete dovoljenje za funkcijo CHMOD vsled uporabe protokolov FTP, telnet ali drugih. </p>
-    <hr>
-    <h2>2. Namestitev nove razliÄ?ice Dokeos</h2>
-    <p> 2.1. Prenesite si 2.0 namestitveni paket (.zip za Windows uporabnike ali .tar.gz za ostale) s <a href="http://www.dokeos.com/download.php">Dokeos spletnega naslova</a>. </p>
-    <p> 2.2. Dekomprimirajte (unzip / untar) prenesen namestitveni paket. 
-      
-      VeÄ?ina novejših operacijskih sistemov
-      
-      je to zmoĹľna izvesti z vgrajenimi grafiÄ?nimi aplikacijami, Ä?e pa to ne deluje,
-      
-      lahko to izvedete preko ukaznega poziva: v mapi, kamor ste si prenesli namestitveni paket odtipkajte <b>tar -zxvf dokeos-2.0.tar.gz</b> </p>
-    <p>2.3. Prestavite (FTP, SCP, lokalno kopiranje datotek) vsebino Dokeos namestitvenega paketa na Ĺľeleno spletno stran spletnega streĹľnika (ali v korensko mapo spletnega streĹľnika ali njegovo poljubno podmapo). Vaš spletni streĹľnik je lahko tudi vaš lokalni raÄ?unalnik. Pazite, da boste prestavili vse mape (archive, home, claroline,
-      
-      courses) kot tudi vse .php datoteke. </p>
-    <p>Za Windows uporabnike, ki namešÄ?ajo Dokeos lokalno: Ä?e uporabljate
-      
-      Apache/PHP/MySQL sestavljen paket, uporabite funkcijo povleci in izpusti (drag and drop) na vsebini Dokeos namestitvenega paketa v WWW mapo namešÄ?enega sestavljenega paketa:</p>
-    <ul>
-      <li><strong>EasyPHP</strong> - C:\Program Files\easyphp\www\</li>
-      <li><strong>WAMP</strong> - C:\Program Files\wamp\www\</li>
-      <li><strong>XAMP</strong> - C:\Program Files\xamp\www\</li>
-    </ul>
-    <p> 2.4. Naslednje mape morajo imeti bralne, pisalne in izvršilne pravice za vse in vsakogar: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    <p> Na operacijskih sistemih Linux, Mac OS X in BSD lahko uporabite ukaz CHMOD 777 za dodeljevanje pravic.
-      
-      Pri Windows OS, preverite lastnosti map (klik z desnim miškinim gumbom na mapi). </p>
-    <p> 2.5. Naslednje mape morajo imeti bralne in pisalne pravice za vse in vsakogar: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (Ä?e obstaja)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    <p> Na operacijskih sistemih Linux, Mac OS X in BSD lahko uporabite ukaz CHMOD 666.
-      
-      Pri Windows OS, preverite lastnosti map (klik z desnim miškinim gumbom na mapi). </p>
-    <p> <b><i>OPOMBA:</i></b><br />
-      Ne spreminjajte vsebine <b>home_*.html</b> datotek direktno. Namesto tega,
-      
-      uporabite moĹľnost "Uredi domaÄ?o stran" v Dokeos administracijskem podroÄ?ju. </p>
-    <p> 2.6. Odprite okno spletnega brskalnika in pojdite na
-      
-      http://www.vasstreznik.org/vasastran/dokeos/index.php
-      
-      
-      
-      ÄŚe ste Dokeos namestili lokalno, odprite:
-      
-      http://localhost/dokeos/index.php </p>
-    <p> 2.7. Kliknite na gumb <b>install</b> in sledite navodilom.
-      
-      
-      
-      Windows: pri uporabi sestavljenega paketa, kot je npr. easyphp, bosta uporabniško ime in geslo
-      
-      za MySQL verjetno prazna /ju ni/. </p>
-    <p> <strong>2.8. Nastavitve in varnost po postopku namestitve</strong> </p>
-    <ul>
-      <li><strong>ZašÄ?ita datoteke z nastavitvami: </strong> zagotovite, da je nihÄ?e ne bo mogel spremeniti. Datoteko z nastavitvami najdete na <em>(dokeos mapa)</em>/main/inc/conf/configuration.php.
-        
-        Naredite jo zgolj bralno (windows/xwindows: desni miškin klik na datoteki, lastnosti. 
-        
-        linux/bsd/macosx: uporabite ukaz chmod 444 ). Datoteka z nastavitvami je generirana s strani Apache, torej boste morali imeti pravice root uporabnika za spremembo pravic.</li>
-      <li><strong>ZašÄ?ita namestitvene mape: </strong> v primeru, da je <em>(dokeos mapa)</em>/main/install
-        
-        mapa še vedno dostopna, lahko nepooblašÄ?ena oseba izvrši novo namestitev preko trenutne namestitve  (s ponovno namestitvijo so vaši trenutni podatki lahko izgubljeni). Premaknite mapo nekam izven obsega
-        
-        vaših spletnih map, da preko spletnega streĹľnika ne bo dosegljiva, in spremenite lastnosti tako, da datotek ne bo mogel nihÄ?e brati in izvrševati.</li>
-      <li><strong>Za boljšo varnost: </strong> nastavitev pravic dostopa na naÄ?in, da so vse datoteke in mape dostopne vsem pri pisalnih in izvršilnih dostopih, je lahko v pomoÄ? pri namestivi portala, in je tudi lahko v pomoÄ? pri reševanju doloÄ?enih problemov, predvsem za uporabnike z malo ali niÄ? administratorske prakse. Kakorkoli Ĺľe, za varnost je veliko bolje, da je lastnik vseh datotek in map Dokeos namestitve apache proces (obiÄ?ajno poimenovan apache, www ali httpd). Na ta naÄ?in, morajo datoteke namestitve biti le bralne in pisalne za lastnika (Apache proces), ne pa tudi za vse ostale.</li>
-      <li><strong>Konfiguracija in prilagajanje Dokeos namestitve: </strong> v administracijskem podroÄ?ju Dokeos lahko uporabite Dokeos nastavitve za prilagoditev vaše namestitve.</li>
-      <li><strong>Nastavitev Dokeos e-poštnih storitev: </strong> pretežni del Dokeos-a uporablja poštne nastavitve iz php.ini datoteke. Le
-        
-        orodje obvestil uporablja phpMailer (drug odprtokodni projekt)
-        
-        in nastavitve za to orodje se nahajajo v datoteki <em>(dokeos mapa)</em>/main/inc/conf/mail.conf.php.</li>
-    </ul>
-    <hr>
-    <h2>3. Nadgradnja predhodne razliÄ?ice Dokeos</h2>
-    <p> Pred nagraditvijo toplo priporoÄ?amo izdelavo popolne rezervne kopije trenutnih Dokeos map, njihove vsebine in podatkovnih baz. ÄŚe niste prepriÄ?ani, kako boste to izvedli, se obrnite po nasvet na gostitelja oz. ponudnika storitve. <br/>
-    </p>
-    <p> 3.1. Prenesite si Dokeos 2.0 namestitveni paket (.zip za Windows uporabnike ali .tar.gz za vse ostale) s spletnega naslova <a href="http://www.dokeos.com/download.php">Dokeos download page</a>. </p>
-    <p> 3.2. Dekomprimirajte (unzip / untar) prenesen namestitveni paket. 
-      
-      VeÄ?ina novejših operacijskih sistemov
-      
-      je to zmoĹľno izvesti z vgrajenimi grafiÄ?nimi aplikacijami, Ä?e pa to ne deluje,
-      
-      lahko to izvedete preko ukaznega poziva: v mapi, kamor ste si prenesli namestitveni paket odtipkajte <b>tar -zxvf dokeos-2.0.tar.gz</b> </p>
-    <p> 3.3. Premaknite Dokeos mapo pod koren mape spletnega streĹľnika, proÄ? od obstojeÄ?e namestitve </p>
-    <p> <b><i>OPOZORILO:</i></b><br />
-      Ne brišite obstojeÄ?e namestitve Dokeos pred namestitvijo nove. Staro namestitev lahko odstranite šele po uspešnem zakljuÄ?ku nadgraditve. </p>
-    <p> <b><i>NASVET:</i></b><br />
-      ÄŚe Ĺľelite namestiti Dokeos 2.0 v isto mapo, kot je bil namešÄ?en pred nadgraditvijo:
-    <ul>
-      <li>prestavite mapo s staro namestitvijo na novo mesto (npr. move dokeos/  dokeos_old/)</li>
-      <li>dekomprimirajte Dokeos 2.0 na mesto stare namestitve (npr. dekomprimirajte Dokeos 2.0 v dokeos/)</li>
-      <li>pojdite na naslednji korak nadgraditve</li>
-    </ul>
-    </p>
-    <p> 3.4. Naslednje datoteke morajo biti bralne in pisalne za vsakogar:
-    <ul>
-      <li>dokeos/main/inc/conf/configuration.php (Ä?e obstaja)</li>
-      <li>dokeos/home/*.html</li>
-    </ul>
-    Na operacijskih sistemih Linux, Mac OS X in BSD lahko uporabite ukaz CHMOD 666.
-    
-    Pri Windows OS, preverite lastnosti map (klik z desnim miškinim gumbom na mapi).
-    </p>
-    <p> <b><i>OPOMBA:</i></b><br />
-      Ne spreminjajte vsebine <b>home_*.html</b> datotek direktno. Namesto tega 
-      
-      uporabite moĹľnost "Uredi domaÄ?o stran" v Dokeos administracijski sekciji. </p>
-    <p> 3.5. Naslednje mape morajo biti bralne, pisalne in izvršne za vsakogar: </p>
-    <ul>
-      <li>dokeos/main/inc/conf/</li>
-      <li>dokeos/main/garbage/</li>
-      <li>dokeos/main/upload/</li>
-      <li>dokeos/main/img/default_courses_img/</li>
-      <li>dokeos/archive/</li>
-      <li>dokeos/courses/</li>
-      <li>dokeos/home/</li>
-    </ul>
-    Na operacijskih sistemih Linux, Mac OS X in BSD lahko uporabite ukaz CHMOD 777 za doseljevanje pravic.
-    
-    Pri Windows OS, preverite lastnosti map (klik z desnim miškinim gumbom na mapi).
-    <p></p>
-    <p> 3.6. Odprite okno spletnega brskalnika in pojdite na
-      
-      http://www.yourserver.org/yoursite/dokeos/index.php .<br />
-      Windows lokalno, z npr. easyphp ali drugim primerljivim, pojdite na:
-      
-      http://localhost/dokeos/index.php </p>
-    <p> 3.7. Kliknite gumb install , nato kliknite na "Update from Dokeos 1.5 | 1.5.4 | 1.5.5" in sledite navodilom. </p>
-    <h2>4. Odpravljanje teĹľav</h2>
-    <p> V prihodnosti imamo namen zagotoviti navodila za "roÄ?no" namestitev Dokeos, vkljuÄ?no z "roÄ?nim" kreiranjem podatkovne baze in vseh potrebnih tabel.
-      
-      
-      
-      ÄŚe naletite na kakršenkoli problem, pojdite na <a href="http://www.dokeos.com/">Dokeos spletno stran</a> in zastavite vprašanje na našem <a href="http://www.dokeos.com/forum/">forumu podpore</a>. Preberi prosim najprej predhodna sporoÄ?ila! Lahko, da je bil vaš problem Ĺľe rešen, vprašanje predhodno Ĺľe zastavljeno. VzdrĹľujemo tudi seznam <a href="http://www.dokeos.com/wiki/index.php/FAQ">pogosto zastavljanih vprašanj</a>. </p>
-    <h2>5. Administracija</h2>
-    <p> Za dostop do Dokeos administracijskega podroÄ?ja, odprite brskalnik,
-      
-      pojdite na Dokeos naslov vašega portala in se prijavite kot adminstratorski uporabnik.
-      
-      Videli boste "Platform admin section / podroÄ?je Upravitelj teÄ?aja" povezavo v glavi spletne strani portala. </p>
-    <h2>6. LDAP</h2>
-    <p> <i>Ta del je opcijski, sledeÄ?e besedilo je namenjeno le organizacijam z LDAP streĹľnikom .</i><br />
-      LDAP modul je integriran v Dokeos distribucijo, potrebno ga je le ustrezno nastaviti, da ga usposobite za delo. </p>
-    <p> <b>Prevajanje</b><br />
-      Linux streĹľniki: MoĹľno je, da boste morali ponovno prevesti php z ldap podporo.
-      
-      Novejše distribucije tudi dovoljujejo selektiven prenos rpm-jev za dodatne podporne pakete.<br/>
-      Enako velja tudi za BSD uporabnike. </p>
-    <p> <b>Activiranje LDAP v Dokeos</b><br/>
-      V (dokeos mapa)/main/inc/conf/configuration.php, okoli vrstice 90, se nahaja naslednje besedilo<br/>
-      //for new login module<br/>
-      //uncomment these to activate ldap<br/>
-      //$extAuthSource['ldap']['login'] = "./main/auth/ldap/login.php";<br/>
-      //$extAuthSource['ldap']['newUser'] = "./main/auth/ldap/newUser.php";<br/>
-      <br/>
-      odstranite // izpred zadnjih dveh vrstic za aktiviranje LDAP.<br/>
-    </p>
-    <p> <b>Nastavitve</b><br/>
-      Pozanimajte se pri upravitelju LDAP streĹľnika za naslednje nastavitve:
-    <ul>
-      <li>ldap ime streĹľnika</li>
-      <li>ldap streĹľniška vrata (obiÄ?ajno 389)</li>
-      <li>ldap dc</li>
-    </ul>
-    Te vrednosti morate vnesti v datoteko
-    
-    (dokeos mapa)/main/auth/ldap/ldap_var.inc.php <br/>
-    //parameters for LDAP module<br/>
-    $usesLDAP                       =   TRUE;<br/>
-    $usesCurriculum                 =   FALSE;<br/>
-    $ldaphost = "myldapserver.com";  // vaš ldap strežnik<br/>
-    $ldapport = 389;                 // vaša ldap številka strežniških vrat<br/>
-    $ldapDc = "dc=xx, dc=yy, dc=zz"; //domena<br/>
-    </p>
-    <p> <b>UÄ?itelj/teÄ?ajnik status</b><br />
-      ÄŚe Ĺľelite, lahko uÄ?itelju/teÄ?ajniku dodelite znotraj dokeos status iz vpisov ldap streĹľnika.
-      
-      To ni standarna moĹľnost, torej boste morali rahlo spremeniti programsko kodo:
-      
-      main/auth/ldap/ldap_var.inc.php
-      
-      okoli vrstice 189, function putUserInfoInClaroline ($login, $infoArray) </p>
-    <p> if (<i>tvoj kriterij</i>)<br />
-      {<br />
-      $statut = STUDENT;<br />
-      }<br />
-      else<br />
-      {<br />
-      $statut = COURSEMANAGER;<br />
-      }<br />
-    </p>
-    <p> ÄŚe se vam to zdi preteĹľko, je najenostavnejša rešitev ta, da enostavno doloÄ?ite
-      
-      $statut = STUDENT; in dodeljute upravljalcu teÄ?aja pravice preko administracijske sekcije portala. </p>
-    <p> <b>ZašÄ?iteni LDAP streĹľniki</b><br />
-      Nekateri LDAP streĹľniki ne podpirajo anonimne uporabe direktorijskih storitev
-      
-      V tem primeru, potrebujete dodatno programsko kodo, ki bo povezovala LDAP z uporabniškim imenom in geslom - koda je zagotovljena,
-      
-      le vprašajte na forumu ali jo zahtevajte preko e-pošte. </p>
-    <p>
-    <hr>
-    Kontaktni naslov: Dokeos, 44 rue des palais, B-1030 Brussels, Belgium<br />
-    E-pošta: info@dokeos.com
-    <hr>
-    </p>
-  </div>
-</div>
-</body>
-</html>