<!DOCTYPE html>
<html lang="<?php 
/* Translators: locale e.g. fr or fr-BE */
__( 'en' );
?>">
<head>
	<meta name="viewport" content="width=device-width" />
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title><?php 
/* Translators: Head title */
__( 'WordPress &#8250; ReadMe' );
?></title>
	<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
</head>
<body>
<h1 id="logo">
	<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
</h1>
<p style="text-align: center"><?php 
/* Translators: Page title */
__( 'Semantic Personal Publishing Platform' );
?></p>

<h2><?php 
/* Translators: Paragraph header */
__( 'First Things First' );
?></h2>
<p><?php __( 'Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I&#8217;m proud to be a part of.' ); ?> <?php __( 'Thousands of hours have gone into WordPress, and we&#8217;re dedicated to making it better every day. Thank you for making it part of your world.' ); ?></p>
<p style="text-align: right">&#8212; Matt Mullenweg</p>

<h2><?php 
/* Translators: Paragraph header */
__( 'Installation: Famous 5-minute install' );
?></h2>
<ol>
	<li><?php __( 'Unzip the package in an empty directory and upload everything.' ); ?></li>
	<li><?php printf(
				/* translators: %s: URL to install.php. */
				__( 'Open %s in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.' ),
				'<span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span>'
				); ?>
		<ol>
			<li><?php __( 'If for some reason this doesn&#8217;t work, don&#8217;t worry. It doesn&#8217;t work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.' ); ?></li>
			<li><?php __( 'Save the file as <code>wp-config.php</code> and upload it.' ); ?></li>
			<li><?php printf(
						/* translators: %s: URL to install.php. */
						__( 'Open %s in your browser.' ),
						'<span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span>'
						); ?></li>
		</ol>
	</li>
	<li><?php __( 'Once the configuration file is set up, the installer will set up the tables needed for your site. If there is an error, double check your <code>wp-config.php</code> file, and try again.'); __( 'If it fails again, please go to the <a href="https://wordpress.org/support/forums/">WordPress support forums</a> with as much data as you can gather.' ); ?></li>
	<li><strong><?php __( 'If you did not enter a password, note the password given to you.' ); ?></strong> <?php __( 'If you did not provide a username, it will be <code>admin</code>.' ); ?></li>
	<li><?php __( 'The installer should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation.' ); __( 'If a password was generated for you, you can then click on &#8220;Profile&#8221; to change the password.' ); ?></li>
</ol>

...

</body>
</html>
