Sha256: e21897d57243700ee5a6c89274f9c4c3d17af67769924ca67a45348d2eb6b6a2

Contents?: true

Size: 1.54 KB

Versions: 5

Compression:

Stored size: 1.54 KB

Contents

# Typus: Admin Panel for Ruby on Rails applications

**Typus** allows trusted users to edit structured content.

## Key Features

- Built-in Authentication and Access Control Lists.
- CRUD and custom actions for your models on a clean interface.
- Internationalized interface ([See available translations][locales])
- Customizable and extensible templates.
- Integrated [paperclip][paperclip] and [dragonfly][dragonfly] attachments viewer.
- Works with `Rails 3.0.X`.
- Tested with latest versions of `1.8.7`, `ree`, `1.9.2` and `jruby`.
- Tested with `SQLite`, `MySQL` and `PostgreSQL`.

## Links

- [Documentation](https://github.com/typus/typus/wiki)
- [Issues](https://github.com/typus/typus/issues)
- [Demo](http://demo.typuscms.com/) ([Code][code])
- [Source Code](http://github.com/typus/typus)
- [Mailing List](http://groups.google.com/group/typus)
- [Gems](http://rubygems.org/gems/typus)
- [Contributors List](http://github.com/typus/typus/contributors)

## Installing

Add **Typus** to your `Gemfile`

    gem 'typus', :git => 'git://github.com/typus/typus.git', :branch => '3-1-unstable'

Update your bundle, run the generator and start the application server:

    $ bundle install
    $ rails generate typus
    $ rails server

and go to <http://0.0.0.0:3000/admin>.

## License

Typus is released under the MIT license.

[paperclip]: http://rubygems.org/gems/paperclip
[dragonfly]: http://rubygems.org/gems/dragonfly
[code]: https://github.com/typus/typus/tree/master/test/fixtures/rails_app
[locales]: https://github.com/typus/typus/tree/master/config/locales

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typus-3.1.0.rc11 README.md
typus-3.1.0.rc10 README.md
typus-3.1.0.rc9 README.md
typus-3.1.0.rc8 README.md
typus-3.1.0.rc7 README.md