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
Search Repo:
Joe Fiorini (author)
Wed Apr 30 23:32:25 -0700 2008
commit  4cbfb02e49ad681364740ec7850c49b3b505c034
tree    b0cf7c13e781b5c1edb118591373c75b872543fe
parent  5b25774ff03e9473f169c5560be2ea434507e9de
name age message
folder .gitignore Sat Apr 12 22:02:15 -0700 2008 Don't want to commit TextMate project file [Joe Fiorini]
folder .gitmodules Wed Apr 30 22:28:09 -0700 2008 Misc. changes, great message, eh? [Joe Fiorini]
folder README Mon Mar 31 22:11:58 -0700 2008 Updated README [Joe Fiorini]
folder Rakefile Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
folder app/ Wed Apr 30 23:32:02 -0700 2008 Implemented gravatar [Joe Fiorini]
folder config/ Wed Apr 30 23:32:25 -0700 2008 Added rakismet initializer that was missed on i... [Joe Fiorini]
folder db/ Sun Apr 20 23:23:06 -0700 2008 Adding files missed in previous commit [Joe Fiorini]
folder doc/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
folder lib/ Sun Apr 20 21:20:47 -0700 2008 Implemented textile using RedCloth gem; added s... [Joe Fiorini]
folder public/ Wed Apr 30 23:14:02 -0700 2008 Implemented textile supported commenting [Joe Fiorini]
folder script/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
folder spec/ Sat Apr 12 22:00:11 -0700 2008 Added initial comments implementation; implemen... [Joe Fiorini]
folder stories/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
folder test/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
folder vendor/ Wed Apr 30 23:32:02 -0700 2008 Implemented gravatar [Joe Fiorini]
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.