0.0
No commit activity in last 3 years
No release in over a year
Crabgrass::Media is the Media engine of Crabgrass. Crabgrass is a web application designed for activist groups to be better able to collaborate online. Mostly, it is a glorified wiki with fine-grain control over access rights. Crabgrass::Media is a rails engine to do media transformations.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Crabgrass::Media is the Media engine of Crabgrass.

Crabgrass is a web application designed for activist groups to be better able to collaborate online. Mostly, it is a glorified wiki with fine-grain control over access rights.

Crabgrass::Media is a rails engine to do media transformations.

You can add new media transformations by subclassing Transmogrifier.

Example usage:

  transmog = Media.transmogrifier(:input_file => 'myfile.odt', :output_file => 'myfile.jpg')
  status = transmog.run do |progress|
    puts progress
  end

Requirements:

Strongly suggested:

  gem install mime-types

Crabgrass and Crabgrass::Media are based on Ruby on Rails and MySQL. They are released under the AGPL license, version 3.