public
Description: Puts 'u' back in blogging.
Homepage: http://utype.org
Clone URL: git://github.com/mariusz/utype.git
utype /
name age message
file .gitignore Mon Oct 27 11:04:31 -0700 2008 added themes/* to gitignore [solnic]
file README.markdown Mon Sep 01 09:17:30 -0700 2008 updated GEMS section in README file [solnic]
file Rakefile Tue Oct 21 03:00:02 -0700 2008 init clean up and spec_helper improvements [solnic]
directory app/ Tue Nov 11 09:26:22 -0800 2008 refactored (again) the way how parts are render... [solnic]
directory autotest/ Tue Jun 10 00:44:08 -0700 2008 Added base sections , expanded artcilelist and ... [JakubOboza]
directory config/ Thu Oct 30 16:45:10 -0700 2008 added comments options [solnic]
directory gems/ Sat Nov 08 05:29:35 -0800 2008 updated dm-is-formattable [solnic]
directory lib/ Tue Nov 11 09:26:22 -0800 2008 refactored (again) the way how parts are render... [solnic]
directory public/ Tue Nov 11 09:26:22 -0800 2008 refactored (again) the way how parts are render... [solnic]
directory spec/ Mon Nov 10 04:40:17 -0800 2008 cleaned up template_token/template/action mess ... [solnic]
directory themes/ Tue Nov 11 09:26:22 -0800 2008 refactored (again) the way how parts are render... [solnic]
README.markdown

INTRODUCTION

utype project aims to be the best blogging platform ever (or I should say a CMS system with blogging capabilities for a good start...). we've just started, so don't expect a production ready application, current sources are experimental :)

if you're interested in helping us out, just let us know.

contact information:

UTYPE

Required gems:

  1. merb-core
  2. merb-parts
  3. merb-assets
  4. merb_helpers
  5. dm-core
  6. dm-validations
  7. dm-timestamps
  8. dm-is-list
  9. dm-is-tree

Running specs:

  1. create your test database (doooh :)
  2. run: rake dm:db:automigrate MERB_ENV=test
  3. run: rake spec

Installation:

  1. Create config/database.yml and setup your databases
  2. Install utype by running: rake utype:install
  3. Run the specs: rake spec
  4. To run the server just type merb in the app root