Plugin Directory

Changeset 1184745


Ignore:
Timestamp:
06/20/2015 12:35:09 PM (11 years ago)
Author:
richhole
Message:

Updates README.txt to make it more readable

Location:
good-shelf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • good-shelf/branches/1.1/README.txt

    r1184333 r1184745  
    1616Goodshelf displays your goodreads shelves as a widget. Choose beween a link list and cover images.
    1717
    18 *Display a shelf from your Goodreads account
    19 *choose between text links or book covers
    20 *configure how many books are displayed
     18* Display a shelf from your Goodreads account
     19* choose between text links or book covers
     20* configure how many books are displayed
    2121
    2222== Installation ==
    23 *upload the good_shelf.php file to your 'wp-content/plugins' folder.
    24 *Activate the plugin in the 'plugins' page
    25 *In the 'appearance > widgets' page of your wordpress admin, drag and drop the Goodshelf widget into your widgets area.
     23
     24* upload the good_shelf.php file to your 'wp-content/plugins' folder.
     25* Activate the plugin in the '*plugins*' page
     26* In the '*appearance > widgets*' page of your wordpress admin, drag and drop the Goodshelf widget into your widgets area.
    2627
    2728== Frequently Asked Questions ==
     
    3435= How do I change the style? =
    3536
    36 If you are displaying a link list, the HTML output can be styled with: ul.goodreads
     37If you are displaying a link list, the HTML output can be styled with: ul.goodreads.
    3738If you are displaying the cover images then the HTML output can be styled with a.goodreads_image
    3839
    39 = Can i change the size of the image displayed? =
     40= Can I change the size of the image displayed? =
     41
    4042At present, the plugin does not have this feature, but the size can be changed in CSS using a.goodreads_image img
    4143
    4244= Can I display the name of the Author? =
     45
    4346At present, this feature is not available.
    4447
    4548= Can I remove the 'powered by Goodreads' link? =
     49
    4650It is within Goddreads terms of use to display a powered by link.
    4751
     
    5357
    54581. An example of the widget
     59
    55602. An example of a link list being displayed
     61
    56623. An example of the cover images being displayed
    5763
     
    5965
    6066= 1.0 =
     67
    6168* Now has widget support. Shortcode is unsupported for the time being.
    6269
    6370= 1.0 =
     71
    6472* Uses a shortcode. No widget support
  • good-shelf/tags/1.1/README.txt

    r1184333 r1184745  
    1616Goodshelf displays your goodreads shelves as a widget. Choose beween a link list and cover images.
    1717
    18 *Display a shelf from your Goodreads account
    19 *choose between text links or book covers
    20 *configure how many books are displayed
     18* Display a shelf from your Goodreads account
     19* choose between text links or book covers
     20* configure how many books are displayed
    2121
    2222== Installation ==
    23 *upload the good_shelf.php file to your 'wp-content/plugins' folder.
    24 *Activate the plugin in the 'plugins' page
    25 *In the 'appearance > widgets' page of your wordpress admin, drag and drop the Goodshelf widget into your widgets area.
     23
     24* upload the good_shelf.php file to your 'wp-content/plugins' folder.
     25* Activate the plugin in the '*plugins*' page
     26* In the '*appearance > widgets*' page of your wordpress admin, drag and drop the Goodshelf widget into your widgets area.
    2627
    2728== Frequently Asked Questions ==
     
    3435= How do I change the style? =
    3536
    36 If you are displaying a link list, the HTML output can be styled with: ul.goodreads
     37If you are displaying a link list, the HTML output can be styled with: ul.goodreads.
    3738If you are displaying the cover images then the HTML output can be styled with a.goodreads_image
    3839
    39 = Can i change the size of the image displayed? =
     40= Can I change the size of the image displayed? =
     41
    4042At present, the plugin does not have this feature, but the size can be changed in CSS using a.goodreads_image img
    4143
    4244= Can I display the name of the Author? =
     45
    4346At present, this feature is not available.
    4447
    4548= Can I remove the 'powered by Goodreads' link? =
     49
    4650It is within Goddreads terms of use to display a powered by link.
    4751
     
    5357
    54581. An example of the widget
     59
    55602. An example of a link list being displayed
     61
    56623. An example of the cover images being displayed
    5763
     
    5965
    6066= 1.0 =
     67
    6168* Now has widget support. Shortcode is unsupported for the time being.
    6269
    6370= 1.0 =
     71
    6472* Uses a shortcode. No widget support
  • good-shelf/trunk/1.1/README.txt

    r1184357 r1184745  
    1616Goodshelf displays your goodreads shelves as a widget. Choose beween a link list and cover images.
    1717
    18 *Display a shelf from your Goodreads account
    19 *choose between text links or book covers
    20 *configure how many books are displayed
     18* Display a shelf from your Goodreads account
     19* choose between text links or book covers
     20* configure how many books are displayed
    2121
    2222== Installation ==
    23 *upload the good_shelf.php file to your 'wp-content/plugins' folder.
    24 *Activate the plugin in the 'plugins' page
    25 *In the 'appearance > widgets' page of your wordpress admin, drag and drop the Goodshelf widget into your widgets area.
     23
     24* upload the good_shelf.php file to your 'wp-content/plugins' folder.
     25* Activate the plugin in the '*plugins*' page
     26* In the '*appearance > widgets*' page of your wordpress admin, drag and drop the Goodshelf widget into your widgets area.
    2627
    2728== Frequently Asked Questions ==
     
    3435= How do I change the style? =
    3536
    36 If you are displaying a link list, the HTML output can be styled with: ul.goodreads
     37If you are displaying a link list, the HTML output can be styled with: ul.goodreads.
    3738If you are displaying the cover images then the HTML output can be styled with a.goodreads_image
    3839
    39 = Can i change the size of the image displayed? =
     40= Can I change the size of the image displayed? =
     41
    4042At present, the plugin does not have this feature, but the size can be changed in CSS using a.goodreads_image img
    4143
    4244= Can I display the name of the Author? =
     45
    4346At present, this feature is not available.
    4447
    4548= Can I remove the 'powered by Goodreads' link? =
     49
    4650It is within Goddreads terms of use to display a powered by link.
    4751
     
    5357
    54581. An example of the widget
     59
    55602. An example of a link list being displayed
     61
    56623. An example of the cover images being displayed
    5763
     
    5965
    6066= 1.0 =
     67
    6168* Now has widget support. Shortcode is unsupported for the time being.
    6269
    6370= 1.0 =
     71
    6472* Uses a shortcode. No widget support
Note: See TracChangeset for help on using the changeset viewer.