Sha256: 70ab5e14999785cf2d2e7de92c2551565a8c7eeb6ac77ab96313a57a4bb88709

Contents?: true

Size: 1.38 KB

Versions: 5

Compression:

Stored size: 1.38 KB

Contents

Dragonfly Documentation
=======================

Welcome to the documentation for Dragonfly!

Dragonfly is a {http://rack.rubyforge.org Rack} framework for on-the-fly processing and encoding.

It includes an extension for Ruby on Rails to enable easy image handling.
It is intended to be highly customizable, and is not limited to images, but any data type that could suit on-the-fly processing/encoding.

Use the links at the top-right to navigate around the code, or jump straight to one of the guides below.

- {file:README.md Quick start for using in Rails for image handling (README)}
- {file:GettingStarted.md Getting started}
- {file:UsingWithRails.md Using with Rails}
- {file:ActiveRecord.md Using with ActiveRecord}
- {file:DataStorage.md Data Storage}
- {file:Analysers.md Analysers}
- {file:Processing.md Processing}
- {file:Encoding.md Encoding}
- {file:Shortcuts.md Shortcuts for processing and encoding}
- {file:ExampleUseCases.md Example use cases}

Installation
------------

    gem install dragonfly --source=http://gemcutter.org

Issues
------
Please use the <a href="http://github.com/markevans/dragonfly/issues">github issue tracker</a>.

Suggestions/Questions
---------------------
{http://groups.google.com/group/dragonfly-users}

Credits
-------
- <a href="http://github.com/markevans">Mark Evans</a> (author)

Copyright
---------
Copyright (c) 2009 Mark Evans. See LICENSE for details.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dragonfly-0.5.1 extra_docs/Index.md
dragonfly-0.5.0 extra_docs/Index.md
dragonfly-0.4.4 extra_docs/Index.md
dragonfly-0.4.3 extra_docs/Index.md
dragonfly-0.4.2 extra_docs/Index.md