Changeset 2131 for lang/php

Show
Ignore:
Timestamp:
11/29/07 00:34:18 (5 years ago)
Author:
mootoh
Message:

r3108@yebisu: moto | 2007-11-29 00:34:06 +0900
lang/php/wp_calendar_cloud: add some comments in README.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/wordpress/calendar_cloud/README.txt

    r2130 r2131  
    99 
    1010== Description == 
     11A WordPress TemplateTag plugin that displays yearly calendars 
     12containing 12 months weighed by their post counts, like Tag Cloud. 
    1113 
    1214== Installation == 
     
    16183. Place `<?php calendar_cloud(); ?>` in your templates 
    1719 
    18 == Frequently Asked Questions == 
     20Use css to customize look & feel. See an example in style.css. 
    1921 
    2022== Screenshots == 
    2123 
    22241. here is an example of mine: 
    23  
    24 == Arbitrary section == 
    25  
    26 You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated 
    27 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or 
    28 "installation."  Arbitrary sections will be shown below the built-in sections outlined above.