Annotation of embedaddon/nginx/contrib/README, revision 1.1.1.1

1.1       misho       1: 
                      2: geo2nginx.pl           by Andrei Nigmatulin
                      3: 
                      4:        The perl script to convert CSV geoip database ( free download
                      5:        at http://www.maxmind.com/app/geoip_country ) to format, suitable
                      6:        for use by the ngx_http_geo_module.
                      7: 
                      8: 
                      9: unicode2nginx          by Maxim Dounin
                     10: 
                     11:        The perl script to convert unicode mappings ( available
                     12:        at http://www.unicode.org/Public/MAPPINGS/ ) to the nginx
                     13:        configuration file format.
                     14:        Two generated full maps for windows-1251 and koi8-r.
                     15: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>