Plugin Directory

Changeset 340553


Ignore:
Timestamp:
02/04/2011 03:46:25 AM (15 years ago)
Author:
tkriplean
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • reflect/trunk/readme.txt

    r276347 r340553  
    1212Crowdsourced comment summarization. Helps people listen. Helps everyone find the useful points.
    1313
    14 **This plugin is experimental at this time. It requires SIGNIFICANT customization to make work on an arbitrary Wordpress installation. Please contact
    15 the plugin author if you want to make it work for your site or if you encounter problems. He would appreciate it!**
    16 
    1714Reflect implements a subtle interface change to the comments section of a Wordpress blog that helps people listen, while at the same
    1815time producing useful summaries. Instead of a single column of threads, two side-by-side columns are provided. The first column contains
     
    2623**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!
    2724
     25**This plugin is experimental at this time. It requires customization to make work on an arbitrary Wordpress installation. Specifically,
     26it is nearly impossible to create a general purpose comment modifier that works for every different theme. Therefore, custom CSS is
     27necessary 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!!
     28Please contact the plugin author if you want to make it work for your site or if you encounter problems. He would appreciate it!**
     29
    2830Some notes:
    2931
     
    3537== Installation ==
    3638
    37 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
     391. Download the Reflect directory to `/wp-content/plugins/`
    38401. Activate the plugin through the 'Plugins' menu in WordPress
    39411. Make sure to go to settings/Reflect in the admin panel to configure Reflect
     
    5961= 0.1.3 =
    6062* 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.