Changeset 52978 for trunk/src/readme.html
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/readme.html
r52420 r52978 14 14 15 15 <h2>First Things First</h2> 16 <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>16 <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 am proud to be a part of. Thousands of hours have gone into WordPress, and we are dedicated to making it better every day. Thank you for making it part of your world.</p> 17 17 <p style="text-align: right">— Matt Mullenweg</p> 18 18 … … 22 22 <li>Open <span class="file"><a href="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. 23 23 <ol> 24 <li>If for some reason this does n’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>24 <li>If for some reason this does not work, do not worry. It does not 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> 25 25 <li>Save the file as <code>wp-config.php</code> and upload it.</li> 26 26 <li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li> … … 66 66 67 67 <h2>Online Resources</h2> 68 <p>If you have any questions that are n’t addressed in this document, please take advantage of WordPress’ numerous online resources:</p>68 <p>If you have any questions that are not addressed in this document, please take advantage of WordPress’ numerous online resources:</p> 69 69 <dl> 70 70 <dt><a href="https://codex.wordpress.org/">The WordPress Codex</a></dt> … … 75 75 <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd> 76 76 <dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt> 77 <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>77 <dd>If you’ve looked everywhere and still cannot 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> 78 78 <dt><a href="https://make.wordpress.org/support/handbook/appendix/other-support-locations/introduction-to-irc/">WordPress <abbr>IRC</abbr> (Internet Relay Chat) Channel</a></dt> 79 79 <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. (<a href="https://web.libera.chat/#wordpress">irc.libera.chat #wordpress</a>)</dd>
Note: See TracChangeset
for help on using the changeset viewer.