Project

gatchaman

0.0
No commit activity in last 3 years
No release in over 3 years
Gatchaman is a gem to replace src values in HTML documents with data URI scheme
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0.3
~> 2.12.0

Runtime

~> 1.19
~> 1.5.6
 Project Readme

Gatchaman

Gatchaman is a gem to replace src values in HTML documents with data URI scheme

THE SOFTWARE IS IT'S IN ALPHA QUALITY. IT MAY CHANGE THE API WITHOUT NOTICE.

Installation

$ gem install gatchaman

Usage

$ gatchan input_file [-r document_root] [-c current_directory] [--expand-js] [--expand-css]

or

gatchaman = Gatchaman.new(document_root: document_root, current_dir: current_directory, expand_js: true, expand_css: true)
gatchaman.data_uri_schemize(html_string)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

wneko [js and css expand options]