Changeset 527912
- Timestamp:
- 04/06/2012 03:51:51 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
r527910 r527912 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): 34 <p class="yourCustomClassName">34 `<p class="yourCustomClassName"> 35 35 # <a rel="sitetitle"....</a> OR if site url is blank: <span rel="sitetitle"......</span> 36 36 # <a rel="posttitle"....</a> OR if post url is blank: <span rel="posttitle"......</span> 37 37 # <span rel="desc">...CONTENT...</span> 38 #<span rel="timeago">...TIME...</span>39 </p> 38 <span rel="timeago">...TIME...</span> 39 </p>` 40 40 41 41 == Installation == -
blogsiread/trunk/readme.txt
r527910 r527912 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): 34 <p class="yourCustomClassName">34 `<p class="yourCustomClassName"> 35 35 # <a rel="sitetitle"....</a> OR if site url is blank: <span rel="sitetitle"......</span> 36 36 # <a rel="posttitle"....</a> OR if post url is blank: <span rel="posttitle"......</span> 37 37 # <span rel="desc">...CONTENT...</span> 38 #<span rel="timeago">...TIME...</span>39 </p> 38 <span rel="timeago">...TIME...</span> 39 </p>` 40 40 41 41 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.