gslin (owner)

Revisions

  • 1b304e Sat Nov 15 23:01:53 -0800 2008
gist: 25425 Download_button fork
public
Public Clone URL: git://gist.github.com/25425.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/ruby
 
require 'rss'
 
feed = RSS::Maker.make('2.0') do |m|
  m.channel.title = 'test'
  m.channel.link = ''
  m.channel.description = ''
end
 
print feed