fesplugas / typus
- Source
- Commits
- Network (37)
- Issues (6)
- Downloads (3)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 24 11:01:10 -0700 2009 | |
| |
AUTHORS.md | Sat Feb 06 10:15:01 -0800 2010 | |
| |
CHANGES | Sat Feb 06 12:13:52 -0800 2010 | |
| |
MIT-LICENSE | Sat Dec 19 12:16:13 -0800 2009 | |
| |
README.md | Mon Jan 25 11:47:43 -0800 2010 | |
| |
Rakefile | Sat Dec 19 23:52:07 -0800 2009 | |
| |
VERSION | Sat Oct 24 11:17:45 -0700 2009 | |
| |
app/ | Mon Feb 08 23:46:48 -0800 2010 | |
| |
config/ | Mon Feb 08 07:17:49 -0800 2010 | |
| |
generators/ | Sun Feb 07 00:24:56 -0800 2010 | |
| |
lib/ | Mon Feb 08 10:51:32 -0800 2010 | |
| |
rails/ | Thu Aug 13 02:31:24 -0700 2009 | |
| |
tasks/ | Sat Feb 06 11:19:19 -0800 2010 | |
| |
test/ | Sat Feb 06 11:00:24 -0800 2010 | |
| |
typus.gemspec | Sat Feb 06 10:04:09 -0800 2010 |
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
- Access control by users and roles.
- CRUD and custom actions for your models on a clean interface.
- I18n.
- Extensible and overwritable templates.
- Low memory footprint.
- MIT License, the same as Rails.
Links
Impatients to see it working?
Step 1: Create a Rails application using a template.
$ rails example.com -m http://tr.im/typus_example
Step 2: Start the server.
$ cd example.com && script/server
Step 3: Go to the admin area
$ open http://0.0.0.0:3000/admin
Want to see a demo working?
Demo application is hosted at Heroku (http://typus.heroku.com/).
Use the following credentials to log in.
Email: user@intraducibles.com
Password: columbia
Installing
Install from GitHub the latest version which it's compatible with Rails 2.3.5.
$ script/plugin install git://github.com/fesplugas/typus.git
Once typus is installed, run the generator to create required files
and migrate your database.
$ script/generate typus
$ rake db:migrate
To create the first user, start the application server, go to http://0.0.0.0:3000/admin and follow the instructions.
Support
As an experiment we encourage you to support this project by donating 90 € if you are a developer or studio. Donations do allow us to spend more time working and supporting the project.
License
Copyright © 2007-2010 Francesc Esplugas Marti, released under the MIT license
