You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
3.9 KiB
86 lines
3.9 KiB
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Chamilo</title>
|
|
<link rel="stylesheet" href="../public/build/chamilo.css" type="text/css" media="screen,projection" />
|
|
<link rel="stylesheet" href="../public/build/css/base.css" type="text/css" media="screen,projection" />
|
|
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
|
|
<script src="../public/build/chamilo.js"></script>
|
|
</head>
|
|
<body>
|
|
<nav class="navbar navbar-default navbar-fixed-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="#">Chamilo - Documentation</a>
|
|
</div>
|
|
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li class="active"><a href="index.html">Home</a></li>
|
|
<li ><a href="readme.html">About</a></li>
|
|
<li><a href="license.html">License</a></li>
|
|
<li><a href="credits.html">Credits</a></li>
|
|
<li ><a href="dependencies.html">Dependencies</a></li>
|
|
<li><a href="changelog.html">Changelog</a></li>
|
|
</ul>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="hero-unit">
|
|
<h1>Chamilo 2.x - Documentation</h1>
|
|
<h2>Installation guides</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="installation_guide.html">English installation guide</a>
|
|
</li>
|
|
<li>
|
|
<a href="installation_guide_es_ES.html">Guía de instalacion en español (puede ser ligeramente desactualizada)</a>
|
|
</li>
|
|
<li>
|
|
<a href="installation_guide_fr_FR.html">Guide d'installation en français (pourrait être légèrement désactualisé)</a>
|
|
</li>
|
|
<li>
|
|
<a href="installation_guide_it_IT.html">Italian installation guide (outdated)</a>
|
|
</li>
|
|
</ul>
|
|
<h2>User guides</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="https://docs.chamilo.org/en/">English manuals for teachers, admins and developers</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://docs.chamilo.org/es/">Guías para profesores, para administradores y para desarrolladores en español</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://docs.chamilo.org/fr/">Guides pour professeurs/tuteurs et pour administrateurs en français</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://chamilo.org/forum">Chamilo Forum</a>
|
|
</li>
|
|
</ul>
|
|
<h2>Contribute</h2>
|
|
|
|
<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>
|
|
for the latest version – there may be updates to the guide since
|
|
this version was released – and send new translations off to the <a href="mailto:translation@chamilo.com">translation@chamilo.com</a> email address.
|
|
</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<hr />
|
|
<a href="http://validator.w3.org/check?uri=referer"><img src="//www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" style="margin: 1em; float: right;" height="31" width="88" /></a>
|
|
<a href="http://jigsaw.w3.org/css-validator/">
|
|
<img src="//jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
|
|
</a>
|
|
</body></html>
|
|
|