Plugin Directory

Changeset 1336079


Ignore:
Timestamp:
01/26/2016 06:29:50 AM (10 years ago)
Author:
pseudokool
Message:

Updated changelog and readme.

Location:
newstream/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • newstream/trunk/README.md

    r1335790 r1336079  
    1212== Description ==
    1313
    14 A Wordpress plugin that displays post titles chronologically, and uses post content as external links.
     14A Wordpress plugin that displays post titles chronologically, and uses post content as external links. Create a category, add one or more posts to this category. Post titles will be link text, post content should consist of only URL(s) and will be used at the href, link address in the rendered widget.
     15This allows for a news stream widget to be populated, using posts.
    1516
    1617== Installation ==
     
    2627= Why another post category plugin? =
    2728
    28 Because this one, uses content as link to (an external) resource.
     29Because this one, uses content as link to (an external) resource. Easily add a news flash/stream widget, using posts and post content.
     30
     31= How do i set news update items? =
     32
     33Create a custom category e.g. News. Add posts to this category.
     34Post titles are link text and post content, will consist of only a single URL.
    2935
    3036== Screenshots ==
     
    3844* Added barebones, non styled functioning.
    3945* Added category selector.
     46
     47= 1.1 =
     48* Added multiple instance support.
    4049
    4150== Upgrade Notice ==
     
    5463
    5564https://codex.wordpress.org/Writing_a_Plugin
     65
     66https://wordpress.org/plugins/about/svn/
     67
     68https://wordpress.org/plugins/newstream/
  • newstream/trunk/readme.txt

    r1335790 r1336079  
    1212== Description ==
    1313
    14 A Wordpress plugin that displays post titles chronologically, and uses post content as external links.
     14A Wordpress plugin that displays post titles chronologically, and uses post content as external links. Create a category, add one or more posts to this category. Post titles will be link text, post content should consist of only URL(s) and will be used at the href, link address in the rendered widget.
     15This allows for a news stream widget to be populated, using posts.
    1516
    1617== Installation ==
     
    2627= Why another post category plugin? =
    2728
    28 Because this one, uses content as link to (an external) resource.
     29Because this one, uses content as link to (an external) resource. Easily add a news flash/stream widget, using posts and post content.
     30
     31= How do i set news update items? =
     32
     33Create a custom category e.g. News. Add posts to this category.
     34Post titles are link text and post content, will consist of only a single URL.
    2935
    3036== Screenshots ==
     
    3844* Added barebones, non styled functioning.
    3945* Added category selector.
     46
     47= 1.1 =
     48* Added multiple instance support.
    4049
    4150== Upgrade Notice ==
     
    5463
    5564https://codex.wordpress.org/Writing_a_Plugin
     65
     66https://wordpress.org/plugins/about/svn/
     67
     68https://wordpress.org/plugins/newstream/
Note: See TracChangeset for help on using the changeset viewer.