Changeset 340553
- Timestamp:
- 02/04/2011 03:46:25 AM (15 years ago)
- File:
-
- 1 edited
-
reflect/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reflect/trunk/readme.txt
r276347 r340553 12 12 Crowdsourced comment summarization. Helps people listen. Helps everyone find the useful points. 13 13 14 **This plugin is experimental at this time. It requires SIGNIFICANT customization to make work on an arbitrary Wordpress installation. Please contact15 the plugin author if you want to make it work for your site or if you encounter problems. He would appreciate it!**16 17 14 Reflect implements a subtle interface change to the comments section of a Wordpress blog that helps people listen, while at the same 18 15 time producing useful summaries. Instead of a single column of threads, two side-by-side columns are provided. The first column contains … … 26 23 **Check out this example installation:** http://abstract.cs.washington.edu/~travis/seattlespeaks/. Feel free to play around with it, but don't be offended if I rollback something you do! 27 24 25 **This plugin is experimental at this time. It requires customization to make work on an arbitrary Wordpress installation. Specifically, 26 it is nearly impossible to create a general purpose comment modifier that works for every different theme. Therefore, custom CSS is 27 necessary to tailor Reflect to each theme. It is most appropriate to add the custom CSS to the theme's style.css via the editor in WP's admin panel. Beware when updating your theme!! 28 Please contact the plugin author if you want to make it work for your site or if you encounter problems. He would appreciate it!** 29 28 30 Some notes: 29 31 … … 35 37 == Installation == 36 38 37 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory39 1. Download the Reflect directory to `/wp-content/plugins/` 38 40 1. Activate the plugin through the 'Plugins' menu in WordPress 39 41 1. Make sure to go to settings/Reflect in the admin panel to configure Reflect … … 59 61 = 0.1.3 = 60 62 * Admin settings panel where you can set an option that tells Reflect how to work. 63 64 = 0.1.4 = 65 * Misc style updates. You should modify your theme's style.css file in order to customize to the Reflect markup.
Note: See TracChangeset
for help on using the changeset viewer.