index.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <title>Chamilo</title>
  5. <link rel="stylesheet" href="../main/css/base.css" type="text/css" media="screen,projection" />
  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. </head>
  9. <body>
  10. <div class="navbar navbar-fixed-top">
  11. <div class="navbar-inner">
  12. <div class="container-fluid">
  13. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  14. <span class="icon-bar"></span>
  15. <span class="icon-bar"></span>
  16. <span class="icon-bar"></span>
  17. </a>
  18. <a class="brand" href="index.html">Chamilo - Documentation</a>
  19. <div class="nav-collapse">
  20. <ul class="nav">
  21. <li class="active"><a href="index.html">Home</a></li>
  22. <li><a href="readme.html">About</a></li>
  23. <li><a href="license.html">License</a></li>
  24. <li><a href="credits.html">Credits</a></li>
  25. <li><a href="dependencies.html">Dependencies</a></li>
  26. <li><a href="changelog.html">Changelog</a></li>
  27. </ul>
  28. </div><!--/.nav-collapse -->
  29. </div>
  30. </div>
  31. </div>
  32. <div class="container">
  33. <div class="row">
  34. <div class="hero-unit">
  35. <h1>Chamilo 1.9 - Documentation</h1>
  36. <br />
  37. <a class="btn btn-primary btn-large" href="installation_guide.html">English installation guide</a>
  38. <a class="btn btn-primary btn-large" href="installation_guide_es_ES.html">Spanish installation guide</a>
  39. <a class="btn btn-large" href="http://www.chamilo.org/forum">Chamilo Forum</a>
  40. <br />
  41. <br />
  42. <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://forum.chamilo.org">Chamilo forum</a>
  43. for the latest version – there may be updates to the guide since
  44. this version was released – and send new translations off to the <a href="mailto:translation@chamilo.com">translation@chamilo.com</a> email address.
  45. </p>
  46. </div>
  47. </div>
  48. </div>
  49. <hr />
  50. <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a>
  51. <a href="http://jigsaw.w3.org/css-validator/">
  52. <img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
  53. </a>
  54. </body></html>