Changeset 35508 for trunk/src/readme.html
- Timestamp:
- 11/04/2015 05:59:35 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/readme.html (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r33937 r35508 14 14 <p style="text-align: center">Semantic Personal Publishing Platform</p> 15 15 16 <h 1>First Things First</h1>16 <h2>First Things First</h2> 17 17 <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> 18 18 <p style="text-align: right">— Matt Mullenweg</p> 19 19 20 <h 1>Installation: Famous 5-minute install</h1>20 <h2>Installation: Famous 5-minute install</h2> 21 21 <ol> 22 22 <li>Unzip the package in an empty directory and upload everything.</li> … … 33 33 </ol> 34 34 35 <h 1>Updating</h1>36 <h 2>Using the Automatic Updater</h2>35 <h2>Updating</h2> 36 <h3>Using the Automatic Updater</h3> 37 37 <p>If you are updating from version 2.7 or higher, you can use the automatic updater:</p> 38 38 <ol> … … 41 41 </ol> 42 42 43 <h 2>Updating Manually</h2>43 <h3>Updating Manually</h3> 44 44 <ol> 45 45 <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> … … 49 49 </ol> 50 50 51 <h 1>Migrating from other systems</h1>51 <h2>Migrating from other systems</h2> 52 52 <p>WordPress can <a href="https://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 <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p> 53 53 54 <h 1>System Requirements</h1>54 <h2>System Requirements</h2> 55 55 <ul> 56 56 <li><a href="http://php.net/">PHP</a> version <strong>5.2.4</strong> or higher.</li> … … 58 58 </ul> 59 59 60 <h 2>Recommendations</h2>60 <h3>Recommendations</h3> 61 61 <ul> 62 62 <li><a href="http://php.net/">PHP</a> version <strong>5.6</strong> or higher.</li> … … 66 66 </ul> 67 67 68 <h 1>Online Resources</h1>68 <h2>Online Resources</h2> 69 69 <p>If you have any questions that aren’t addressed in this document, please take advantage of WordPress’ numerous online resources:</p> 70 70 <dl> … … 81 81 </dl> 82 82 83 <h 1>Final Notes</h1>83 <h2>Final Notes</h2> 84 84 <ul> 85 85 <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/">Support Forums</a>.</li> … … 87 87 </ul> 88 88 89 <h 1>Share the Love</h1>89 <h2>Share the Love</h2> 90 90 <p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgable than yourself, or writing the author of a media article that overlooks us.</p> 91 91 92 92 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/" title="Donate to WordPress">donating</a>.</p> 93 93 94 <h 1>License</h1>94 <h2>License</h2> 95 95 <p>WordPress is free software, and is released under the terms of the <abbr title="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p> 96 96
Note: See TracChangeset
for help on using the changeset viewer.