From 14fc685a565f43fe8480292f64317d1120bb08c6 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 18 Jul 2013 21:35:45 +0000 Subject: [PATCH] Remove old, less relevant and in some cases obsolete readme sections. see #23025. git-svn-id: http://core.svn.wordpress.org/trunk@24744 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/readme.html b/readme.html index 3f81b8dccb..1dde82294f 100644 --- a/readme.html +++ b/readme.html @@ -35,7 +35,7 @@

Using the Automatic Updater

If you are updating from version 2.7 or higher, you can use the automatic updater:

    -
  1. Open the wp-admin/update-core.php in your browser and follow the instructions.
  2. +
  3. Open wp-admin/update-core.php in your browser and follow the instructions.
  4. You wanted more, perhaps? That’s it!
@@ -47,9 +47,6 @@
  • Point your browser to /wp-admin/upgrade.php.
  • -

    Theme Template Changes

    -

    If you have customized your theme templates, you may have to make some changes across major versions.

    -

    Migrating from other systems

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

    @@ -80,16 +77,6 @@
    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)
    -

    XML-RPC and Atom Interface

    -

    You can post to your WordPress blog with tools like Windows Live Writer, Ecto, w.bloggar, Radio Userland (which means you can use Radio’s email-to-blog feature), NewzCrawler, and other tools that support the blogging APIs! :) You can read more about XML-RPC support on the Codex.

    - -

    Post via Email

    -

    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.

    - -

    User Roles

    -

    We introduced a very flexible roles system in version 2.0. You can read more about Roles and Capabilities on the Codex.

    -

    Final Notes