Plugin Directory

Changeset 527901


Ignore:
Timestamp:
04/06/2012 03:01:30 AM (14 years ago)
Author:
fusionstream
Message:

fix readme.txt

Location:
blogsiread
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • blogsiread/tags/0.1.0 (initial)/readme.txt

    r527898 r527901  
    1414
    1515Features:
    16 * Change widget title
    17 * Automatically selects blogs from "Links" based on "Categories"
    18 * Optional - Show Site Title (either from link name or meta tags)
    19 * Optional - Show Post Title
    20 * Optional - Show Post Excerpt (250 characters max, plain text)
    21 * Optional - Order listing by "as ordered in Links page", Post Published Date, Link Name, Site Title, Post Title. All can be additionally sorted in descending or ascending order.
    22 * Clicking on entries can open in a new window or in the same window
    23 * You can customise your widget by adding a css class.
     16*   Change widget title
     17*   Automatically selects blogs from "Links" based on "Categories"
     18*   Optional - Show Site Title (either from link name or meta tags)
     19*   Optional - Show Post Title
     20*   Optional - Show Post Excerpt (250 characters max, plain text)
     21*   Optional - Order listing by "as ordered in Links page", Post Published Date, Link Name, Site Title, Post Title. All can be additionally sorted in descending or ascending order.
     22*   Clicking on entries can open in a new window or in the same window
     23*   You can customise your widget by adding a css class.
    2424
    2525TODO:
    26 * More customisable layout
    27 * Limit total entries and more importantly, before loading their xml-s
    28 * Complete or co-operative ajax to reduce server load and more importantly, page loading times
    29 * Make the category selector look pretty
    30 * Allow customisable Post Excerpt character limit
    31 * Do that cool thing where the widget title in the admin page is "blogsiread: <widget title>"
     26*   More customisable layout
     27*   Limit total entries and more importantly, before loading their xml-s
     28*   Complete or co-operative ajax to reduce server load and more importantly, page loading times
     29*   Make the category selector look pretty
     30*   Allow customisable Post Excerpt character limit
     31*   Do that cool thing where the widget title in the admin page is "blogsiread: <widget title>"
    3232
    3333For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options - see #):
    34 <p class="yourCustomClassName">
    35 #    <a rel="sitetitle"....</a> OR if site url is blank: <span rel="sitetitle"......</span>
    36 #    <a rel="posttitle"....</a> OR if post url is blank: <span rel="posttitle"......</span>
    37 #    <span rel="desc">...CONTENT...</span>
    38      <span rel="timeago">...TIME...</span>
    39 </p>
     34&lt;p class="yourCustomClassName"&gt;
     35#    &lt;a rel="sitetitle"....&lt;/a&gt; OR if site url is blank: <span rel="sitetitle"......&lt;/span&gt;
     36#    &lt;a rel="posttitle"....&lt;/a&gt; OR if post url is blank: <span rel="posttitle"......&lt;/span&gt;
     37#    &lt;span rel="desc"&gt;...CONTENT...&lt;/span&gt;
     38     &lt;span rel="timeago"&gt;...TIME...&lt;/span&gt;
     39&lt;/p&gt;
    4040
    4141== Installation ==
  • blogsiread/trunk/readme.txt

    r527898 r527901  
    1414
    1515Features:
    16 * Change widget title
    17 * Automatically selects blogs from "Links" based on "Categories"
    18 * Optional - Show Site Title (either from link name or meta tags)
    19 * Optional - Show Post Title
    20 * Optional - Show Post Excerpt (250 characters max, plain text)
    21 * Optional - Order listing by "as ordered in Links page", Post Published Date, Link Name, Site Title, Post Title. All can be additionally sorted in descending or ascending order.
    22 * Clicking on entries can open in a new window or in the same window
    23 * You can customise your widget by adding a css class.
     16*   Change widget title
     17*   Automatically selects blogs from "Links" based on "Categories"
     18*   Optional - Show Site Title (either from link name or meta tags)
     19*   Optional - Show Post Title
     20*   Optional - Show Post Excerpt (250 characters max, plain text)
     21*   Optional - Order listing by "as ordered in Links page", Post Published Date, Link Name, Site Title, Post Title. All can be additionally sorted in descending or ascending order.
     22*   Clicking on entries can open in a new window or in the same window
     23*   You can customise your widget by adding a css class.
    2424
    2525TODO:
    26 * More customisable layout
    27 * Limit total entries and more importantly, before loading their xml-s
    28 * Complete or co-operative ajax to reduce server load and more importantly, page loading times
    29 * Make the category selector look pretty
    30 * Allow customisable Post Excerpt character limit
    31 * Do that cool thing where the widget title in the admin page is "blogsiread: <widget title>"
     26*   More customisable layout
     27*   Limit total entries and more importantly, before loading their xml-s
     28*   Complete or co-operative ajax to reduce server load and more importantly, page loading times
     29*   Make the category selector look pretty
     30*   Allow customisable Post Excerpt character limit
     31*   Do that cool thing where the widget title in the admin page is "blogsiread: <widget title>"
    3232
    3333For those who are using a custom CSS Class, structure of widget content is as follows (some lines may not be displayed at all depending on widget options - see #):
    34 <p class="yourCustomClassName">
    35 #    <a rel="sitetitle"....</a> OR if site url is blank: <span rel="sitetitle"......</span>
    36 #    <a rel="posttitle"....</a> OR if post url is blank: <span rel="posttitle"......</span>
    37 #    <span rel="desc">...CONTENT...</span>
    38      <span rel="timeago">...TIME...</span>
    39 </p>
     34&lt;p class="yourCustomClassName"&gt;
     35#    &lt;a rel="sitetitle"....&lt;/a&gt; OR if site url is blank: <span rel="sitetitle"......&lt;/span&gt;
     36#    &lt;a rel="posttitle"....&lt;/a&gt; OR if post url is blank: <span rel="posttitle"......&lt;/span&gt;
     37#    &lt;span rel="desc"&gt;...CONTENT...&lt;/span&gt;
     38     &lt;span rel="timeago"&gt;...TIME...&lt;/span&gt;
     39&lt;/p&gt;
    4040
    4141== Installation ==
Note: See TracChangeset for help on using the changeset viewer.