Changeset 215
- Timestamp:
- 06/12/03 22:44:37 (5 years ago)
- Files:
-
- trunk/b2config.php (deleted)
- trunk/day-month-trans.php (added)
- trunk/mysmilies.php (added)
- trunk/readme.html (modified) (9 diffs)
- trunk/wp-config.sample.php (added)
- trunk/wp-settings.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/readme.html
r161 r215 67 67 <ol> 68 68 <li>Unzip the package in an empty directory.</li> 69 <li>Open b2config.php in a text editor, and modify the variables as explained 70 in the comments. Comments are lines that start with # or /* or //</li> 69 <li>Copy wp-config.sample.php to wp-config.php. Open wp-config.php in a text editor 70 and modify the variables as explained in the comments. Comments are lines 71 that start with # or /* or //</li> 71 72 <li>Upload everything. This release is designed to sit in your root folder, 72 73 IE the folder where your WordPress-powered page will reside.</li> … … 74 75 <li> Launch <a href="wp-admin/wp-install.php">wp-install.php</a> in your 75 76 browser. This should setup the MySQL database for your blog. If there 76 is an error, double check your b2config.php file, and try again. If77 is an error, double check your wp-config.php file, and try again. If 77 78 it fails again, please go to the <a href="http://wordpress.org/support/">support 78 79 forums</a> and make a post with all the information about the failure … … 109 110 on than before it's probably worth it to start from scratch and work 110 111 back to your design.</li> 111 <li>You <em>must</em> update your <code> b2config.php</code>. There's all112 <li>You <em>must</em> update your <code>wp-config.php</code>. There's all 112 113 sort of new stuff in there.</li> 113 114 <li>WordPress issues should be discussed in our <a href="http://wordpress.org/support/">support … … 200 201 the_time(), in that it would appear at every post. Weekdays can be obtained 201 202 with a custom date format string in the_time() or the_date(), but for 202 non-english weekdays you have to edit b2config.php<br />203 non-english weekdays you have to edit day-month-trans.php<br /> 203 204 <strong>Note: this tag is OBSOLETE, the_time() and the_date() now use 204 weekdays/months from b2config.php</strong><br />205 weekdays/months from day-month-trans.php</strong><br /> 205 206 <br /> 206 207 <strong><?php the_weekday_date() ?></strong> <span style="font-family: Courier New, Courrier, mono; color: #ff9900; font-weight:bold;">*</span><br /> … … 208 209 only on new days.<br /> 209 210 <strong>Note: this tag is OBSOLETE, the_time() and the_date() now use 210 weekdays/months from b2config.php</strong><br />211 weekdays/months from day-month-trans.php</strong><br /> 211 212 <div class="params">Parameters: 212 213 <ul> … … 454 455 <ul> 455 456 <li>string: can be 'name' to display the name of your weblog (you 456 set it in b2config.php), 'url', 'description', 'admin_email', 'rss_url'457 set it in the options page), 'url', 'description', 'admin_email', 'rss_url' 457 458 to display the URL of your b2rss.xml file, 'pingback_url' to display 458 459 the URL of your xmlrpc.php file<br /> … … 881 882 <a name="postviaemail"></a> <h1>Post via Email:</h1> 882 883 <p>You can post news from an email client!<br /> 883 But first you'll have to edit b2config.php, filling the appropriate values884 But first you'll have to edit the options on the options screen, filling the appropriate values 884 885 for your POP3 email account (this interface doesn't support IMAP yet, 885 886 only POP3, sorry).</p> 886 <p> Once you have edited the configoptions, you can make your webserver887 <p> Once you have edited the options, you can make your webserver 887 888 execute b2mail.php every set amount of time (depending on your host's 888 889 performance, this script can be resource intensive, so don't make it run … … 926 927 <p> Some mobile phone service providers may allow you to send email with 927 928 your mobile phone or PDA, but on such devices you can't always include 928 line breaks. In such case, you have to set <i> $use_phoneemail = 1</i>929 in b2config.php, and then here's how you write the email:</p>929 line breaks. In such case, you have to set <i>use_phoneemail = true</i> 930 in the options, and then here's how you write the email:</p> 930 931 <div class="params"> <b>To:</b> address@domain.com<br /> 931 932 <b>Subject:</b> blog:the post's title <b>:::</b><br /> … … 966 967 <p>Usually, you'll want to have a team of only level 1 users except you. 967 968 ;)</p> 968 <p><strong>Note:</strong> you can modify a variable in b2config.php, to969 <p><strong>Note:</strong> you can modify an option on the option screens, to 969 970 enable new users to post once they've registered.</p> 970 971 <p>If you don't want users to register on your blog at all, just delete
