<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.10 - Documentation</h1>
            <br />

            <a class="btn btn-primary btn-large" href="installation_guide.html">English installation guide</a>
            <a class="btn btn-primary btn-large"  href="installation_guide_es_ES.html">Spanish installation guide</a>
            <a class="btn btn-primary btn-large" href="installation_guide_fr_FR.html">French installation guide</a>
            <a class="btn btn-primary btn-large"  href="installation_guide_it_IT.html">Italian installation guide</a>
            <a class="btn btn-large"  href="http://www.chamilo.org/forum">Chamilo Forum</a>
            <br />
            <br />

            <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="http://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="http://jigsaw.w3.org/css-validator/images/vcss-blue" style="margin: 1em; float: right;" alt="Valid CSS" />
	</a>
</body></html>