diff --git a/readme.html b/readme.html index cfb5eb5d22..d078ce6cd8 100644 --- a/readme.html +++ b/readme.html @@ -17,15 +17,33 @@ font-weight: lighter; } + h2 { font-size: 16px; } + .tag { + background: #FFFF99 + color: #000; + } + + + p, li { line-height: 140%; padding-bottom: 2px; } + + .file { + background: #d4f5ff; + color: #000; + } + .tag { + background: #FFFF99; + color: #000; + } + ul, ol { padding: 5px 5px 5px 20px; } @@ -38,12 +56,15 @@ margin-right: 80px; padding: 5px; } + + + -->

WordPress
-0.72

+1.0

Weblog / News Publishing Tool

Requirements - Installation - Template(s) - Query String Usage - XML-RPC (Blogging APIs) - Post Via Email - Notes

Requirements:

@@ -54,40 +75,70 @@

The link will help promote WordPress and is its only mean of promotion.

WordPress is built from b2, which comes from Michel V. We wouldn't be here without him, so why don't you grab him something from his wishlist? You can also support the WordPress developers.

-

This document is currently beta stage, we'll be updating it extensively as WordPress matures. There is also online documentation under development.

+

This document is currently beta stage, we'll be updating it extensively as WordPress matures. There is also online documentation under development, as well as a wiki.

Installation:

New users: 5-minute install.

  1. Unzip the package in an empty directory.
  2. -
  3. Copy wp-config.sample.php to wp-config.php. Open wp-config.php in a text editor and modify the variables as explained in the comments. Comments are lines that start with /* or //
  4. -
  5. Upload everything. This release is designed to sit in your root folder, IE the folder where your WordPress-powered page will reside.
  6. -
  7. The weblogs.com cache file needs to be writable by the web server. CHMOD 666 the weblogs.com.changes.cache file.
  8. -
  9. Launch wp-admin/install.php in your browser. This should setup the MySQL database 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 and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using). Note the password given to you.
  10. -
  11. Go to wp-login.php and sign in with the login "admin" and the password given to you by the install script. Then click on the menu 'My Profile', and change the password. Note: you need javascript enabled to launch the profile popup window.
  12. +
  13. Open wp-config-sample.php in a text editor and insert your database name, username, password, and host name as indicated in the comments. (Comments are lines that start with /* or //.) Save this file as wp-config.php.
  14. +
  15. Upload everything. This release is designed to sit in your root folder; i.e, the folder where your WordPress-powered page will reside.
  16. +
  17. The weblogs.com cache file needs to be writable by the web server. CHMOD 666 the weblogs.com.changes.cache file.
  18. +
  19. Launch /wpfolder/wp-admin/install.php in your browser. This should setup the MySQL database for your blog. Note the password given to you. 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 and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using).
  20. +
  21. During step 2 of the installation, make sure you enter a fully-qualified domain name for your blog url. For example: http://www.yoursite.com/wordpress . Make sure there is no trailing slash at the end of the url.
  22. +
  23. The install script should then send you to the login page. Sign in with the username "admin" and the password generated during the installation. Then click on the item 'My Profile', and change the password. The login page may also be accessed by going to /wpfolder/wp-login.php. Note: you need javascript enabled to launch the profile popup window.

Some notes:

-

Upgrading from b2 v0.6.1 to WordPress v0.7:

+ +

Preface for all upgrades:

+ + +

Upgrading from WordPress v0.7x to v1.0:

+ +

Note on upgrading to v1.0:

+