Changeset 3326 for trunk/readme.html
- Timestamp:
- 12/18/2005 05:06:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/readme.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme.html
r2945 r3326 41 41 <body> 42 42 <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> 44 44 <p style="text-align: center"> Semantic Personal Publishing Platform </p> 45 45 <h1>First Things First</h1> … … 53 53 <li>Save the file as <code>wp-config.php</code> </li> 54 54 <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> 56 56 <li><strong>Note the password given to you.</strong></li> 57 57 <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> … … 101 101 <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 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> 102 102 <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 "new users can blog" 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 113 107 <h1> Final notes</h1> 114 108 <ul>
Note: See TracChangeset
for help on using the changeset viewer.