~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to gis/dhis-gis-geostat/mfbase/openlayers/tools/README.txt

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains tools used in the packaging or deployment of OpenLayers.
 
2
 
 
3
Javascript minimizing tools:
 
4
 
 
5
 * jsmin.c, jsmin.py:
 
6
   jsmin.py is a direct translation of the jsmin.c code into Python. jsmin.py
 
7
   will therefore run anyplace Python runs... but at significantly slower speed.
 
8
 
 
9
 * shrinksafe.py
 
10
   shrinksafe.py calls out to a third party javascript shrinking service. This 
 
11
   creates file sizes about 4% smaller (as of commit 501) of the OpenLayers 
 
12
   code. However, this also has the side effect of making you dependant on the 
 
13
   web service -- and since that service sometimes goes dead, it's risky to 
 
14
   depend on it.