index.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html>
  4. <head>
  5. <title>Dokeos 1.8</title>
  6. <link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
  7. <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
  8. </head>
  9. <body>
  10. <div id="header1">
  11. <h1>Dokeos 1.8 Documentation</h1>
  12. </div>
  13. <div id="outerframe">
  14. <div id="main">
  15. <h1>About Dokeos</h1>
  16. <p><a href="readme.html">About Dokeos</a> </p>
  17. <h1>Installing and upgrading</h1>
  18. <ul>
  19. <li><a href="installation_guide.html">English installation guide</a></li>
  20. <li><a href="installation_guide_french.html">French installation guide</a></li>
  21. <li><a href="installation_guide_german.html">German installation guide</a></li>
  22. <li><a href="installation_guide_slovenian.html">Slovenian installation guide</a></li>
  23. </ul>
  24. <p> Are you interested in translating the installation guide to your own language? The best way to proceed is to ask us on the <a href="http://www.dokeos.com/forum/">Dokeos forum</a> for the latest version &ndash; there may be updates to the guide since this version was released &ndash; and send new translations off to the <a href="mailto:&#116;&#114;&#097;&#110;&#115;&#108;&#097;&#116;&#105;&#111;&#110;&#064;&#100;&#111;&#107;&#101;&#111;&#115;&#046;&#099;&#111;&#109;">&#116;&#114;&#097;&#110;&#115;&#108;&#097;&#116;&#105;&#111;&#110;&#064;&#100;&#111;&#107;&#101;&#111;&#115;&#046;&#099;&#111;&#109;</a> email address. </p>
  25. <h1>License</h1>
  26. <a href="license.html">Gnu General Public License</a>
  27. <h1>Credits</h1>
  28. <p><a href="credits.html">credits</a></p>
  29. <h1>Dependencies</h1>
  30. <p><a href="dependencies.html">dependencies</a></p>
  31. <h1>Changelog</h1>
  32. <p><a href="changelog.html">changelog</a></p>
  33. </div>
  34. </div>
  35. </body>
  36. </html>