Plugin Directory

Changeset 136819


Ignore:
Timestamp:
07/20/2009 03:03:36 AM (17 years ago)
Author:
jasontremblay
Message:

Escaping underscores in Markdown code in readme file

Location:
template-provisioning
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • template-provisioning/tags/0.1/readme.txt

    r136346 r136819  
    2525== Installation ==
    2626
    27 1. Download and unzip the plugin files (bigbig_template_provisioning.zip)
    28 2. Move the 'bigbig_template_provisioning' folder into your '/wp-content/plugins/' directory.
     27= Installation =
     28
     291. Download and unzip the plugin files (bigbig\_template\_provisioning.zip)
     302. Move the 'bigbig\_template\_provisioning' folder into your '/wp-content/plugins/' directory.
    29313. Activate the plugin through the Wordpress Admin 'Plugins' page.
    30324. Modify your theme, per the usage instructions below.
     
    3436Using the plugin is easy.  Just create some .css and .js files where the plugin expects them... in the same directory as your template files.  There are a series of files that it looks for when rendering a page using any given template file:
    3537
    36 Stylesheets for "<template_name>.php":
    37 included in page <head> by wp_head() function
     38Stylesheets for "<template\_name>.php":
     39included in page <head> by wp\_head() function
    3840
    3941* css/global.css
    4042* css/ie/global.css
    41 * css/<template_name>.css
    42 * css/ie/<template_name>.css
     43* css/<template\_name>.css
     44* css/ie/<template\_name>.css
    4345
    44 Javascript files for "<template_name>.php":
    45 included in page <head> by wp_head() function
     46Javascript files for "<template\_name>.php":
     47included in page <head> by wp\_head() function
    4648
    4749* js/global.js
    48 * js/<template_name>.js
     50* js/<template\_name>.js
    4951
    50 End-of-page Javascript files for "<template_name>.php" footer:
    51 included near the </body> tag by wp_footer() function
     52End-of-page Javascript files for "<template\_name>.php" footer:
     53included near the </body> tag by wp\_footer() function
    5254
    53 * js/global_footer.js
    54 * js/<template_name>_footer.js
     55* js/global\_footer.js
     56* js/<template\_name>\_footer.js
    5557
    5658== Frequently Asked Questions ==
  • template-provisioning/trunk/readme.txt

    r136341 r136819  
    2525== Installation ==
    2626
    27 1. Download and unzip the plugin files (bigbig_template_provisioning.zip)
    28 2. Move the 'bigbig_template_provisioning' folder into your '/wp-content/plugins/' directory.
     27= Installation =
     28
     291. Download and unzip the plugin files (bigbig\_template\_provisioning.zip)
     302. Move the 'bigbig\_template\_provisioning' folder into your '/wp-content/plugins/' directory.
    29313. Activate the plugin through the Wordpress Admin 'Plugins' page.
    30324. Modify your theme, per the usage instructions below.
     
    3436Using the plugin is easy.  Just create some .css and .js files where the plugin expects them... in the same directory as your template files.  There are a series of files that it looks for when rendering a page using any given template file:
    3537
    36 Stylesheets for "<template_name>.php":
    37 included in page <head> by wp_head() function
     38Stylesheets for "<template\_name>.php":
     39included in page <head> by wp\_head() function
    3840
    3941* css/global.css
    4042* css/ie/global.css
    41 * css/<template_name>.css
    42 * css/ie/<template_name>.css
     43* css/<template\_name>.css
     44* css/ie/<template\_name>.css
    4345
    44 Javascript files for "<template_name>.php":
    45 included in page <head> by wp_head() function
     46Javascript files for "<template\_name>.php":
     47included in page <head> by wp\_head() function
    4648
    4749* js/global.js
    48 * js/<template_name>.js
     50* js/<template\_name>.js
    4951
    50 End-of-page Javascript files for "<template_name>.php" footer:
    51 included near the </body> tag by wp_footer() function
     52End-of-page Javascript files for "<template\_name>.php" footer:
     53included near the </body> tag by wp\_footer() function
    5254
    53 * js/global_footer.js
    54 * js/<template_name>_footer.js
     55* js/global\_footer.js
     56* js/<template\_name>\_footer.js
    5557
    5658== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.