Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

Apache License, 2.0

The Apache License, 2.0 is an
open-source license.
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: Feb 21, 2011
    Last Update: Feb 20, 2011
  • Language: Python

HTML Muncher

HTML Muncher
Developed by Craig Campbell, Released Feb 21, 2011

HTML Muncher is a command line utility written in Python that rewrites classes and ids in CSS, HTML, and JavaScript files in order to save bytes and obfuscate your code.

Python

Tags: compression , contest2011 , css , html

see http://htmlmuncher.com

How it Works

  1. You pass in a list of CSS, HTML, and JavaScript files to be rewritten
  2. The CSS and JavaScript files are scanned to find any class and id references
  3. The classes and ids are mapped to new classes and ids with 1 or 2 letter names (a, b, c ... aa, ab, ac ...)
  4. The files are rewritten with the new class and id names and saved to a new location on disk
Back to top

Installation

easy_install http://htmlmuncher.com/htmlmuncher.egg
 OR 

cd html-muncher
python setup.py install
Back to top

Usage

run

munch --help

OR

http://htmlmuncher.com/#usage

User Reviews

No reviews have been submitted yet.

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.