Timeless is a mixture between a blog, wiki and CMS. For now, have a look at http://timeless.judofyr.net/timeless for description.
To run this locally:
- Clone the repo with git.
- Make sure you're running Ruby 1.8.7
- Use "bundle install" from within the directory to install all the necessary gems. (3a. If Oniguruma doesn't compile on Mac OS X, I recommended using Homebrew to install it.)
- Once everything is installed, run
bundle exec rackup -p 3301