<pstyle="text-align: center">Semantic Personal Publishing Platform</p>
<h1>First Things First</h1>
<p>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.</p>
<p>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.</p>
<pstyle="text-align: right">— Matt Mullenweg</p>
<h1>Installation: Famous 5-minute install</h1>
...
...
@@ -21,35 +21,32 @@
<li>Unzip the package in an empty directory and upload everything.</li>
<li>Open <spanclass="file"><ahref="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.
<ol>
<li>If for some reason this doesn't work, don't worry. It doesn't work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
<li>If for some reason this doesn’t work, don’t worry. It doesn’t work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
<li>Save the file as <code>wp-config.php</code> and upload it.</li>
<li>Open <spanclass="file"><ahref="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
</ol>
</li>
<li>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 <code>wp-config.php</code> file, and try again. If it fails again, please go to the <ahref="http://wordpress.org/support/"title="WordPress support">support forums</a> with as much data as you can gather.</li>
<li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
<li>The installer should then send you to the <ahref="wp-login.php">login page</a>. 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.</li>
<li>The installer should then send you to the <ahref="wp-login.php">login page</a>. 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.</li>
</ol>
<h1>Updating</h1>
<h2>Using the Automatic Updater</h2>
<p>If you are updating from version 2.7 or higher, you can use the automatic updater:</p>
<ol>
<li>Open the <spanclass="file"><ahref="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
<li>You wanted more, perhaps? That's it!</li>
<li>Open <spanclass="file"><ahref="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
<li>Before you update anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
<li>Delete your old WordPress files, saving ones you've modified.</li>
<li>Delete your old WordPress files, saving ones you’ve modified.</li>
<li>Upload the new files.</li>
<li>Point your browser to <spanclass="file"><ahref="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
</ol>
<h2>Theme Template Changes</h2>
<p>If you have customized your theme templates, you may have to make some changes across major versions.</p>
<h1>Migrating from other systems</h1>
<p>WordPress can <ahref="http://codex.wordpress.org/Importing_Content">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <ahref="wp-admin/import.php"title="Import to WordPress">our import tools</a>.</p>
...
...
@@ -66,34 +63,24 @@
</ul>
<h1>Online Resources</h1>
<p>If you have any questions that aren't addressed in this document, please take advantage of WordPress' numerous online resources:</p>
<p>If you have any questions that aren’t addressed in this document, please take advantage of WordPress’ numerous online resources:</p>
<dd>This is where you'll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
<dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
<dt><ahref="http://wordpress.org/support/">WordPress Support Forums</a></dt>
<dd>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.</dd>
<dd>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.</dd>
<dd>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. (<ahref="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
</dl>
<h1><abbrtitle="eXtensible Markup Language">XML</abbr>-<abbrtitle="Remote Procedure Call">RPC</abbr> and Atom Interface</h1>
<p>You can post to your WordPress blog with tools like <ahref="http://download.live.com/writer">Windows Live Writer</a>, <ahref="http://illuminex.com/ecto/">Ecto</a>, <ahref="http://bloggar.com/">w.bloggar</a>, <ahref="http://radio.userland.com/">Radio Userland</a> (which means you can use Radio's email-to-blog feature), <ahref="http://www.newzcrawler.com/">NewzCrawler</a>, and other tools that support the blogging <abbrtitle="application programming interface">API</abbr>s! :) You can read more about <ahref="http://codex.wordpress.org/XML-RPC_Support"><abbr>XML</abbr>-<abbr>RPC</abbr> support on the Codex</a>.</p>
<h1>Post via Email</h1>
<p>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 <abbrtitle="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 <ahref="http://en.wikipedia.org/wiki/Cron">cron</a>-jobs, or if your host doesn't support it you can look into the various website-monitoring services, and make them check your <code>wp-mail.php</code><abbrtitle="Uniform Resource Locator">URL</abbr>.</p>
<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>
<h1>User Roles</h1>
<p>We introduced a very flexible roles system in version 2.0. You can <ahref="http://codex.wordpress.org/Roles_and_Capabilities"title="WordPress roles and capabilities">read more about Roles and Capabilities on the Codex</a>.</p>
<h1>Final Notes</h1>
<ul>
<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <ahref="http://wordpress.org/support/">Support Forums</a>.</li>
<li>WordPress has a robust plugin <abbrtitle="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <ahref="http://codex.wordpress.org/Plugin_API"title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn't modify any of the core code.</li>
<li>WordPress has a robust plugin <abbrtitle="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <ahref="http://codex.wordpress.org/Plugin_API"title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn’t modify any of the core code.</li>
<h1><?phpprintf(__('Welcome to WordPress %s'),$display_version);?></h1>
<divclass="about-text"><?phpprintf(__('Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.'),$display_version);?></div>
<divclass="about-text"><?phpprintf(__('Thank you for updating to the latest version. WordPress %s makes your writing experience even better.'),$display_version);?></div>
<p><?phpprintf(__("The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging."));?></p>
<p><?php_e('Inspired by modern art, Twenty Thirteen features quirky details, beautiful typography, and bold, high-contrast colors — all with a flexible layout that looks great on any device, big or small.');?></p>
<p><?php_e('The newest default theme for WordPress is simple, flexible, and elegant.');?></p>
<p><?php_e('What makes it really shine are the design details, like the gorgeous Open Sans typeface and a fully responsive design that looks great on any device.');?></p>
<p><?php_e('Naturally, Twenty Twelve supports all the theme features you’ve come to know and love, but it is also designed to be as great for a website as it is for a blog.');?></p>
<p><?php_e('From the first word you write, WordPress saves every change. Each revision is always at your fingertips. Text is highlighted as you scroll through revisions at lightning speed, so you can see what changes have been made along the way.');?></p>
<p><?php_e('It’s easy to compare two revisions from any point in time, and to restore a revision and go back to writing. Now you can be confident that no mistake is permanent.');?></p>
<h4><?php_e('So Sharp You Can’t See the Pixels');?></h4>
<p><?php_e('The WordPress dashboard now looks beautiful on high-resolution screens like those found on the iPad, Kindle Fire HD, Nexus 10, and MacBook Pro with Retina Display. Icons and other visual elements are crystal clear and full of detail.');?></p>
<divclass="feature-section col two-col">
<div>
<h4><?php_e('Improved Autosaves');?></h4>
<p><?php_e('Never lose a word you’ve written. Autosaving is now even better; whether your power goes out, your browser crashes, or you lose your internet connection, your content is safe.');?></p>
</div>
<divclass="last-feature">
<h4><?php_e('Better Post Locking');?></h4>
<p><?php_e('Always know who’s editing with live updates that appear in the list of posts. And if someone leaves for lunch with a post open, you can take over where they left off.');?></p>
</div>
</div>
</div>
<divclass="changelog">
<h3><?php_e('Smoother Experience');?></h3>
<h3><?php_e('Support for Audio and Video');?></h3>
<p><?php_e('WordPress supports more usage modes than ever before. Screenreaders, touch devices, and mouseless workflows all have improved ease of use and accessibility.');?></p>
<h4><?php_e('More Polish');?></h4>
<p><?php_e('A number of screens and controls have been refined. For example, a new color picker makes it easier for you to choose that perfect shade of blue.');?></p>
// Opera 12 (Presto, pre-Chromium) fails to load ogv properly
// when combined with ME.js. Works fine in Opera 15.
// Don't serve ogv to Opera 12 to avoid complete brokeness.
if($GLOBALS['is_opera'])
unset($args['ogv']);
// Our current ME.js API is limited to shortcodes in posts.
echowp_video_shortcode($args);
?></div>
<h4><?php_e('New Media Player');?></h4>
<p><?php_e('Share your audio and video with the new built-in HTML5 media player. Upload files using the media manager and embed them in your posts.');?></p>
<h4><?php_e('Embed Music from Spotify, Rdio, and SoundCloud');?></h4>
<p><?php_e('Embed songs and albums from your favorite artists, or playlists you’ve mixed yourself. It’s as simple as pasting a URL into a post on its own line.');?></p>
<p><?phpprintf(__('(Love another service? Check out all of the <a href="%s">embeds</a> that WordPress supports.)'),'http://codex.wordpress.org/Embeds');?></p>
<p><?php_e('The <code>WP_Comment_Query</code> and <code>WP_User_Query</code> classes now support meta queries just like <code>WP_Query.</code> Meta queries now support querying for objects without a particular meta key.');?></p>
<h4><?php_e('Audio/Video API');?></h4>
<p><?php_e('The new audio/video APIs give developers access to powerful media metadata, like ID3 tags.');?></p>
</div>
<div>
<h4><?php_e('Post Objects');?></h4>
<p><?php_e('Post objects are now instances of a <code>WP_Post</code> class, which improves performance by loading selected properties on demand.');?></p>
<h4><?php_e('Semantic Markup');?></h4>
<p><?php_e('Themes can now choose improved HTML5 markup for comment forms, search forms, and comment lists.');?></p>
</div>
<divclass="last-feature">
<h4><?php_e('Image Editing API');?></h4>
<p><?php_e('The <code>WP_Image_Editor</code> class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.');?></p>
<h4><?php_e('JavaScript Utilities');?></h4>
<p><?php_e('Handy JavaScript utilities ease common tasks like Ajax requests, templating, and Backbone view management.');?></p>
</div>
</div>
<divclass="feature-section col three-col">
<div>
<h4><?php_e('Multisite Improvements');?></h4>
<p><?php_e('<code>switch_to_blog()</code> is now significantly faster and more reliable.');?></p>
<h4><?php_e('Shortcode Improvements');?></h4>
<p><?php_e('Search content for shortcodes with <code>has_shortcode()</code> and adjust shortcode attributes with a new filter.');?></p>
</div>
<div>
<h4><?php_e('XML-RPC API');?></h4>
<p><?phpprintf(__('The <a href="%s">WordPress API</a> is now always enabled, and supports fetching users, editing profiles, managing post revisions, and searching posts.'),__('http://codex.wordpress.org/XML-RPC_WordPress_API'));?></p>
<h4><?php_e('Revision Control');?></h4>
<p><?php_e('Fine-grained revision controls allow you to keep a different number of revisions for each post type.');?></p>
</div>
<divclass="last-feature">
<h4><?php_e('External Libraries');?></h4>
<p><?phpprintf(__('WordPress now includes the <a href="%1$s">Underscore</a> and <a href="%2$s">Backbone</a> JavaScript libraries. TinyMCE, jQuery, jQuery UI, and SimplePie have all been updated to the latest versions.'),'http://underscorejs.org/','http://backbonejs.org/');?></p>
<p><?php
/* translators: placeholders 2, 3 and 4 are version numbers */
<h1><?phpprintf(__('Welcome to WordPress %s'),$display_version);?></h1>
<divclass="about-text"><?phpprintf(__('Thank you for updating to the latest version! WordPress %s is more polished and enjoyable than ever before. We hope you like it.'),$display_version);?></div>
<divclass="about-text"><?phpprintf(__('Thank you for updating to the latest version. WordPress %s makes your writing experience even better.'),$display_version);?></div>