public
Fork of lorenjohnson/radiant-rss-reader
Description: Feed reader for Radiant CMS
Homepage: http://www.hellovenado.com
Clone URL: git://github.com/jamesmacaulay/radiant-rss-reader.git
Search Repo:
more examples in README
jamesmacaulay (author)
Mon May 12 11:12:48 -0700 2008
commit  e14b1ffa764d1f5402856a5251e41b23d403c00c
tree    8ef19039b2569e000a71c942b74326f3b8c3ddbd
parent  5fcd575b3664db6a5c3cbf757f2022e9acdecd82
...
37
38
39
 
 
40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
 
 
 
 
42
43
44
 
 
 
45
46
47
48
49
 
50
51
...
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
 
82
83
84
85
86
 
87
 
 
88
89
90
0
@@ -37,16 +37,55 @@
0
       <dd><r:feed:content /></dd>
0
      </r:feed:items>
0
     </dl>
0
+
0
+You can also order by some feed entry attribute other than the date:
0
 
0
+ <ul>
0
+
0
+ <r:feed:items
0
+ url="http://feeds.boingboing.net/boingboing/iBag"
0
+ order="creator ASC">
0
+
0
+ <li><r:feed:link /></li>
0
+
0
+ </r:feed:items>
0
+
0
+ </ul>
0
+
0
+And you can do headers to mark off sections:
0
+
0
+ <ul>
0
+
0
+ <r:feed:items
0
+ url="http://feeds.boingboing.net/boingboing/iBag"
0
+ order="creator ASC">
0
+
0
+ <r:feed:header for="creator">
0
+ <h2><r:feed:creator /></h2>
0
+ </r:feed:header>
0
+
0
+ <li><r:feed:link /></li>
0
+
0
+ </r:feed:items>
0
+
0
+ </ul>
0
+
0
+You can sort items and group headers by date, title, content, creator, or link (i.e. the URL of the item).
0
+
0
 # CONTRIBUTORS
0
+
0
+Original Author:
0
+
0
+* Alessandro Preite Martinez (ale@incal.net)
0
+
0
 Port to Extension:
0
-BJ Clark (bjclark@scidept.com, http://www.scidept.com/) & Loren Johnson (loren@fn-group.com, http://www.fn-group.com)
0
 
0
+* BJ Clark (bjclark@scidept.com, http://www.scidept.com/)
0
+* Loren Johnson (loren@fn-group.com, http://www.fn-group.com)
0
+
0
 Modifications:
0
-James MacAulay (jmacaulay@gmail.com, http://jmacaulay.net/)
0
 
0
-Original Author:
0
-Alessandro Preite Martinez (ale@incal.net)
0
+* James MacAulay (jmacaulay@gmail.com, http://jmacaulay.net/)
0
 
0
 License - Creative Commons Attribution-Share Alike 2.5 License

Comments

    No one has commented yet.