| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BeautifulSoup.py | 2012-03-21 | 69.6 kB | |
| rc.sh | 2012-03-21 | 522 Bytes | |
| closure_ws.py | 2012-03-21 | 861 Bytes | |
| README.txt | 2012-03-21 | 643 Bytes | |
| oldot.py | 2012-03-21 | 1.4 kB | |
| minimize.py | 2012-03-21 | 2.1 kB | |
| jsmin.py | 2012-03-21 | 7.5 kB | |
| branch.sh | 2012-03-21 | 170 Bytes | |
| closure.py | 2012-03-21 | 568 Bytes | |
| jsmin.c | 2012-03-21 | 7.0 kB | |
| exampleparser.py | 2012-03-21 | 8.3 kB | |
| release.sh | 2012-03-21 | 1.2 kB | |
| update_dev_dir.sh | 2012-03-21 | 2.0 kB | |
| shrinksafe.py | 2012-03-21 | 1.5 kB | |
| mergejs.py | 2012-03-21 | 7.8 kB | |
| mkrelease.sh | 2012-03-21 | 1.0 kB | |
| toposort.py | 2012-03-21 | 1.1 kB | |
| Totals: 17 Items | 113.2 kB | 0 | |
This directory contains tools used in the packaging or deployment of OpenLayers. Javascript minimizing tools: * jsmin.c, jsmin.py: jsmin.py is a direct translation of the jsmin.c code into Python. jsmin.py will therefore run anyplace Python runs... but at significantly slower speed. * shrinksafe.py shrinksafe.py calls out to a third party javascript shrinking service. This creates file sizes about 4% smaller (as of commit 501) of the OpenLayers code. However, this also has the side effect of making you dependant on the web service -- and since that service sometimes goes dead, it's risky to depend on it.