public
Description: Starter Kit for developers using Ruby on Rails to quickly get a blog up & running and then add features.
Homepage: http://www.faithfulgeek.org
Clone URL: git://github.com/faithfulgeek/blog-starter-kit.git
name age message
file .gitignore Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
file .gitmodules Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
file README Mon Mar 31 22:11:58 -0700 2008 Updated README [Joe Fiorini]
file Rakefile Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
directory app/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
directory config/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
directory db/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
directory doc/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
directory lib/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
directory public/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
directory script/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
directory spec/ Sat Apr 12 22:00:11 -0700 2008 Added initial comments implementation; implemen... [Joe Fiorini]
directory stories/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
directory test/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
directory vendor/ Thu Jun 05 19:32:47 -0700 2008 Upgraded to Rails 2.1 RC; other modifications t... [faithfulgeek]
README
== Ruby on Rails Blog Starter Kit

This will be a fairly basic blog, with reliance on third-party plugins wherever possible.  It will have basic posting 
features, commenting, feeds (RSS/Atom/etc?), Akismet integration for commenting, adding to del.icio.us & digg, Gravatar 
integration, tagging, Metaweblog API integration, dynamic modules, and an admin login through OpenId for creating new 
posts/managing comments (edit/delete).  As stated above, the focus of this blog is not creating the next great blogging 
platform; I’m building a very simple blog app that meets my needs.  I’m opening it up to the community as a starter kit 
for anyone learning Rails (seasoned professionals, complete newbies, or anyone in between) to fork/customize for his/her 
own needs.  I will not be taking feature requests.  Instead, I would encourage anyone who feels this is lacking to fork 
it and add the features for themselves.