1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/vendor/plugins/typus
2010-10-09 08:28:42 -04:00
..
app Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
config/locales Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
generators Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
lib Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
test Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
CHANGES Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
init.rb Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
MIT-LICENSE Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
Rakefile Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
README.rdoc Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00
typus.gemspec Photos are now paginated. Admin is handled by Typus, including file uploads. Exif reading isn't working when uploading via Typus though. 2010-10-09 08:28:42 -04:00

= 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

- Authentication by session or http.
- Access control by users and roles (only on session authentication).
- Show, search, edit and create data on a clean interface.
- Internationalized interface with xtensible and overwritable templates.
- Boolean filtering.
- Supports ActiveRecord.
- Supports Rails 3 and is Ruby 1.9 compatible.
- Tested with SQLite, MySQL, and PostgreSQL.
- MIT License.

== Links

- {Project page}[http://labs.intraducibles.com/projects/typus]
- {Documentation}[http://typus.intraducibles.com/]
- {Plugin source code}[http://github.com/fesplugas/typus]
- {Mailing list}[http://groups.google.com/group/typus]
- {Bug reports}[http://github.com/fesplugas/typus/issues]
- {Gems}[http://gemcutter.org/gems/typus]
- {Contributors}[http://github.com/fesplugas/typus/contributors]

== Installing

Install from GitHub the latest version which it's compatible with 
<tt>Rails 2.3.8</tt>.

    $ script/plugin install git://github.com/fesplugas/typus.git -r 2-3-stable

Once `typus` is installed, run the generator to create required files and 
migrate your database.

    $ script/generate typus
    $ rake db:migrate

Start the application server and go to {http://0.0.0.0:3000/admin}[http://0.0.0.0:3000/admin].

== License

Copyright &copy; 2007-2010 Francesc Esplugas, released under the MIT license.