Imported Upstream version 1.4.1
authorThibaut GRIDEL <tgridel@free.fr>
Mon, 1 Nov 2010 14:50:45 +0000 (15:50 +0100)
committerThibaut GRIDEL <tgridel@free.fr>
Mon, 1 Nov 2010 14:50:45 +0000 (15:50 +0100)
commit20283c6cf5c6951cc1f2787492c67a7fb72aee9a
tree50ab0892a417598bf4e05d37d1205a2939bff5ed
Imported Upstream version 1.4.1
536 files changed:
ChangeLog [new file with mode: 0644]
INSTALL.txt [new symlink]
Makefile [new file with mode: 0644]
NEWS.txt [new symlink]
README.txt [new symlink]
agpl-3.0.txt [new file with mode: 0644]
doc/ALGORITHM.txt [new file with mode: 0644]
doc/CONFIGURATION.txt [new file with mode: 0644]
doc/DATA.txt [new file with mode: 0644]
doc/INSTALL.txt [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/NEWS.txt [new file with mode: 0644]
doc/OUTPUT.txt [new file with mode: 0644]
doc/README.txt [new file with mode: 0644]
doc/TAGGING.txt [new file with mode: 0644]
doc/USAGE.txt [new file with mode: 0644]
doc/html/algorithm.html [new file with mode: 0644]
doc/html/configuration.html [new file with mode: 0644]
doc/html/data.html [new file with mode: 0644]
doc/html/example0.png [new file with mode: 0644]
doc/html/example1.png [new file with mode: 0644]
doc/html/example2.png [new file with mode: 0644]
doc/html/index.html [new file with mode: 0644]
doc/html/installation.html [new file with mode: 0644]
doc/html/output.html [new file with mode: 0644]
doc/html/style.css [new file with mode: 0644]
doc/html/tagging.html [new file with mode: 0644]
doc/html/usage.html [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/filedumper.c [new file with mode: 0644]
src/files.c [new file with mode: 0644]
src/functions.h [new file with mode: 0644]
src/functionsx.h [new file with mode: 0644]
src/nodes.c [new file with mode: 0644]
src/nodes.h [new file with mode: 0644]
src/nodesx.c [new file with mode: 0644]
src/nodesx.h [new file with mode: 0644]
src/optimiser.c [new file with mode: 0644]
src/osmparser.c [new file with mode: 0644]
src/output.c [new file with mode: 0644]
src/planetsplitter.c [new file with mode: 0644]
src/profiles.c [new file with mode: 0644]
src/profiles.h [new file with mode: 0644]
src/queue.c [new file with mode: 0644]
src/results.c [new file with mode: 0644]
src/results.h [new file with mode: 0644]
src/router.c [new file with mode: 0644]
src/segments.c [new file with mode: 0644]
src/segments.h [new file with mode: 0644]
src/segmentsx.c [new file with mode: 0644]
src/segmentsx.h [new file with mode: 0644]
src/sorting.c [new file with mode: 0644]
src/superx.c [new file with mode: 0644]
src/superx.h [new file with mode: 0644]
src/tagging.c [new file with mode: 0644]
src/tagging.h [new file with mode: 0644]
src/tagmodifier.c [new file with mode: 0644]
src/translations.c [new file with mode: 0644]
src/translations.h [new file with mode: 0644]
src/types.c [new file with mode: 0644]
src/types.h [new file with mode: 0644]
src/typesx.h [new file with mode: 0644]
src/visualiser.c [new file with mode: 0644]
src/visualiser.h [new file with mode: 0644]
src/ways.c [new file with mode: 0644]
src/ways.h [new file with mode: 0644]
src/waysx.c [new file with mode: 0644]
src/waysx.h [new file with mode: 0644]
src/xml/Makefile [new file with mode: 0644]
src/xml/test/bad-attr-character-ref.xml [new file with mode: 0644]
src/xml/test/bad-attr-entity-ref.xml [new file with mode: 0644]
src/xml/test/bad-cdata-start.xml [new file with mode: 0644]
src/xml/test/bad-comment-ends-triple-dash.xml [new file with mode: 0644]
src/xml/test/bad-double-quote-attr-amp.xml [new file with mode: 0644]
src/xml/test/bad-double-quote-attr-left-angle.xml [new file with mode: 0644]
src/xml/test/bad-double-quote-attr-right-angle.xml [new file with mode: 0644]
src/xml/test/bad-early-end-of-file.xml [new file with mode: 0644]
src/xml/test/bad-end-tag-space-at-begin1.xml [new file with mode: 0644]
src/xml/test/bad-end-tag-space-at-begin2.xml [new file with mode: 0644]
src/xml/test/bad-end-tag-space-at-end.xml [new file with mode: 0644]
src/xml/test/bad-end-tag-with-attr.xml [new file with mode: 0644]
src/xml/test/bad-single-quote-attr-amp.xml [new file with mode: 0644]
src/xml/test/bad-single-quote-attr-left-angle.xml [new file with mode: 0644]
src/xml/test/bad-single-quote-attr-right-angle.xml [new file with mode: 0644]
src/xml/test/bad-start-tag-space-at-begin.xml [new file with mode: 0644]
src/xml/test/bad-tag-attr-no-quotes.xml [new file with mode: 0644]
src/xml/test/bad-tag-attr-space-after-equal.xml [new file with mode: 0644]
src/xml/test/bad-tag-attr-space-before-equal.xml [new file with mode: 0644]
src/xml/test/bad-tag-level-nesting.xml [new file with mode: 0644]
src/xml/test/bad-unbalanced-tag-start-end.xml [new file with mode: 0644]
src/xml/test/bad-unexpected-attribute-name.xml [new file with mode: 0644]
src/xml/test/bad-unexpected-end-tag.xml [new file with mode: 0644]
src/xml/test/bad-unexpected-left-angle.xml [new file with mode: 0644]
src/xml/test/bad-unexpected-right-angle.xml [new file with mode: 0644]
src/xml/test/bad-xml-header-at-begin.xml [new file with mode: 0644]
src/xml/test/bad-xml-header-at-end.xml [new file with mode: 0644]
src/xml/test/bad-xml-header-not-first.xml [new file with mode: 0644]
src/xml/test/good.xml [new file with mode: 0644]
src/xml/test/test.xsd [new file with mode: 0644]
src/xml/xsd-to-xmlparser.c [new file with mode: 0644]
src/xmlparse.h [new file with mode: 0644]
src/xmlparse.l [new file with mode: 0644]
web/INSTALL.txt [new symlink]
web/data/create.sh [new file with mode: 0755]
web/www/openlayers/install.sh [new file with mode: 0755]
web/www/openlayers/routino.cfg [new file with mode: 0644]
web/www/routino/.htaccess [new file with mode: 0644]
web/www/routino/customrouter.cgi [new file with mode: 0755]
web/www/routino/customvisualiser.cgi [new file with mode: 0755]
web/www/routino/icons/ball-0.png [new file with mode: 0644]
web/www/routino/icons/ball-1.png [new file with mode: 0644]
web/www/routino/icons/ball-2.png [new file with mode: 0644]
web/www/routino/icons/ball-3.png [new file with mode: 0644]
web/www/routino/icons/ball-4.png [new file with mode: 0644]
web/www/routino/icons/ball-5.png [new file with mode: 0644]
web/www/routino/icons/ball-6.png [new file with mode: 0644]
web/www/routino/icons/ball-7.png [new file with mode: 0644]
web/www/routino/icons/ball-8.png [new file with mode: 0644]
web/www/routino/icons/ball-9.png [new file with mode: 0644]
web/www/routino/icons/create-icons.pl [new file with mode: 0755]
web/www/routino/icons/home.png [new file with mode: 0644]
web/www/routino/icons/limit-0.0.png [new file with mode: 0644]
web/www/routino/icons/limit-0.png [new file with mode: 0644]
web/www/routino/icons/limit-1.0.png [new file with mode: 0644]
web/www/routino/icons/limit-1.1.png [new file with mode: 0644]
web/www/routino/icons/limit-1.2.png [new file with mode: 0644]
web/www/routino/icons/limit-1.3.png [new file with mode: 0644]
web/www/routino/icons/limit-1.4.png [new file with mode: 0644]
web/www/routino/icons/limit-1.5.png [new file with mode: 0644]
web/www/routino/icons/limit-1.6.png [new file with mode: 0644]
web/www/routino/icons/limit-1.7.png [new file with mode: 0644]
web/www/routino/icons/limit-1.8.png [new file with mode: 0644]
web/www/routino/icons/limit-1.9.png [new file with mode: 0644]
web/www/routino/icons/limit-1.png [new file with mode: 0644]
web/www/routino/icons/limit-10.0.png [new file with mode: 0644]
web/www/routino/icons/limit-10.1.png [new file with mode: 0644]
web/www/routino/icons/limit-10.2.png [new file with mode: 0644]
web/www/routino/icons/limit-10.3.png [new file with mode: 0644]
web/www/routino/icons/limit-10.4.png [new file with mode: 0644]
web/www/routino/icons/limit-10.5.png [new file with mode: 0644]
web/www/routino/icons/limit-10.6.png [new file with mode: 0644]
web/www/routino/icons/limit-10.7.png [new file with mode: 0644]
web/www/routino/icons/limit-10.8.png [new file with mode: 0644]
web/www/routino/icons/limit-10.9.png [new file with mode: 0644]
web/www/routino/icons/limit-10.png [new file with mode: 0644]
web/www/routino/icons/limit-100.png [new file with mode: 0644]
web/www/routino/icons/limit-101.png [new file with mode: 0644]
web/www/routino/icons/limit-102.png [new file with mode: 0644]
web/www/routino/icons/limit-103.png [new file with mode: 0644]
web/www/routino/icons/limit-104.png [new file with mode: 0644]
web/www/routino/icons/limit-105.png [new file with mode: 0644]
web/www/routino/icons/limit-106.png [new file with mode: 0644]
web/www/routino/icons/limit-107.png [new file with mode: 0644]
web/www/routino/icons/limit-108.png [new file with mode: 0644]
web/www/routino/icons/limit-109.png [new file with mode: 0644]
web/www/routino/icons/limit-11.0.png [new file with mode: 0644]
web/www/routino/icons/limit-11.1.png [new file with mode: 0644]
web/www/routino/icons/limit-11.2.png [new file with mode: 0644]
web/www/routino/icons/limit-11.3.png [new file with mode: 0644]
web/www/routino/icons/limit-11.4.png [new file with mode: 0644]
web/www/routino/icons/limit-11.5.png [new file with mode: 0644]
web/www/routino/icons/limit-11.6.png [new file with mode: 0644]
web/www/routino/icons/limit-11.7.png [new file with mode: 0644]
web/www/routino/icons/limit-11.8.png [new file with mode: 0644]
web/www/routino/icons/limit-11.9.png [new file with mode: 0644]
web/www/routino/icons/limit-11.png [new file with mode: 0644]
web/www/routino/icons/limit-110.png [new file with mode: 0644]
web/www/routino/icons/limit-111.png [new file with mode: 0644]
web/www/routino/icons/limit-112.png [new file with mode: 0644]
web/www/routino/icons/limit-113.png [new file with mode: 0644]
web/www/routino/icons/limit-114.png [new file with mode: 0644]
web/www/routino/icons/limit-115.png [new file with mode: 0644]
web/www/routino/icons/limit-116.png [new file with mode: 0644]
web/www/routino/icons/limit-117.png [new file with mode: 0644]
web/www/routino/icons/limit-118.png [new file with mode: 0644]
web/www/routino/icons/limit-119.png [new file with mode: 0644]
web/www/routino/icons/limit-12.0.png [new file with mode: 0644]
web/www/routino/icons/limit-12.1.png [new file with mode: 0644]
web/www/routino/icons/limit-12.2.png [new file with mode: 0644]
web/www/routino/icons/limit-12.3.png [new file with mode: 0644]
web/www/routino/icons/limit-12.4.png [new file with mode: 0644]
web/www/routino/icons/limit-12.5.png [new file with mode: 0644]
web/www/routino/icons/limit-12.6.png [new file with mode: 0644]
web/www/routino/icons/limit-12.7.png [new file with mode: 0644]
web/www/routino/icons/limit-12.8.png [new file with mode: 0644]
web/www/routino/icons/limit-12.9.png [new file with mode: 0644]
web/www/routino/icons/limit-12.png [new file with mode: 0644]
web/www/routino/icons/limit-120.png [new file with mode: 0644]
web/www/routino/icons/limit-121.png [new file with mode: 0644]
web/www/routino/icons/limit-122.png [new file with mode: 0644]
web/www/routino/icons/limit-123.png [new file with mode: 0644]
web/www/routino/icons/limit-124.png [new file with mode: 0644]
web/www/routino/icons/limit-125.png [new file with mode: 0644]
web/www/routino/icons/limit-126.png [new file with mode: 0644]
web/www/routino/icons/limit-127.png [new file with mode: 0644]
web/www/routino/icons/limit-128.png [new file with mode: 0644]
web/www/routino/icons/limit-129.png [new file with mode: 0644]
web/www/routino/icons/limit-13.0.png [new file with mode: 0644]
web/www/routino/icons/limit-13.1.png [new file with mode: 0644]
web/www/routino/icons/limit-13.2.png [new file with mode: 0644]
web/www/routino/icons/limit-13.3.png [new file with mode: 0644]
web/www/routino/icons/limit-13.4.png [new file with mode: 0644]
web/www/routino/icons/limit-13.5.png [new file with mode: 0644]
web/www/routino/icons/limit-13.6.png [new file with mode: 0644]
web/www/routino/icons/limit-13.7.png [new file with mode: 0644]
web/www/routino/icons/limit-13.8.png [new file with mode: 0644]
web/www/routino/icons/limit-13.9.png [new file with mode: 0644]
web/www/routino/icons/limit-13.png [new file with mode: 0644]
web/www/routino/icons/limit-130.png [new file with mode: 0644]
web/www/routino/icons/limit-131.png [new file with mode: 0644]
web/www/routino/icons/limit-132.png [new file with mode: 0644]
web/www/routino/icons/limit-133.png [new file with mode: 0644]
web/www/routino/icons/limit-134.png [new file with mode: 0644]
web/www/routino/icons/limit-135.png [new file with mode: 0644]
web/www/routino/icons/limit-136.png [new file with mode: 0644]
web/www/routino/icons/limit-137.png [new file with mode: 0644]
web/www/routino/icons/limit-138.png [new file with mode: 0644]
web/www/routino/icons/limit-139.png [new file with mode: 0644]
web/www/routino/icons/limit-14.0.png [new file with mode: 0644]
web/www/routino/icons/limit-14.1.png [new file with mode: 0644]
web/www/routino/icons/limit-14.2.png [new file with mode: 0644]
web/www/routino/icons/limit-14.3.png [new file with mode: 0644]
web/www/routino/icons/limit-14.4.png [new file with mode: 0644]
web/www/routino/icons/limit-14.5.png [new file with mode: 0644]
web/www/routino/icons/limit-14.6.png [new file with mode: 0644]
web/www/routino/icons/limit-14.7.png [new file with mode: 0644]
web/www/routino/icons/limit-14.8.png [new file with mode: 0644]
web/www/routino/icons/limit-14.9.png [new file with mode: 0644]
web/www/routino/icons/limit-14.png [new file with mode: 0644]
web/www/routino/icons/limit-140.png [new file with mode: 0644]
web/www/routino/icons/limit-141.png [new file with mode: 0644]
web/www/routino/icons/limit-142.png [new file with mode: 0644]
web/www/routino/icons/limit-143.png [new file with mode: 0644]
web/www/routino/icons/limit-144.png [new file with mode: 0644]
web/www/routino/icons/limit-145.png [new file with mode: 0644]
web/www/routino/icons/limit-146.png [new file with mode: 0644]
web/www/routino/icons/limit-147.png [new file with mode: 0644]
web/www/routino/icons/limit-148.png [new file with mode: 0644]
web/www/routino/icons/limit-149.png [new file with mode: 0644]
web/www/routino/icons/limit-15.0.png [new file with mode: 0644]
web/www/routino/icons/limit-15.1.png [new file with mode: 0644]
web/www/routino/icons/limit-15.2.png [new file with mode: 0644]
web/www/routino/icons/limit-15.3.png [new file with mode: 0644]
web/www/routino/icons/limit-15.4.png [new file with mode: 0644]
web/www/routino/icons/limit-15.5.png [new file with mode: 0644]
web/www/routino/icons/limit-15.6.png [new file with mode: 0644]
web/www/routino/icons/limit-15.7.png [new file with mode: 0644]
web/www/routino/icons/limit-15.8.png [new file with mode: 0644]
web/www/routino/icons/limit-15.9.png [new file with mode: 0644]
web/www/routino/icons/limit-15.png [new file with mode: 0644]
web/www/routino/icons/limit-150.png [new file with mode: 0644]
web/www/routino/icons/limit-151.png [new file with mode: 0644]
web/www/routino/icons/limit-152.png [new file with mode: 0644]
web/www/routino/icons/limit-153.png [new file with mode: 0644]
web/www/routino/icons/limit-154.png [new file with mode: 0644]
web/www/routino/icons/limit-155.png [new file with mode: 0644]
web/www/routino/icons/limit-156.png [new file with mode: 0644]
web/www/routino/icons/limit-157.png [new file with mode: 0644]
web/www/routino/icons/limit-158.png [new file with mode: 0644]
web/www/routino/icons/limit-159.png [new file with mode: 0644]
web/www/routino/icons/limit-16.0.png [new file with mode: 0644]
web/www/routino/icons/limit-16.1.png [new file with mode: 0644]
web/www/routino/icons/limit-16.2.png [new file with mode: 0644]
web/www/routino/icons/limit-16.3.png [new file with mode: 0644]
web/www/routino/icons/limit-16.4.png [new file with mode: 0644]
web/www/routino/icons/limit-16.5.png [new file with mode: 0644]
web/www/routino/icons/limit-16.6.png [new file with mode: 0644]
web/www/routino/icons/limit-16.7.png [new file with mode: 0644]
web/www/routino/icons/limit-16.8.png [new file with mode: 0644]
web/www/routino/icons/limit-16.9.png [new file with mode: 0644]
web/www/routino/icons/limit-16.png [new file with mode: 0644]
web/www/routino/icons/limit-160.png [new file with mode: 0644]
web/www/routino/icons/limit-17.0.png [new file with mode: 0644]
web/www/routino/icons/limit-17.1.png [new file with mode: 0644]
web/www/routino/icons/limit-17.2.png [new file with mode: 0644]
web/www/routino/icons/limit-17.3.png [new file with mode: 0644]
web/www/routino/icons/limit-17.4.png [new file with mode: 0644]
web/www/routino/icons/limit-17.5.png [new file with mode: 0644]
web/www/routino/icons/limit-17.6.png [new file with mode: 0644]
web/www/routino/icons/limit-17.7.png [new file with mode: 0644]
web/www/routino/icons/limit-17.8.png [new file with mode: 0644]
web/www/routino/icons/limit-17.9.png [new file with mode: 0644]
web/www/routino/icons/limit-17.png [new file with mode: 0644]
web/www/routino/icons/limit-18.0.png [new file with mode: 0644]
web/www/routino/icons/limit-18.1.png [new file with mode: 0644]
web/www/routino/icons/limit-18.2.png [new file with mode: 0644]
web/www/routino/icons/limit-18.3.png [new file with mode: 0644]
web/www/routino/icons/limit-18.4.png [new file with mode: 0644]
web/www/routino/icons/limit-18.5.png [new file with mode: 0644]
web/www/routino/icons/limit-18.6.png [new file with mode: 0644]
web/www/routino/icons/limit-18.7.png [new file with mode: 0644]
web/www/routino/icons/limit-18.8.png [new file with mode: 0644]
web/www/routino/icons/limit-18.9.png [new file with mode: 0644]
web/www/routino/icons/limit-18.png [new file with mode: 0644]
web/www/routino/icons/limit-19.0.png [new file with mode: 0644]
web/www/routino/icons/limit-19.1.png [new file with mode: 0644]
web/www/routino/icons/limit-19.2.png [new file with mode: 0644]
web/www/routino/icons/limit-19.3.png [new file with mode: 0644]
web/www/routino/icons/limit-19.4.png [new file with mode: 0644]
web/www/routino/icons/limit-19.5.png [new file with mode: 0644]
web/www/routino/icons/limit-19.6.png [new file with mode: 0644]
web/www/routino/icons/limit-19.7.png [new file with mode: 0644]
web/www/routino/icons/limit-19.8.png [new file with mode: 0644]
web/www/routino/icons/limit-19.9.png [new file with mode: 0644]
web/www/routino/icons/limit-19.png [new file with mode: 0644]
web/www/routino/icons/limit-2.0.png [new file with mode: 0644]
web/www/routino/icons/limit-2.1.png [new file with mode: 0644]
web/www/routino/icons/limit-2.2.png [new file with mode: 0644]
web/www/routino/icons/limit-2.3.png [new file with mode: 0644]
web/www/routino/icons/limit-2.4.png [new file with mode: 0644]
web/www/routino/icons/limit-2.5.png [new file with mode: 0644]
web/www/routino/icons/limit-2.6.png [new file with mode: 0644]
web/www/routino/icons/limit-2.7.png [new file with mode: 0644]
web/www/routino/icons/limit-2.8.png [new file with mode: 0644]
web/www/routino/icons/limit-2.9.png [new file with mode: 0644]
web/www/routino/icons/limit-2.png [new file with mode: 0644]
web/www/routino/icons/limit-20.0.png [new file with mode: 0644]
web/www/routino/icons/limit-20.png [new file with mode: 0644]
web/www/routino/icons/limit-21.png [new file with mode: 0644]
web/www/routino/icons/limit-22.png [new file with mode: 0644]
web/www/routino/icons/limit-23.png [new file with mode: 0644]
web/www/routino/icons/limit-24.png [new file with mode: 0644]
web/www/routino/icons/limit-25.png [new file with mode: 0644]
web/www/routino/icons/limit-26.png [new file with mode: 0644]
web/www/routino/icons/limit-27.png [new file with mode: 0644]
web/www/routino/icons/limit-28.png [new file with mode: 0644]
web/www/routino/icons/limit-29.png [new file with mode: 0644]
web/www/routino/icons/limit-3.0.png [new file with mode: 0644]
web/www/routino/icons/limit-3.1.png [new file with mode: 0644]
web/www/routino/icons/limit-3.2.png [new file with mode: 0644]
web/www/routino/icons/limit-3.3.png [new file with mode: 0644]
web/www/routino/icons/limit-3.4.png [new file with mode: 0644]
web/www/routino/icons/limit-3.5.png [new file with mode: 0644]
web/www/routino/icons/limit-3.6.png [new file with mode: 0644]
web/www/routino/icons/limit-3.7.png [new file with mode: 0644]
web/www/routino/icons/limit-3.8.png [new file with mode: 0644]
web/www/routino/icons/limit-3.9.png [new file with mode: 0644]
web/www/routino/icons/limit-3.png [new file with mode: 0644]
web/www/routino/icons/limit-30.png [new file with mode: 0644]
web/www/routino/icons/limit-31.png [new file with mode: 0644]
web/www/routino/icons/limit-32.png [new file with mode: 0644]
web/www/routino/icons/limit-33.png [new file with mode: 0644]
web/www/routino/icons/limit-34.png [new file with mode: 0644]
web/www/routino/icons/limit-35.png [new file with mode: 0644]
web/www/routino/icons/limit-36.png [new file with mode: 0644]
web/www/routino/icons/limit-37.png [new file with mode: 0644]
web/www/routino/icons/limit-38.png [new file with mode: 0644]
web/www/routino/icons/limit-39.png [new file with mode: 0644]
web/www/routino/icons/limit-4.0.png [new file with mode: 0644]
web/www/routino/icons/limit-4.1.png [new file with mode: 0644]
web/www/routino/icons/limit-4.2.png [new file with mode: 0644]
web/www/routino/icons/limit-4.3.png [new file with mode: 0644]
web/www/routino/icons/limit-4.4.png [new file with mode: 0644]
web/www/routino/icons/limit-4.5.png [new file with mode: 0644]
web/www/routino/icons/limit-4.6.png [new file with mode: 0644]
web/www/routino/icons/limit-4.7.png [new file with mode: 0644]
web/www/routino/icons/limit-4.8.png [new file with mode: 0644]
web/www/routino/icons/limit-4.9.png [new file with mode: 0644]
web/www/routino/icons/limit-4.png [new file with mode: 0644]
web/www/routino/icons/limit-40.png [new file with mode: 0644]
web/www/routino/icons/limit-41.png [new file with mode: 0644]
web/www/routino/icons/limit-42.png [new file with mode: 0644]
web/www/routino/icons/limit-43.png [new file with mode: 0644]
web/www/routino/icons/limit-44.png [new file with mode: 0644]
web/www/routino/icons/limit-45.png [new file with mode: 0644]
web/www/routino/icons/limit-46.png [new file with mode: 0644]
web/www/routino/icons/limit-47.png [new file with mode: 0644]
web/www/routino/icons/limit-48.png [new file with mode: 0644]
web/www/routino/icons/limit-49.png [new file with mode: 0644]
web/www/routino/icons/limit-5.0.png [new file with mode: 0644]
web/www/routino/icons/limit-5.1.png [new file with mode: 0644]
web/www/routino/icons/limit-5.2.png [new file with mode: 0644]
web/www/routino/icons/limit-5.3.png [new file with mode: 0644]
web/www/routino/icons/limit-5.4.png [new file with mode: 0644]
web/www/routino/icons/limit-5.5.png [new file with mode: 0644]
web/www/routino/icons/limit-5.6.png [new file with mode: 0644]
web/www/routino/icons/limit-5.7.png [new file with mode: 0644]
web/www/routino/icons/limit-5.8.png [new file with mode: 0644]
web/www/routino/icons/limit-5.9.png [new file with mode: 0644]
web/www/routino/icons/limit-5.png [new file with mode: 0644]
web/www/routino/icons/limit-50.png [new file with mode: 0644]
web/www/routino/icons/limit-51.png [new file with mode: 0644]
web/www/routino/icons/limit-52.png [new file with mode: 0644]
web/www/routino/icons/limit-53.png [new file with mode: 0644]
web/www/routino/icons/limit-54.png [new file with mode: 0644]
web/www/routino/icons/limit-55.png [new file with mode: 0644]
web/www/routino/icons/limit-56.png [new file with mode: 0644]
web/www/routino/icons/limit-57.png [new file with mode: 0644]
web/www/routino/icons/limit-58.png [new file with mode: 0644]
web/www/routino/icons/limit-59.png [new file with mode: 0644]
web/www/routino/icons/limit-6.0.png [new file with mode: 0644]
web/www/routino/icons/limit-6.1.png [new file with mode: 0644]
web/www/routino/icons/limit-6.2.png [new file with mode: 0644]
web/www/routino/icons/limit-6.3.png [new file with mode: 0644]
web/www/routino/icons/limit-6.4.png [new file with mode: 0644]
web/www/routino/icons/limit-6.5.png [new file with mode: 0644]
web/www/routino/icons/limit-6.6.png [new file with mode: 0644]
web/www/routino/icons/limit-6.7.png [new file with mode: 0644]
web/www/routino/icons/limit-6.8.png [new file with mode: 0644]
web/www/routino/icons/limit-6.9.png [new file with mode: 0644]
web/www/routino/icons/limit-6.png [new file with mode: 0644]
web/www/routino/icons/limit-60.png [new file with mode: 0644]
web/www/routino/icons/limit-61.png [new file with mode: 0644]
web/www/routino/icons/limit-62.png [new file with mode: 0644]
web/www/routino/icons/limit-63.png [new file with mode: 0644]
web/www/routino/icons/limit-64.png [new file with mode: 0644]
web/www/routino/icons/limit-65.png [new file with mode: 0644]
web/www/routino/icons/limit-66.png [new file with mode: 0644]
web/www/routino/icons/limit-67.png [new file with mode: 0644]
web/www/routino/icons/limit-68.png [new file with mode: 0644]
web/www/routino/icons/limit-69.png [new file with mode: 0644]
web/www/routino/icons/limit-7.0.png [new file with mode: 0644]
web/www/routino/icons/limit-7.1.png [new file with mode: 0644]
web/www/routino/icons/limit-7.2.png [new file with mode: 0644]
web/www/routino/icons/limit-7.3.png [new file with mode: 0644]
web/www/routino/icons/limit-7.4.png [new file with mode: 0644]
web/www/routino/icons/limit-7.5.png [new file with mode: 0644]
web/www/routino/icons/limit-7.6.png [new file with mode: 0644]
web/www/routino/icons/limit-7.7.png [new file with mode: 0644]
web/www/routino/icons/limit-7.8.png [new file with mode: 0644]
web/www/routino/icons/limit-7.9.png [new file with mode: 0644]
web/www/routino/icons/limit-7.png [new file with mode: 0644]
web/www/routino/icons/limit-70.png [new file with mode: 0644]
web/www/routino/icons/limit-71.png [new file with mode: 0644]
web/www/routino/icons/limit-72.png [new file with mode: 0644]
web/www/routino/icons/limit-73.png [new file with mode: 0644]
web/www/routino/icons/limit-74.png [new file with mode: 0644]
web/www/routino/icons/limit-75.png [new file with mode: 0644]
web/www/routino/icons/limit-76.png [new file with mode: 0644]
web/www/routino/icons/limit-77.png [new file with mode: 0644]
web/www/routino/icons/limit-78.png [new file with mode: 0644]
web/www/routino/icons/limit-79.png [new file with mode: 0644]
web/www/routino/icons/limit-8.0.png [new file with mode: 0644]
web/www/routino/icons/limit-8.1.png [new file with mode: 0644]
web/www/routino/icons/limit-8.2.png [new file with mode: 0644]
web/www/routino/icons/limit-8.3.png [new file with mode: 0644]
web/www/routino/icons/limit-8.4.png [new file with mode: 0644]
web/www/routino/icons/limit-8.5.png [new file with mode: 0644]
web/www/routino/icons/limit-8.6.png [new file with mode: 0644]
web/www/routino/icons/limit-8.7.png [new file with mode: 0644]
web/www/routino/icons/limit-8.8.png [new file with mode: 0644]
web/www/routino/icons/limit-8.9.png [new file with mode: 0644]
web/www/routino/icons/limit-8.png [new file with mode: 0644]
web/www/routino/icons/limit-80.png [new file with mode: 0644]
web/www/routino/icons/limit-81.png [new file with mode: 0644]
web/www/routino/icons/limit-82.png [new file with mode: 0644]
web/www/routino/icons/limit-83.png [new file with mode: 0644]
web/www/routino/icons/limit-84.png [new file with mode: 0644]
web/www/routino/icons/limit-85.png [new file with mode: 0644]
web/www/routino/icons/limit-86.png [new file with mode: 0644]
web/www/routino/icons/limit-87.png [new file with mode: 0644]
web/www/routino/icons/limit-88.png [new file with mode: 0644]
web/www/routino/icons/limit-89.png [new file with mode: 0644]
web/www/routino/icons/limit-9.0.png [new file with mode: 0644]
web/www/routino/icons/limit-9.1.png [new file with mode: 0644]
web/www/routino/icons/limit-9.2.png [new file with mode: 0644]
web/www/routino/icons/limit-9.3.png [new file with mode: 0644]
web/www/routino/icons/limit-9.4.png [new file with mode: 0644]
web/www/routino/icons/limit-9.5.png [new file with mode: 0644]
web/www/routino/icons/limit-9.6.png [new file with mode: 0644]
web/www/routino/icons/limit-9.7.png [new file with mode: 0644]
web/www/routino/icons/limit-9.8.png [new file with mode: 0644]
web/www/routino/icons/limit-9.9.png [new file with mode: 0644]
web/www/routino/icons/limit-9.png [new file with mode: 0644]
web/www/routino/icons/limit-90.png [new file with mode: 0644]
web/www/routino/icons/limit-91.png [new file with mode: 0644]
web/www/routino/icons/limit-92.png [new file with mode: 0644]
web/www/routino/icons/limit-93.png [new file with mode: 0644]
web/www/routino/icons/limit-94.png [new file with mode: 0644]
web/www/routino/icons/limit-95.png [new file with mode: 0644]
web/www/routino/icons/limit-96.png [new file with mode: 0644]
web/www/routino/icons/limit-97.png [new file with mode: 0644]
web/www/routino/icons/limit-98.png [new file with mode: 0644]
web/www/routino/icons/limit-99.png [new file with mode: 0644]
web/www/routino/icons/limit-no.png [new file with mode: 0644]
web/www/routino/icons/marker-0-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-0-red.png [new file with mode: 0644]
web/www/routino/icons/marker-1-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-1-red.png [new file with mode: 0644]
web/www/routino/icons/marker-2-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-2-red.png [new file with mode: 0644]
web/www/routino/icons/marker-3-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-3-red.png [new file with mode: 0644]
web/www/routino/icons/marker-4-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-4-red.png [new file with mode: 0644]
web/www/routino/icons/marker-5-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-5-red.png [new file with mode: 0644]
web/www/routino/icons/marker-6-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-6-red.png [new file with mode: 0644]
web/www/routino/icons/marker-7-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-7-red.png [new file with mode: 0644]
web/www/routino/icons/marker-8-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-8-red.png [new file with mode: 0644]
web/www/routino/icons/marker-9-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-9-red.png [new file with mode: 0644]
web/www/routino/icons/marker-home-grey.png [new file with mode: 0644]
web/www/routino/icons/marker-home-red.png [new file with mode: 0644]
web/www/routino/icons/waypoint-add.png [new file with mode: 0644]
web/www/routino/icons/waypoint-centre.png [new file with mode: 0644]
web/www/routino/icons/waypoint-down.png [new file with mode: 0644]
web/www/routino/icons/waypoint-home.png [new file with mode: 0644]
web/www/routino/icons/waypoint-remove.png [new file with mode: 0644]
web/www/routino/icons/waypoint-up.png [new file with mode: 0644]
web/www/routino/index.html [new file with mode: 0644]
web/www/routino/maplayout-ie6-bugfixes.css [new file with mode: 0644]
web/www/routino/maplayout-ie7-bugfixes.css [new file with mode: 0644]
web/www/routino/maplayout.css [new file with mode: 0644]
web/www/routino/noscript.cgi [new file with mode: 0755]
web/www/routino/noscript.html [new file with mode: 0644]
web/www/routino/noscript.template.html [new file with mode: 0644]
web/www/routino/page-elements.css [new file with mode: 0644]
web/www/routino/page-elements.js [new file with mode: 0644]
web/www/routino/paths.pl [new file with mode: 0644]
web/www/routino/results.cgi [new file with mode: 0755]
web/www/routino/router.cgi [new file with mode: 0755]
web/www/routino/router.css [new file with mode: 0644]
web/www/routino/router.html [new symlink]
web/www/routino/router.html.en [new file with mode: 0644]
web/www/routino/router.js [new file with mode: 0644]
web/www/routino/router.pl [new file with mode: 0644]
web/www/routino/statistics.cgi [new file with mode: 0755]
web/www/routino/visualiser.cgi [new file with mode: 0755]
web/www/routino/visualiser.css [new file with mode: 0644]
web/www/routino/visualiser.html [new file with mode: 0644]
web/www/routino/visualiser.js [new file with mode: 0644]
xml/Makefile [new file with mode: 0644]
xml/osm.xsd [new file with mode: 0644]
xml/routino-osm.xsd [new file with mode: 0644]
xml/routino-profiles.xml [new file with mode: 0644]
xml/routino-profiles.xsd [new file with mode: 0644]
xml/routino-tagging-nomodify.xml [new file with mode: 0644]
xml/routino-tagging.xml [new file with mode: 0644]
xml/routino-tagging.xsd [new file with mode: 0644]
xml/routino-translations.xml [new file with mode: 0644]
xml/routino-translations.xsd [new file with mode: 0644]
xml/xsd.xsd [new file with mode: 0644]