• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

apache/H03-May-2022-722578

cgi/H03-May-2022-374295

cmake/H17-Feb-2020-342272

contrib/mapcache_detail/H17-Feb-2020-1,7871,444

include/H17-Feb-2020-2,5891,135

lib/H17-Feb-2020-34,69227,536

nginx/H03-May-2022-541377

packaging/centos/H17-Feb-2020-4734

scripts/vagrant/H17-Feb-2020-3822

static/H03-May-2022-450420

tests/H17-Feb-2020-439367

util/H03-May-2022-1,5571,348

.gitignoreH A D17-Feb-202053 65

.travis.ymlH A D17-Feb-20201.8 KiB5748

INSTALLH A D17-Feb-2020444 1612

LICENSEH A D17-Feb-20201.5 KiB3028

Makefile.vcH A D17-Feb-20202.9 KiB10462

README.rstH A D17-Feb-20202.4 KiB6047

VagrantfileH A D17-Feb-2020882 2819

appveyor.ymlH A D17-Feb-20205 KiB148130

astyle.shH A D17-Feb-2020175 93

benchmark.pyH A D17-Feb-20202.1 KiB5948

mapcache.xmlH A D17-Feb-20202.9 KiB9078

mapcache.xml.sampleH A D17-Feb-202040.8 KiB1,070476

mod_geocache.doxyfileH A D17-Feb-202066.2 KiB1,6571,193

nmake.optH A D17-Feb-20209.7 KiB275213

release-notes.shH A D17-Feb-2020643 2110

release.shH A D17-Feb-20202.1 KiB5642

README.rst

1MapCache
2========
3
4| |Build Status| |Appveyor Build Status|
5
6-------
7Summary
8-------
9
10MapCache is a server that implements tile caching to speed up access to WMS layers. The primary objectives are to be fast and easily deployable,
11while offering the essential features (and more!) expected from a tile caching solution.
12
13For more  information and complete documentation please
14visit:
15
16  http://mapserver.org/mapcache/
17
18Questions relating to MapCache use and development can be asked on the MapServer mailing lists:
19
20  http://www.mapserver.org/community/lists.html
21
22License
23-------
24
25::
26
27	/******************************************************************************
28	 *
29	 * Project:  MapServer
30	 * Purpose:  MapCache tile caching program.
31	 * Author:   Thomas Bonfort and the MapServer team.
32	 *
33	 ******************************************************************************
34	 * Copyright (c) 1996-2019 Regents of the University of Minnesota.
35	 *
36	 * Permission is hereby granted, free of charge, to any person obtaining a
37	 * copy of this software and associated documentation files (the "Software"),
38	 * to deal in the Software without restriction, including without limitation
39	 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
40	 * and/or sell copies of the Software, and to permit persons to whom the
41	 * Software is furnished to do so, subject to the following conditions:
42	 *
43	 * The above copyright notice and this permission notice shall be included in
44	 * all copies of this Software or works derived from this Software.
45	 *
46	 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47	 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48	 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
49	 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50	 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
51	 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
52	 * DEALINGS IN THE SOFTWARE.
53	 *****************************************************************************/
54
55
56.. |Build Status| image:: https://travis-ci.org/mapserver/mapcache.svg?branch=master
57   :target: https://travis-ci.org/mapserver/mapcache
58
59.. |Appveyor Build Status| image:: https://ci.appveyor.com/api/projects/status/7al5utxjh83ig71v?svg=true
60   :target: https://ci.appveyor.com/project/mapserver/mapcache