Files
Chamilo/documentation/index.html
2025-04-10 12:50:54 +02:00

86 lines
3.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Chamilo</title>
<link rel="stylesheet" href="../web/assets/bootstrap/dist/css/bootstrap.css" type="text/css" media="screen,projection" />
<link rel="stylesheet" href="default.css" type="text/css" media="screen,projection" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
</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 1.11 - 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/">English manuals for teachers, admins and developers</a>
</li>
<li>
<a href="https://docs.chamilo.org/v/1.11.x-es">Guías para profesores, para administradores y para desarrolladores en español</a>
</li>
<li>
<a href="https://docs.chamilo.org/v/1.11.x-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>