index.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Dokeos 1.8.5</title>
  6. <link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
  7. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
  8. <style type="text/css">
  9. <!--
  10. @page { size: 21cm 29.7cm; margin: 2cm }
  11. pre { font-family: "Courier New", monospace }
  12. p { margin-bottom: 0.21cm }
  13. .code {margin: 1em 1em 1em 2em; padding: 0.5em; background-color: rgb(229, 229, 229); vertical-align: top; border: 1px solid #999999;}
  14. --></style>
  15. </head>
  16. <body>
  17. <div id="header1">
  18. <h1>Dokeos 1.8.5 Documentation</h1>
  19. </div>
  20. <div id="outerframe">
  21. <div id="main">
  22. <h1>About Dokeos</h1>
  23. <p><a href="readme.html">About Dokeos</a> </p>
  24. <h1>Installing and upgrading</h1>
  25. <a href="installation_guide.html">English installation guide</a>
  26. <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>
  27. for the latest version &ndash; there may be updates to the guide since
  28. 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>
  29. <h1>License</h1>
  30. <a href="license.html">GNU General Public License Version 2</a>
  31. <h1>Credits</h1>
  32. <p><a href="credits.html">Credits</a></p>
  33. <h1>Dependencies</h1>
  34. <p><a href="dependencies.html">Dependencies</a></p>
  35. <h1>Changelog</h1>
  36. <p><a href="changelog.html">Changelog</a></p>
  37. </div>
  38. </div>
  39. <hr/>
  40. <a href="http://validator.w3.org/check?uri=referer"><img
  41. src="http://www.w3.org/Icons/valid-xhtml10-blue"
  42. alt="Valid XHTML 1.0 Transitional" height="31" width="88" style="float: right; margin: 1em;" /></a>
  43. <a href="http://jigsaw.w3.org/css-validator/">
  44. <img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="float: right; margin: 1em;"
  45. alt="Valid CSS" />
  46. </a>
  47. </body>
  48. </html>