public
Description: Small application that lets you generate an rss feed for any page
Clone URL: git://github.com/jduff/rssanything.git
Search Repo:
updating shebang line in these files as well
jduff (author)
Tue May 20 05:27:18 -0700 2008
commit  0536293ac18e322010b1d64e53cdc02c6ac6d0ff
tree    46f1e6516d2c8d7de9945ac0d3f4246707620325
parent  7c853c5d680cdb98ac1aeb1592a99dc315c06e97
...
1
 
 
 
2
3
4
...
 
1
2
3
4
5
6
0
@@ -1,4 +1,6 @@
0
-#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
0
+#!/usr/local/bin/ruby
0
+
0
+#/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
0
 
0
 require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
0
 
...
1
 
 
 
 
2
3
4
...
 
1
2
3
4
5
6
7
0
@@ -1,4 +1,7 @@
0
-#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
0
+#!/usr/local/bin/ruby
0
+
0
+
0
+#/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
0
 #
0
 # You may specify the path to the FastCGI crash log (a log of unhandled
0
 # exceptions which forced the FastCGI instance to exit, great for debugging)

Comments

    No one has commented yet.