<?xml version="1.0" encoding="UTF-8" standalone="no"?><html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="fr-FR" xml:lang="fr-FR">
<head>
	<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
	<title>WordPress  Installation</title>
	<link href="http://ceros.is.free.fr/wp-admin/css/install.css?ver=20100605" id="install-css" media="all" rel="stylesheet" type="text/css"/>
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png"/></h1>

<h1>Bienvenue</h1>
<p>Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="../readme.html">ReadMe documentation</a> at your leisure. Otherwise, just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.</p>

<h1>Informations nécessaires</h1>
<p>Please provide the following information. Don’t worry, you can always change these settings later.</p>

<form action="install.php?step=2" id="setup" method="post">
	<table class="form-table">
		<tr>
			<th scope="row"><label for="weblog_title">Site Title</label></th>
			<td><input id="weblog_title" name="weblog_title" size="25" type="text" value=""/></td>
		</tr>
		<tr>
			<th scope="row"><label for="user_name">Identifiant</label></th>
			<td>
			<input id="user_login" name="user_name" size="25" type="text" value="admin"/>
				<p>Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.</p>
						</td>
		</tr>
				<tr>
			<th scope="row">
				<label for="admin_password">Password, twice</label>
				<p>A password will be automatically generated for you if you leave this blank.</p>
			</th>
			<td>
				<input id="pass1" name="admin_password" size="25" type="password" value=""/>
				<p><input id="pass2" name="admin_password2" size="25" type="password" value=""/></p>
				<div id="pass-strength-result">Indicateur de sûreté</div>
				<p>Conseil: votre mot de passe devrait faire au moins 7 caractères de long. Pour le rendre plus sûr, utilisez un mélange de majuscule, de minuscules, de chiffres et de symboles comme ! " ? $ % ^ &amp; ).</p>
			</td>
		</tr>
				<tr>
			<th scope="row"><label for="admin_email">Votre e-mail</label></th>
			<td><input id="admin_email" name="admin_email" size="25" type="text" value=""/>
			<p>Vérifiez bien cette adresse e-mail avant de continuer.</p></td>
		</tr>
		<tr>
			<td colspan="2"><label><input checked="checked" name="blog_public" type="checkbox" value="1"/> Allow my site to appear in search engines like Google and Technorati.</label></td>
		</tr>
	</table>
	<p class="step"><input class="button" name="Submit" type="submit" value="Installer WordPress"/></p>
</form>
<script type="text/javascript">var t = document.getElementById('weblog_title'); if (t){ t.focus(); }</script>
<script src="../wp-includes/js/jquery/jquery.js" type="text/javascript"/>
<script src="js/password-strength-meter.js" type="text/javascript"/>
<script src="js/user-profile.js" type="text/javascript"/>
<script src="js/utils.js" type="text/javascript"/>
<script type="text/javascript">
/* <![CDATA[ */
var pwsL10n = {
 empty: "Indicateur de sûreté",
 short: "Très faible",
 bad: "Faible",
 good: "Moyenne",
 strong: "Forte",
 mismatch: "Mismatch"
};
try{convertEntities(pwsL10n);}catch(e){};
/* ]]> */
</script>
</body>
</html>