Plugin Directory

Changeset 443066


Ignore:
Timestamp:
09/25/2011 01:53:22 AM (15 years ago)
Author:
olsonsp4c
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • my-reading-library/trunk/readme.txt

    r443022 r443066  
    1212== Description ==
    1313
    14 My Reading Library is a very heavy modification of the [Now Reading Redux plugin by Ashod Nakashian] (http://blog.ashodnakashian.com/projects/now-reading-redux/ "Now Reading Redux") which is a resurrection of the [Now Reading Reloaded plugin by Ben Gunnink] (http://heliologue.com/ "Now Reading Reloaded") which is a fork of the [Now Reading plugin by Rob Miller](http://robm.me.uk/projects/plugins/wordpress/now-reading/ "Now Reading Plugin").
     14My Reading Library is a very heavy modification of the [Now Reading Redux plugin by Ashod Nakashian](http://blog.ashodnakashian.com/projects/now-reading-redux/ "Now Reading Redux") which is a resurrection of the [Now Reading Reloaded plugin by Ben Gunnink](http://heliologue.com/ "Now Reading Reloaded") which is a fork of the [Now Reading plugin by Rob Miller](http://robm.me.uk/projects/plugins/wordpress/now-reading/ "Now Reading Plugin").
    1515
    1616It allows you to develop a library, show the book details, track your progress, rate the book, and link to a WP post of your book review. It displays the library within the sidebar and on the library/book page with cover art fetched from Amazon.
    1717
    18 The home of My Reading Library is [www.affordable-techsupport.com/support/] (http://www.affordable-techsupport.com/support/ "My Reading Library"). You may find updates (as well as within the WP Plugin Repository) and receive support there.
     18The home of My Reading Library is [www.affordable-techsupport.com/support/](http://www.affordable-techsupport.com/support/ "My Reading Library"). You may find updates (as well as within the WP Plugin Repository) and receive support there.
    1919
    2020= Disclaimer =
     
    26261. Upload `my-reading-library` to the `.../wp-content/plugins/` directory.
    27271. Activate the plugin through the 'Plugins' menu in WordPress.
    28 1. Optionally, make any changes to the provided template files: `.../wp-content/plugins/my-reading-library/templates/default_templates/` or `.../wp-content/plugins/my-reading-library/templates/custom_templates/`
     281. Optionally, make any changes to the provided template files: `.../wp-content/plugins/my-reading-library/templates/custom_templates/`
    2929
    3030How to Upgrade from a previous version:
     
    4040= How do I change the sidebar widget and library formatting? =
    4141
    42 I have supplied default templates and custom templates that can be modified in order to suit your theme. Your theme's header, sidebar, footer code may need to integrated into library.php and single.php in order for formatting to appear properly. In addition, you may need to tweak the inline css in both files and sidebar.php in order to get the desired results. Basic integration instructions are provided in the administrative options panel. I am available for basic theme integration for a modest fee.
     42I have supplied default templates and custom templates that can be modified in order to suit your theme. Your theme's header, sidebar, footer code may need to integrated into `library.php` and `single.php` in order for formatting to appear properly. In addition, you may need to tweak the inline css in both files and `sidebar.php` in order to get the desired results. Basic integration instructions are provided in the administrative options panel. I am available for basic theme integration for a modest fee.
    4343
    4444= How similar is this plugin to Now Reading Redux? =
     
    5656= Where can I make a donation to the developer of this plugin? =
    5757
    58 http://www.affordable-techsupport.com/support/ | At least 10% of donations will be given to the poor.
     58http://www.affordable-techsupport.com/support/
     59At least 10% of donations will be given to the poor.
    5960
    6061== Screenshots ==
     
    8081* Added ability to link to a WP Post Review from the both the sidebar widget and library page
    8182* Added separate image sizes (small, medium, large) for the sidebar widget and library page
    82 * Added a new png file for "no-image.png"
     83* Added a new png file for `no-image.png`
    8384* Added formatting in the library, book pages, and sidebar
    8485* Added many descriptions and explanations in the MRL options page
     
    9192* Streamlined and modded code, removed unnecessary code and file, corrected logic, fixed errors, etc.
    9293* Added default and custom template files with the ability to specify which options to implement within the MRL options page (instructions included).
    93 * Added custom template files that can me safely modded to suit user themes in the "...my-reading-library/templates/custom_templates/" folder. See the MRL options page for implementation.
     94* Added custom template files that can me safely modded to suit user themes in the `...my-reading-library/templates/custom_templates/` folder. See the MRL options page for implementation.
    9495* Added custom template files for the Weaver Theme (2 column layout). See the MRL options page for implementation.
    9596* Added custom template files for the Twenty Ten Theme. See the MRL options page for implementation.
    9697* Added custom template files for the Twenty Eleven Theme (sidebar template is slightly unstable). See the MRL options page for implementation.
    97 * Added various directory defines in "...my-reading-library/my-reading-library.php" in order to facilitate easier future directory adjustments
     98* Added various directory defines in `...my-reading-library/my-reading-library.php` in order to facilitate easier future directory adjustments
    9899* Added the ability to uninstall the plugin AND database entries when the plugin is deleted from within the plugin manager
    99100* Added updated screenshots of all pages in the admin and public site
    100101* Combed through the code in order to make this plugin fully ready for internationalization
    101 * en_US.pot is in the following directory: ...my-reading-library/languages/
     102* en_US.pot is in the following directory: `...my-reading-library/languages/`
    102103
    103104== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.