Make WordPress Core

Changeset 24744 for trunk/readme.html


Ignore:
Timestamp:
07/18/2013 09:35:45 PM (12 years ago)
Author:
nacin
Message:

Remove old, less relevant and in some cases obsolete readme sections. see #23025.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r24701 r24744  
    3636<p>If you are updating from version 2.7 or higher, you can use the automatic updater:</p>
    3737<ol>
    38     <li>Open the <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
     38    <li>Open <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
    3939    <li>You wanted more, perhaps? That&#8217;s it!</li>
    4040</ol>
     
    4747    <li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
    4848</ol>
    49 
    50 <h2>Theme Template Changes</h2>
    51 <p>If you have customized your theme templates, you may have to make some changes across major versions.</p>
    5249
    5350<h1>Migrating from other systems</h1>
     
    8178</dl>
    8279
    83 <h1><abbr title="eXtensible Markup Language">XML</abbr>-<abbr title="Remote Procedure Call">RPC</abbr> and Atom Interface</h1>
    84 <p>You can post to your WordPress blog with tools like <a href="http://download.live.com/writer">Windows Live Writer</a>, <a href="http://illuminex.com/ecto/">Ecto</a>, <a href="http://bloggar.com/">w.bloggar</a>, <a href="http://radio.userland.com/">Radio Userland</a> (which means you can use Radio&#8217;s email-to-blog feature), <a href="http://www.newzcrawler.com/">NewzCrawler</a>, and other tools that support the blogging <abbr title="application programming interface">API</abbr>s! :) You can read more about <a href="http://codex.wordpress.org/XML-RPC_Support"><abbr>XML</abbr>-<abbr>RPC</abbr> support on the Codex</a>.</p>
    85 
    86 <h1>Post via Email</h1>
    87 <p>You can post from an email client! To set this up go to your &#8220;Writing&#8221; options screen and fill in the connection details for your secret <abbr title="Post Office Protocol version 3">POP3</abbr> account. Then you need to set up <code>wp-mail.php</code> to execute periodically to check the mailbox for new posts. You can do it with <a href="http://en.wikipedia.org/wiki/Cron">cron</a>-jobs, or if your host doesn&#8217;t support it you can look into the various website-monitoring services, and make them check your <code>wp-mail.php</code> <abbr title="Uniform Resource Locator">URL</abbr>.</p>
    88 <p>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 <em>delete</em> emails that are successfully posted.</p>
    89 
    90 <h1>User Roles</h1>
    91 <p>We introduced a very flexible roles system in version 2.0. You can <a href="http://codex.wordpress.org/Roles_and_Capabilities" title="WordPress roles and capabilities">read more about Roles and Capabilities on the Codex</a>.</p>
    92 
    9380<h1>Final Notes</h1>
    9481<ul>
Note: See TracChangeset for help on using the changeset viewer.