<!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" lang="en-US" xml:lang="en-US">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>WordPress &rsaquo; Installation</title>
	<link rel='stylesheet' id='install-css'  href='http://www.cymek.com/wp-admin/css/install.css?ver=20090514' type='text/css' media='all' />
</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&#8217;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</a></h2>-->

<h1>Information needed</h1>
<p>Please provide the following information.  Don&#8217;t worry, you can always change these settings later.</p>



<form id="setup" method="post" action="install.php?step=2">
	<table class="form-table">
		<tr>
			<th scope="row"><label for="weblog_title">Blog Title</label></th>
			<td><input name="weblog_title" type="text" id="weblog_title" size="25" value="" /></td>
		</tr>
		<tr>
			<th scope="row"><label for="admin_email">Your E-mail</label></th>
			<td><input name="admin_email" type="text" id="admin_email" size="25" value="" /><br />
			Double-check your email address before continuing.</td>
		</tr>
		<tr>
			<td colspan="2"><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 class="step"><input type="submit" name="Submit" value="Install WordPress" class="button" /></p>
</form>
<script type="text/javascript">var t = document.getElementById('weblog_title'); if (t){ t.focus(); }</script>
</body>
</html>
