Make WordPress Core

Changeset 3326 for trunk/readme.html


Ignore:
Timestamp:
12/18/2005 05:06:06 PM (20 years ago)
Author:
matt
Message:

Update that readme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r2945 r3326  
    4141<body>
    4242<h1 style="text-align: center"><img alt="WordPress" src="http://wordpress.org/images/wordpress.gif" /> <br />
    43     Version 1.5</h1>
     43    Version 2.0</h1>
    4444<p style="text-align: center"> Semantic Personal Publishing Platform </p>
    4545<h1>First Things First</h1>
     
    5353    <li>Save the file as <code>wp-config.php</code> </li>
    5454    <li>Upload everything.</li>
    55     <li>Launch <span class="file"><a href="wp-admin/install.php">/wp-admin/install.php</a></span> in your browser. This should setup the tables needed for your blog. If there is an error, double check your <span class="file">wp-config.php</span> file, and try again. If it fails again, please go to the <a href="http://wordpress.org/support/">support forums</a> with as much data as you can gather. </li>
     55    <li>Open <span class="file"><a href="wp-admin/install.php">/wp-admin/install.php</a></span> in your browser. This should setup the tables needed for your blog. If there is an error, double check your <span class="file">wp-config.php</span> file, and try again. If it fails again, please go to the <a href="http://wordpress.org/support/">support forums</a> with as much data as you can gather. </li>
    5656    <li><strong>Note the password given to you.</strong></li>
    5757    <li> The install script should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username <code>admin</code> and the password generated during the installation. You can then click on 'Profile' to change the password.</li>
     
    101101<p>You can post from an email client! To set this up go to your &quot;Writing&quot; options screen and fill in the connection details for your secret POP3 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 Cron-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> URL. </p>
    102102<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 dicrete. The script will <i>delete</i> emails that are successfully posted. </p>
    103 <h1 id="notes">User Levels </h1>
    104 <p>You may allow or disallow user registration in your <a href="wp-admin/options-general.php">General options</a>. If &quot;new users can blog&quot; is disabled you must first raise the level of a newly registered user to allow them to post. Click the plus sign next to their name on the <a href="wp-admin/users.php">Users</a> page. </p>
    105 <h2>User Levels</h2>
    106 <ul>
    107     <li>0 - New User </li>
    108     <li>1 - User can post, edit, and delete their own posts.</li>
    109     <li>5+ - Admin; can post, edit, delete other people's posts, and change the options.</li>
    110     <li>Any user whose level is higher than 1, can edit and delete the posts and change the level of lower users. Example: a level 2 user is not an admin, but can edit the posts of level 1 users, and up the level of a new user from 0 to 1.</li>
    111 </ul>
    112 <p>Usually you want to have a team of level 1 users except for you.</p>
     103<h1 id="roles">User Roles </h1>
     104
     105<p>We've eliminated user levels in order to make way for the much more flexible roles system introduced in 2.0. You can <a href="http://codex.wordpress.org/Roles_and_Capabilities">read more about Roles and Capabilities on the Codex</a>.</p>
     106
    113107<h1> Final notes</h1>
    114108<ul>
Note: See TracChangeset for help on using the changeset viewer.