Sha256: 239a003f9bc478b20e778625047e3895aa9ad986d5e4bfded223a3b7281cbfa1
Contents?: true
Size: 1.4 KB
Versions: 5
Compression:
Stored size: 1.4 KB
Contents
= Typus: Admin interface for Rails applications Typus is designed for a single activity: Trusted users editing structured content. Typus doesn't try to be all the things to all the people but it's extensible enough to match lots of use cases. == Key Features - User Authentication with registration and account activation - User Permissions by using Access Control Lists (stored in yaml files) - CRUD and custom actions for your models on a clean interface. - Internationalized interface. - Extensible and overwritable templates. - Low memory footprint. - Works with Rails 3.0.0 and is Ruby 1.9.2 compatible. - Tested with SQLite, MySQL and PostgreSQL. - MIT License, the same as Rails. == Links - {Project page and documentation }[http://core.typuscms.com/] - {Plugin source code}[http://github.com/fesplugas/typus] - {Mailing list}[http://groups.google.com/group/typus] - {Gems}[http://rubygems.org/gems/typus] - {Contributors}[http://github.com/fesplugas/typus/contributors] == Installing Install from GitHub the latest version which it's compatible with <tt>Rails 3.0.0</tt>. $ rails plugin install git://github.com/fesplugas/typus.git Once installed, run the generator to create required files. $ rails generate typus Start the application server and go to {http://0.0.0.0:3000/admin}[http://0.0.0.0:3000/admin]. == License Copyright © 2007-2010 Francesc Esplugas, released under the MIT license.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
typus-1.0.0.pre5 | README.rdoc |
typus-1.0.0.pre4 | README.rdoc |
typus-1.0.0.pre3 | README.rdoc |
typus-1.0.0.pre2 | README.rdoc |
typus-1.0.0.pre | README.rdoc |