wp/readme.html
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    11 	<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
    11 	<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
    12 </h1>
    12 </h1>
    13 <p style="text-align: center">Semantic Personal Publishing Platform</p>
    13 <p style="text-align: center">Semantic Personal Publishing Platform</p>
    14 
    14 
    15 <h2>First Things First</h2>
    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&#8217;m proud to be a part of. Thousands of hours have gone into WordPress, and we&#8217;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 <p style="text-align: right">&#8212; Matt Mullenweg</p>
    17 <p style="text-align: right">&#8212; Matt Mullenweg</p>
    18 
    18 
    19 <h2>Installation: Famous 5-minute install</h2>
    19 <h2>Installation: Famous 5-minute install</h2>
    20 <ol>
    20 <ol>
    21 	<li>Unzip the package in an empty directory and upload everything.</li>
    21 	<li>Unzip the package in an empty directory and upload everything.</li>
    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.
    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 		<ol>
    23 		<ol>
    24 			<li>If for some reason this doesn&#8217;t work, don&#8217;t worry. It doesn&#8217;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 may 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 			<li>Save the file as <code>wp-config.php</code> and upload it.</li>
    25 			<li>Save the file as <code>wp-config.php</code> and upload it.</li>
    26 			<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
    26 			<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
    27 		</ol>
    27 		</ol>
    28 	</li>
    28 	</li>
    29 	<li>Once the configuration file is set up, the installer will set up the tables needed for your site. 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 <a href="https://wordpress.org/support/forums/">WordPress support forums</a> with as much data as you can gather.</li>
    29 	<li>Once the configuration file is set up, the installer will set up the tables needed for your site. 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 <a href="https://wordpress.org/support/forums/">WordPress support forums</a> with as much data as you can gather.</li>
    45 	<li>Upload the new files.</li>
    45 	<li>Upload the new files.</li>
    46 	<li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
    46 	<li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
    47 </ol>
    47 </ol>
    48 
    48 
    49 <h2>Migrating from other systems</h2>
    49 <h2>Migrating from other systems</h2>
    50 <p>WordPress can <a href="https://wordpress.org/support/article/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">our import tools</a>.</p>
    50 <p>WordPress can <a href="https://developer.wordpress.org/advanced-administration/wordpress/import/">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">our import tools</a>.</p>
    51 
    51 
    52 <h2>System Requirements</h2>
    52 <h2>System Requirements</h2>
    53 <ul>
    53 <ul>
    54 	<li><a href="https://secure.php.net/">PHP</a> version <strong>5.6.20</strong> or higher.</li>
    54 	<li><a href="https://www.php.net/">PHP</a> version <strong>7.2.24</strong> or greater.</li>
    55 	<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
    55 	<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.5.5</strong> or greater.</li>
    56 </ul>
    56 </ul>
    57 
    57 
    58 <h3>Recommendations</h3>
    58 <h3>Recommendations</h3>
    59 <ul>
    59 <ul>
    60 	<li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or higher.</li>
    60 	<li><a href="https://www.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
    61 	<li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
    61 	<li><a href="https://www.mysql.com/">MySQL</a> version <strong>8.0</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.5</strong> or greater.</li>
    62 	<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
    62 	<li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
    63 	<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
    63 	<li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
    64 	<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
    64 	<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
    65 </ul>
    65 </ul>
    66 
    66 
    67 <h2>Online Resources</h2>
    67 <h2>Online Resources</h2>
    68 <p>If you have any questions that aren&#8217;t addressed in this document, please take advantage of WordPress&#8217; numerous online resources:</p>
    68 <p>If you have any questions that are not addressed in this document, please take advantage of WordPress&#8217; numerous online resources:</p>
    69 <dl>
    69 <dl>
    70 	<dt><a href="https://codex.wordpress.org/">The WordPress Codex</a></dt>
    70 	<dt><a href="https://wordpress.org/documentation/">HelpHub</a></dt>
    71 		<dd>The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
    71 		<dd>HelpHub is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
    72 	<dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
    72 	<dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
    73 		<dd>This is where you&#8217;ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
    73 		<dd>This is where you&#8217;ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
    74 	<dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
    74 	<dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
    75 		<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
    75 		<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
    76 	<dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
    76 	<dt><a href="https://wordpress.org/support/forums/">WordPress Support Forums</a></dt>
    77 		<dd>If you&#8217;ve looked everywhere and still can&#8217;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&#8217;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 	<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>
    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 		<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>
    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>
    80 </dl>
    80 </dl>
    81 
    81 
    82 <h2>Final Notes</h2>
    82 <h2>Final Notes</h2>
    86 </ul>
    86 </ul>
    87 
    87 
    88 <h2>Share the Love</h2>
    88 <h2>Share the Love</h2>
    89 <p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better&#8212;you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.</p>
    89 <p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better&#8212;you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.</p>
    90 
    90 
    91 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/caf&#233;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/">donating</a>.</p>
    91 <p>WordPress is the official continuation of <a href="https://cafelog.com/">b2/caf&#233;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/">donating</a>.</p>
    92 
    92 
    93 <h2>License</h2>
    93 <h2>License</h2>
    94 <p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>
    94 <p>WordPress is free software, and is released under the terms of the <abbr>GPL</abbr> (GNU General Public License) version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>
    95 
    95 
    96 </body>
    96 </body>