Changeset 215

Show
Ignore:
Timestamp:
06/12/03 22:44:37 (5 years ago)
Author:
mikelittle
Message:

b2config.php replaced with wp-config.sample.php
wp-settings.php is a new fie which sets up the old globals from b2config
mysmilies.php is a new file with custom smilies (Ex-content of b2config)
day-month-trans.php file with Dayname and monthname transalations (Ex-content of b2config)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/readme.html

    r161 r215  
    6767      <ol> 
    6868        <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> 
    7172        <li>Upload everything. This release is designed to sit in your root folder,  
    7273          IE the folder where your WordPress-powered page will reside.</li> 
     
    7475        <li> Launch <a href="wp-admin/wp-install.php">wp-install.php</a> in your  
    7576          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. If  
     77          is an error, double check your wp-config.php file, and try again. If  
    7778          it fails again, please go to the <a href="http://wordpress.org/support/">support  
    7879          forums</a> and make a post with all the information about the failure  
     
    109110          on than before it's probably worth it to start from scratch and work  
    110111          back to your design.</li> 
    111         <li>You <em>must</em> update your <code>b2config.php</code>. There's all  
     112        <li>You <em>must</em> update your <code>wp-config.php</code>. There's all  
    112113          sort of new stuff in there.</li> 
    113114        <li>WordPress issues should be discussed in our <a href="http://wordpress.org/support/">support  
     
    200201        the_time(), in that it would appear at every post. Weekdays can be obtained  
    201202        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 /> 
    203204        <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 /> 
    205206        <br /> 
    206207        <strong>&lt;?php the_weekday_date() ?&gt;</strong> <span style="font-family: Courier New, Courrier, mono; color: #ff9900; font-weight:bold;">*</span><br /> 
     
    208209        only on new days.<br /> 
    209210        <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 /> 
    211212        <div class="params">Parameters:  
    212213          <ul> 
     
    454455          <ul> 
    455456            <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'  
    457458              to display the URL of your b2rss.xml file, 'pingback_url' to display  
    458459              the URL of your xmlrpc.php file<br /> 
     
    881882      <a name="postviaemail"></a> <h1>Post via Email:</h1> 
    882883      <p>You can post news from an email client!<br /> 
    883         But first you'll have to edit b2config.php, filling the appropriate values  
     884        But first you'll have to edit the options on the options screen, filling the appropriate values  
    884885        for your POP3 email account (this interface doesn't support IMAP yet,  
    885886        only POP3, sorry).</p> 
    886       <p> Once you have edited the config options, you can make your webserver  
     887      <p> Once you have edited the options, you can make your webserver  
    887888        execute b2mail.php every set amount of time (depending on your host's  
    888889        performance, this script can be resource intensive, so don't make it run  
     
    926927      <p> Some mobile phone service providers may allow you to send email with  
    927928        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> 
    930931      <div class="params"> <b>To:</b> address@domain.com<br /> 
    931932        <b>Subject:</b> blog:the post's title <b>:::</b><br /> 
     
    966967      <p>Usually, you'll want to have a team of only level 1 users except you.  
    967968        ;)</p> 
    968       <p><strong>Note:</strong> you can modify a variable in b2config.php, to  
     969      <p><strong>Note:</strong> you can modify an option on the option screens, to  
    969970        enable new users to post once they've registered.</p> 
    970971      <p>If you don't want users to register on your blog at all, just delete