diff --git a/readme.html b/readme.html index 60241b93ad..805945957a 100644 --- a/readme.html +++ b/readme.html @@ -40,7 +40,7 @@

WordPress
- Version 1.2

+ Version 1.3

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.

@@ -48,8 +48,8 @@

Online Resources

If you have any questions that aren't addressed in this document, please take advantage of WordPress' numerous online resources:

-
The WordPress Wiki
-
A wiki is like a web page than anyone can contribute to, and the WordPress wiki documentation has grown rich from the many who have contributed to it. It is usually up-to-date and well-hyperlinked. The only downside is it can be hard to find your way around your first time. Use the search box at the top.
+
The WordPress Codex
+
The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
The official documentation
The documentation on wordpress.org represents the official resources we've made available. Beyond reference, this includes tutorials and guides for doing different things with WordPress. As I write this, it is a little sparse, but we're doing our best to enrich this resource so by the time you read this sentence the docs may be bursting with information.
The Development Blog
@@ -58,7 +58,7 @@
In addition to the FAQ on the wiki and the main website, there is a new FAQ blog that several members of the documentation team are updating. The FAQ itself is run with WordPress.
WordPress Support Forums
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.
-
WordPress IRC Channel
+
WordPress IRC Channel
Finally, there is an online chat channel that is used for discussion amoung people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (irc.freenode.net #wordpresss)

System Recommendations

@@ -67,7 +67,6 @@
  • MySQL version 3.23.23 or higher
  • ... and a link to http://wordpress.org on your site.
  • -

    The Apache mod_rewrite is required for some optional functionality.

    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.

    Installation: Famous 5-minute install

      @@ -81,26 +80,21 @@

    Upgrading

    Before you upgrade anything, make sure you have backup copies of any files you may have modified such as index.php.

    -

    Upgrading from any previous WordPress to 1.2:

    +

    Upgrading from any previous WordPress to 1.3:

    1. Upload the new files, and be careful not to overwrite anything important
    2. Point your browser to /wp-admin/upgrade.php
    3. You wanted more, perhaps? That's it!
    -

    If you are coming from 1.0 or greater, your existing templates should work perfectly. If you are coming from a version earlier than 1.0 you will need to modify your templates slightly. Use the default index.php as your guide.

    +

    If you are coming from 1.0 or greater, your existing templates should work perfectly with just one change to the way you call comments. If you are coming from a version earlier than 1.0 you will need to modify your templates slightly. Use the default index.php as your guide.

    Upgrading from another system

    -

    WordPress can import from a number of systems. First you need to get WordPress installed and working as described above, then you can run one of the following import scripts:

    - +

    WordPress can import from a number of systems. First you need to get WordPress installed and working as described above.

    Templates

    -

    The template tags are too numerous and flexible to adequetely document here, so please see our online documentation.

    +

    The template tags are too numerous and flexible to adequetely document here, so please see our online documentation.

    +

    Themes

    +

    Themes are a new way to switch the look and function of your site with just a click. TODO

    +

    Plugins

    +

    TODO

    Query String Usage

    WordPress can be manipulated quite a bit through the query string. To pass variables in the querystring, proceed the first variable name with a '?' question mark and every other variables with a '&' sign. You may never use this, but it is useful to know.

    index.php?m=200107 will display the month of July 2001.