index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <title>Dokeos 1.8</title>
  5. <link rel="stylesheet" href="../main/css/default/default.css" type="text/css" media="screen,projection" />
  6. <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
  7. </head>
  8. <body>
  9. <div id="header1">
  10. <h1>Dokeos 1.8 Documentation</h1>
  11. </div>
  12. <div id="outerframe">
  13. <div id="main">
  14. <h1>About Dokeos</h1>
  15. <p><a href="readme.html">About Dokeos</a> </p>
  16. <h1>Installing and upgrading</h1>
  17. <a href="installation_guide.html">English installation guide</a>
  18. <ul>
  19. </ul>
  20. <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>
  21. for the latest version &ndash; there may be updates to the guide since
  22. this version was released &ndash; and send new translations off to the <a href="mailto:translation@dokeos.com">translation@dokeos.com</a> email address. </p>
  23. <h1>License</h1>
  24. <a href="license.html">GNU General Public License Version 2</a>
  25. <h1>Credits</h1>
  26. <p><a href="credits.html">Credits</a></p>
  27. <h1>Dependencies</h1>
  28. <p><a href="dependencies.html">Dependencies</a></p>
  29. <h1>Changelog</h1>
  30. <p><a href="changelog.html">Changelog</a></p>
  31. </div>
  32. </div>
  33. </body>
  34. </html>