Changeset 443066
- Timestamp:
- 09/25/2011 01:53:22 AM (15 years ago)
- File:
-
- 1 edited
-
my-reading-library/trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
my-reading-library/trunk/readme.txt
r443022 r443066 12 12 == Description == 13 13 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").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"). 15 15 16 16 It 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. 17 17 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.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. 19 19 20 20 = Disclaimer = … … 26 26 1. Upload `my-reading-library` to the `.../wp-content/plugins/` directory. 27 27 1. 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/`28 1. Optionally, make any changes to the provided template files: `.../wp-content/plugins/my-reading-library/templates/custom_templates/` 29 29 30 30 How to Upgrade from a previous version: … … 40 40 = How do I change the sidebar widget and library formatting? = 41 41 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.phpin 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.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. 43 43 44 44 = How similar is this plugin to Now Reading Redux? = … … 56 56 = Where can I make a donation to the developer of this plugin? = 57 57 58 http://www.affordable-techsupport.com/support/ | At least 10% of donations will be given to the poor. 58 http://www.affordable-techsupport.com/support/ 59 At least 10% of donations will be given to the poor. 59 60 60 61 == Screenshots == … … 80 81 * Added ability to link to a WP Post Review from the both the sidebar widget and library page 81 82 * 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` 83 84 * Added formatting in the library, book pages, and sidebar 84 85 * Added many descriptions and explanations in the MRL options page … … 91 92 * Streamlined and modded code, removed unnecessary code and file, corrected logic, fixed errors, etc. 92 93 * 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. 94 95 * Added custom template files for the Weaver Theme (2 column layout). See the MRL options page for implementation. 95 96 * Added custom template files for the Twenty Ten Theme. See the MRL options page for implementation. 96 97 * 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 adjustments98 * Added various directory defines in `...my-reading-library/my-reading-library.php` in order to facilitate easier future directory adjustments 98 99 * Added the ability to uninstall the plugin AND database entries when the plugin is deleted from within the plugin manager 99 100 * Added updated screenshots of all pages in the admin and public site 100 101 * 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/` 102 103 103 104 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.