diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..1b987b8
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,12 @@
+
+# BEGIN WordPress
+
+RewriteEngine On
+RewriteBase /wordpress/
+RewriteRule ^index\.php$ - [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule . /wordpress/index.php [L]
+
+
+# END WordPress
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..1e3364a
--- /dev/null
+++ b/index.php
@@ -0,0 +1,17 @@
+
+ Copyright (C)
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+ Gnomovision version 69, Copyright (C) year name of author
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary. Here is a sample; alter the names:
+
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+ , 1 April 1989
+ Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs. If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
+WRITTEN OFFER
+
+The source code for any program binaries or compressed scripts that are
+included with WordPress can be freely obtained at the following URL:
+
+ http://wordpress.org/download/source/
diff --git a/readme.html b/readme.html
new file mode 100644
index 0000000..49ae944
--- /dev/null
+++ b/readme.html
@@ -0,0 +1,108 @@
+
+
+
+
+ WordPress › ReadMe
+
+
+
+
+
+ Version 3.4.1
+
+
Semantic Personal Publishing Platform
+
+
First Things First
+
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'm proud to be a part of. Thousands of hours have gone into WordPress, and we're dedicated to making it better every day. Thank you for making it part of your world.
+
— Matt Mullenweg
+
+
Installation: Famous 5-minute install
+
+
Unzip the package in an empty directory and upload everything.
+
Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php file with your database connection details.
+
+
If for some reason this doesn't work, don't worry. It doesn't work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
+
If you did not enter a password, note the password given to you. If you did not provide a username, it will be admin.
+
The installer should then send you to the login page. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on 'Profile' to change the password.
+
+
+
Updating
+
Using the Automatic Updater
+
If you are updating from version 2.7 or higher, you can use the automatic updater:
If you've looked everywhere and still can't find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.
There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (irc.freenode.net #wordpress)
You can post from an email client! To set this up go to your "Writing" options screen and fill in the connection details for your secret POP3 account. Then you need to set up wp-mail.php to execute periodically to check the mailbox for new posts. You can do it with cron-jobs, or if your host doesn't support it you can look into the various website-monitoring services, and make them check your wp-mail.php URL.
+
Posting is easy: Any email sent to the address you specify will be posted, with the subject as the title. It is best to keep the address discrete. The script will delete emails that are successfully posted.
If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the Support Forums.
+
WordPress has a robust plugin API that makes extending the code easy. If you are a developer interested in utilizing this, see the plugin documentation in the Codex. You shouldn't modify any of the core code.
+
+
+
Share the Love
+
WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgable than yourself, or writing the author of a media article that overlooks us.
+
+
WordPress is the official continuation of b2/cafélog, which came from Michel V. The work has been continued by the WordPress developers. If you would like to support WordPress, please consider donating.
+
+
License
+
WordPress is free software, and is released under the terms of the GPL version 2 or (at your option) any later version. See license.txt.
+
+
+
+
+
+ get_error_code() || 'blog_taken' == $result->get_error_code() ) {
+ $signup = $result->get_error_data();
+ ?>
+
+ ';
+ if ( $signup->domain . $signup->path == '' ) {
+ printf( __('Your account has been activated. You may now log in to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.'), network_site_url( 'wp-login.php', 'login' ), $signup->user_login, $signup->user_email, wp_lostpassword_url() );
+ } else {
+ printf( __('Your site at %2$s is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can reset your password.'), 'http://' . $signup->domain, $signup->domain, $signup->user_login, $signup->user_email, wp_lostpassword_url() );
+ }
+ echo '';
+ } else {
+ ?>
+
+ '.$result->get_error_message().'';
+ }
+ } else {
+ extract($result);
+ $url = get_blogaddress_by_id( (int) $blog_id);
+ $user = new WP_User( (int) $user_id);
+ ?>
+
+
+
+
user_login ?>
+
+
+
+
+
View your site or Log in'), $url, $url . 'wp-login.php' ); ?>
+
+
Log in or go back to the homepage.' ), network_site_url('wp-login.php', 'login'), network_home_url() ); ?>
+
+
+
+
\ No newline at end of file
diff --git a/wp-admin/about.php b/wp-admin/about.php
new file mode 100644
index 0000000..4ffd837
--- /dev/null
+++ b/wp-admin/about.php
@@ -0,0 +1,168 @@
+
+
WordPress API that supports custom content types and taxonomies, as well as dozens of other bug fixes and improvements.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?>
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+Version %1$s addressed a security issue.',
+ 'Version %1$s addressed some security issues.' );
+
+/* translators: 1: WordPress version number, 2: plural number of bugs. */
+_n_noop( 'Version %1$s addressed %2$s bug.',
+ 'Version %1$s addressed %2$s bugs.' );
+
+/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
+_n_noop( 'Version %1$s addressed a security issue and fixed %2$s bug.',
+ 'Version %1$s addressed a security issue and fixed %2$s bugs.' );
+
+/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
+_n_noop( 'Version %1$s addressed some security issues and fixed %2$s bug.',
+ 'Version %1$s addressed some security issues and fixed %2$s bugs.' );
+
+__( 'For more information, see the release notes.' );
diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php
new file mode 100644
index 0000000..db44df7
--- /dev/null
+++ b/wp-admin/admin-ajax.php
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+