Take the 2008 Git User's Survey and help out! [ hide ]

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)
Mon Apr 14 22:44:31 -0700 2008
commit  3be627078ced4ff1017e33fab2db2266f0b5c7ed
tree    a20ea5115ea0599983b1b5e354c97ae731ec9820
parent  ee6172e62a792bebe98917bfd995ee6e830fd91d
name age message
folder .gitignore Sat Apr 12 22:02:15 -0700 2008 Don't want to commit TextMate project file [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/ Mon Apr 14 22:44:31 -0700 2008 Styled comments; made comments sort by most rec... [Joe Fiorini]
folder config/ Mon Apr 14 22:44:31 -0700 2008 Styled comments; made comments sort by most rec... [Joe Fiorini]
folder db/ Sat Apr 12 22:00:11 -0700 2008 Added initial comments implementation; implemen... [Joe Fiorini]
folder doc/ Mon Mar 31 22:08:21 -0700 2008 Initial commit [Joe Fiorini]
folder lib/ Mon Apr 14 22:44:31 -0700 2008 Styled comments; made comments sort by most rec... [Joe Fiorini]
folder public/ Mon Apr 14 22:44:31 -0700 2008 Styled comments; made comments sort by most rec... [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/ Mon Apr 14 22:44:31 -0700 2008 Styled comments; made comments sort by most rec... [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.