Skip to content

Commit

Permalink
WIP README
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Jan 10, 2008
1 parent 8cc2892 commit 0036481
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
= Roboblog

A ruby on rails blogging engine for the fashionable developer.

Preferences are for the masses. Any real coder knows the easiest and best way to customize something is by hacking code. Because you want your blog to be you, not bog standard install #4958 with 20 posts per page instead of 15. For this you need a clean, simple, easy to understand code base that stays out of your way. No liquid drops and templates hindering your path, no ugly PHP stylings burning your eyeballs.

== Quick Start

git clone
git branch

== More info

Roboblog is a compact, easily extendable base for your blog. It does this by being highly opinionated, for example:

- Public facing views should adhere to standards (XHTML, Atom)
- /yyyy/mm/dd/post-title is a good URL for your posts
- Live comment preview by should be provided by default
- You don't need a plugin system when you've got decent source control
- If you're not using OpenID you're a chump

0 comments on commit 0036481

Please sign in to comment.