Copying stable branch of Feedcatcher
authorNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 19:49:55 +0000 (19:49 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 19:49:55 +0000 (19:49 +0000)
commit1e6a24f1ced03fb5aad2e15d5975ded6fb5cfd34
tree6378c3b3e09b5e4a05a4c36f86d0942f733a703f
parent618b53648d44399b9e79a2a0b708ea55f4931bd1
Copying stable branch of Feedcatcher
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/feed_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/feed_helper.rb [new file with mode: 0644]
app/models/feed_item.rb [new file with mode: 0644]
app/views/feed/index.html.erb [new file with mode: 0644]
app/views/feed/index.rss.builder [new file with mode: 0644]
app/views/feed/show.html.erb [new file with mode: 0644]
app/views/feed/show.rss.builder [new file with mode: 0644]
app/views/feed/update.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]