Changeset 527901
- Timestamp:
- 04/06/2012 03:01:30 AM (14 years ago)
- Location:
- blogsiread
- Files:
-
- 2 edited
-
tags/0.1.0 (initial)/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blogsiread/tags/0.1.0 (initial)/readme.txt
r527898 r527901 14 14 15 15 Features: 16 * Change widget title17 * Automatically selects blogs from "Links" based on "Categories"18 * Optional - Show Site Title (either from link name or meta tags)19 * Optional - Show Post Title20 * 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 window23 * 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. 24 24 25 25 TODO: 26 * More customisable layout27 * Limit total entries and more importantly, before loading their xml-s28 * Complete or co-operative ajax to reduce server load and more importantly, page loading times29 * Make the category selector look pretty30 * Allow customisable Post Excerpt character limit31 * 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>" 32 32 33 33 For 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 <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> 40 40 41 41 == Installation == -
blogsiread/trunk/readme.txt
r527898 r527901 14 14 15 15 Features: 16 * Change widget title17 * Automatically selects blogs from "Links" based on "Categories"18 * Optional - Show Site Title (either from link name or meta tags)19 * Optional - Show Post Title20 * 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 window23 * 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. 24 24 25 25 TODO: 26 * More customisable layout27 * Limit total entries and more importantly, before loading their xml-s28 * Complete or co-operative ajax to reduce server load and more importantly, page loading times29 * Make the category selector look pretty30 * Allow customisable Post Excerpt character limit31 * 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>" 32 32 33 33 For 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 <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> 40 40 41 41 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.