public
Description: A 'planet' like feed aggregator using feedparser and erubis
Clone URL: git://github.com/technicalpickles/feedbarn.git
Renamed Farmer#showcase to prepare_showcase.
Fri Feb 22 09:33:18 -0800 2008
commit  95c6df75533abc53a8dab4d894ff86590811aa2d
tree    e6dc773acf93c6860213450a56e1c03d054e6f4d
parent  9f7b7927b72c3e9b2c802656f5ae85ca757cd512
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@ barn = farmer.build 'my-barn'
0
 
0
 farmer.fill barn
0
 
0
-showcase = farmer.showcase barn
0
+showcase = farmer.prepare_showcase barn
0
 
0
 showcase.output
0
 
...
38
39
40
41
 
42
43
44
...
38
39
40
 
41
42
43
44
0
@@ -38,7 +38,7 @@ module FeedBarn
0
       barn.feeds
0
     end
0
     
0
- def showcase barn
0
+ def prepare_showcase barn
0
       FeedBarn::Showcase.new(barn)
0
     end
0
     

Comments

    No one has commented yet.