Changeset 44796

Show
Ignore:
Timestamp:
05/07/08 23:00:38 (2 months ago)
Author:
arnee
Message:

Remved wrong characters in readme.txt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • a9-siteinfo-generator/trunk/readme.txt

    r44793 r44796  
    20201. Upload the plugin into your wp-content/plugins directory 
    21212. Activate the plugin 
    22 3. Rebuild your Permalink structure in �Options� -> �Permalinks� 
    23 4. Customize the settings of this plugin in �Options� -> �SiteInfo� 
     223. Rebuild your Permalink structure in "Options" -> "Permalinks" 
     234. Customize the settings of this plugin in "Options" -> "SiteInfo" 
    2424 
    25 If your Blog is NOT located in the root directory (like www.mydomain.com/blog/) or your server doesnt support mod_rewrite: 
     25If your Blog is NOT located in the root directory (like www.mydomain.com/blog/) or your server doesn't support mod_rewrite: 
    2626 
    27271. Upload the plugin into your wp-content/plugins directory 
    28 2. Create a new file named �siteinfo.xml� in your domain root directory (like www.mydomain.com/siteinfo.xml). 
     282. Create a new file named "siteinfo.xml" in your domain root directory (like www.mydomain.com/siteinfo.xml). 
    29293. Make it writable using FTP or SSH and the CHMOD 777 command. The WordPress Codex has additional information about that. 
    30304. Activate the plugin 
    31 5. Go into �Options� -> �SiteInfo� and verify if the file system path to the siteinfo.xml is correct. 
     315. Go into "Options" -> "SiteInfo" and verify if the file system path to the siteinfo.xml is correct. 
    3232 
    3333== Frequently Asked Questions ==  
    3434 
    3535= I have to access to my domain root, can I use SiteInfo? = 
    36 Since there is only one SiteInfo per domain, you cant use SiteInfo without access to your domain root. 
     36Since there is only one SiteInfo per domain, you can't use SiteInfo without access to your domain root. 
    3737 
    3838= I get the error that my siteinfo.xml is not writable. = 
    3939Please make it writable using FTP or SSH and the CHMOD 777 command. The WordPress Codex has additional information about that. 
    4040 
    41 = When i click on �Verify Path� or �Autodetect Path� I get the error �This feature is not available for this WordPress version�. = 
    42 You are using an older WordPress version which doesnt support all AJAX security features. Please upgrade to 2.0.3 
     41= When i click on "Verify Path" or "Autodetect Path" I get the error "This feature is not available for this WordPress version". = 
     42You are using an older WordPress version which doesn't support all AJAX security features. Please upgrade to 2.0.3 
    4343 
    4444= What is mod_rewrite? = 
     
    4848This plugin uses mod_rewrite to map yourdomain.com/siteinfo.xml to yourdomain.com/index.php?request_siteinfo=true. This allows you to generate the SiteInfo on the fly without having to create a static file. 
    4949 
    50 = My server doesnt support mod_rewrite or my blog is not located at the domain root, what should I do? = 
     50= My server doesn't support mod_rewrite or my blog is not located at the domain root, what should I do? = 
    5151This plugin can also generate a static siteinfo.xml. Please verify your path to the domain root at the administration page. 
    5252 
     
    5757Please make sure that there is no siteinfo.xml in your domain root. 
    5858 
    59 = I changed the content of my SiteInfo, but I cant see it in my browser! = 
     59= I changed the content of my SiteInfo, but I can't see it in my browser! = 
    6060The SiteInfo is retrieved only once per session. Please close your browser and retry.