<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="it">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>WordPress &rsaquo; Installation</title>
	<link rel='stylesheet' href='./css/install.css?version=2.3.1' type='text/css' />
</head>
<body>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
<h1>Welcome</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>
<!--<h2 class="step"><a href="install.php?step=1">First Step &raquo;</a></h2>-->

<h1>Information needed</h1>
<p>Please provide the following information.  Don't worry, you can always change these settings later.</p>

<form id="setup" method="post" action="install.php?step=2">
	<table width="100%">
		<tr>
			<th width="33%">Blog title:</th>
			<td><input name="weblog_title" type="text" id="weblog_title" size="25" /></td>
		</tr>
		<tr>
			<th>Your e-mail:</th>
			<td><input name="admin_email" type="text" id="admin_email" size="25" /></td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td><label><input type="checkbox" name="blog_public" value="1" checked="checked" /> Allow my blog to appear in search engines like Google and Technorati.</label></td>
		</tr>
	</table>
	<p><em>Double-check your email address before continuing.</em></p>
	<h2 class="step"><input type="submit" name="Submit" value="Install WordPress &raquo;" /></h2>
</form>


<p id="footer"><a href="http://wordpress.org/">WordPress</a>, personal publishing platform.</p>
</body>
</html>