[doc] website for install+presentation of AlternC

This commit is contained in:
Benjamin Sonntag 2015-05-13 12:01:58 +02:00
parent 606dc5580f
commit ea97bd4d98
4 changed files with 25 additions and 25 deletions

View File

@ -1,10 +1,7 @@
AlternC Hosting Control Panel
=============================
AlternC is a hosting control panel, a software suite which makes web and mail server management easier.
To [install AlternC on your Debian GNU/Linux stable distribution, see our documentation](install).
To [install AlternC on your Debian GNU/Linux stable distribution, see our documentation](/en/install).
You may want to [test it on our demonstration server](http://demo.alternc.org/)

View File

@ -1,10 +1,7 @@
AlternC, Logiciel de gestion de serveur
=======================================
AlternC est une suite logicielle permettant de gérer facilement un serveur web et mail.
Pour [installer AlternC sur votre distribution Debian GNU/Linux stable, lisez notre documentation](install).
Pour [installer AlternC sur votre distribution Debian GNU/Linux stable, lisez notre documentation](/fr/install).
Vous pouvez tester AlternC [sur notre serveur de démonstration](http://demo.alternc.org/)

View File

@ -1,7 +1,5 @@
</div>
</div>
<div class="col-md-3">
<div class="bs-docs-sidebar hidden-print hidden-xs hidden-sm" role="complementary">
@ -11,9 +9,9 @@
<a class="back-to-top" href="#top">
Back to top
</a>
<?php foreach($otherlang as $l) { ?>
<a class="back-to-top" href="<?php echo str_replace("/".$lang."/","/".$l."/",$_SERVER["REQUEST_URI"]); ?>">
<?php echo $l; ?>
<?php foreach($otherlang as $l=>$name) { ?>
<a class="back-to-top" href="<?php echo "/".$l."/".$uri; ?>">
<?php echo $name; ?>
</a>
<?php } ?>
@ -30,7 +28,7 @@
<div class="bs-docs-social">
<ul class="bs-docs-social-buttons">
<li class="follow-btn">
<a href="/" class="twitter-follow-button">Site d'AlternC</a>
<a href="/" class="twitter-follow-button">AlternC</a>
</li>
<li class="follow-btn">
<a href="http://demo.alternc.org" class="twitter-follow-button"><?php
@ -82,11 +80,11 @@ break;
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="assets/js/docs.min.js"></script>
<script src="/bootstrap.min.js"></script>
<script src="/assets/js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<script src="/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>

View File

@ -5,9 +5,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.">
<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="description" content="AlternC, Web and Mail Hosting software control panel.">
<meta name="keywords" content="AlternC Software Linux Debian Gnu Hosting Web Mail">
<title>AlternC<?php if ($title) { echo " - ".$title; } ?></title>
@ -15,10 +14,10 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/docs.min.css">
<link rel="stylesheet" href="/assets/css/docs.min.css">
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="assets/js/ie-emulation-modes-warning.js"></script>
<!--[if lt IE 9]><script src="/assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="/assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@ -38,10 +37,19 @@
<div class="bs-docs-header" id="content">
<div class="container">
<div style="float: left; padding-right: 30px">
<a href="/"><img src="logo.png" alt="AlternC" /></a>
<a href="/"><img src="/logo.png" alt="AlternC" /></a>
</div>
<h1><a href="/">AlternC</a></h1>
<p>Suite logicielle de gestion de serveur web & mail</p>
<p><?php
switch ($lang) {
case "fr":
echo "Suite logicielle de gestion de serveur web & mail";
break;
case "en":
default:
echo "Web and Mail server management software";
}
?></p>
<?php if ($title) { echo "<p>".$title."</p>"; } ?>
</div>
</div>