]> git.openstreetmap.org Git - nominatim.git/commit
nominatim refactoring
authorBrian Quinion <openstreetmap@brian.quinion.co.uk>
Sat, 23 Oct 2010 23:12:37 +0000 (23:12 +0000)
committerBrian Quinion <openstreetmap@brian.quinion.co.uk>
Sat, 23 Oct 2010 23:12:37 +0000 (23:12 +0000)
commitab6a99677293c9ddb96a717f03b8a009e98ab955
tree61a6e5e4d05eca59d3c211874075c6d4ae4ca14e
nominatim refactoring
40 files changed:
lib/cmd.php [new file with mode: 0644]
lib/db.php [new file with mode: 0644]
lib/init-cmd.php [new file with mode: 0644]
lib/init-website.php [new file with mode: 0644]
lib/init.php [new file with mode: 0644]
lib/lib.php [new file with mode: 0644]
lib/log.php [new file with mode: 0644]
module/Makefile [new file with mode: 0644]
module/nominatim.c [new file with mode: 0644]
module/tokenstringreplacements.inc [new file with mode: 0644]
module/utfasciitable.h [new file with mode: 0644]
nominatim/Makefile.in [new file with mode: 0644]
nominatim/README.txt [new file with mode: 0644]
nominatim/autogen.sh [new file with mode: 0755]
nominatim/config.h.in [new file with mode: 0644]
nominatim/configure.ac [new file with mode: 0644]
nominatim/export.c [new file with mode: 0644]
nominatim/export.h [new file with mode: 0644]
nominatim/geometry.cpp [new file with mode: 0644]
nominatim/import.c [new file with mode: 0644]
nominatim/import.h [new file with mode: 0644]
nominatim/index.c [new file with mode: 0644]
nominatim/index.h [new file with mode: 0644]
nominatim/input.c [new file with mode: 0644]
nominatim/input.h [new file with mode: 0644]
nominatim/nominatim-svn.sh [new file with mode: 0755]
nominatim/nominatim.c [new file with mode: 0644]
nominatim/nominatim.h [new file with mode: 0644]
nominatim/nominatim.spec.in [new file with mode: 0644]
nominatim/partitionedtags.def [new file with mode: 0644]
nominatim/postgresql.c [new file with mode: 0644]
nominatim/postgresql.h [new file with mode: 0644]
nominatim/sprompt.c [new file with mode: 0644]
nominatim/sprompt.h [new file with mode: 0644]
settings/settings.php [new file with mode: 0644]
sql/functions.sql [new file with mode: 0644]
sql/loaddata.sql [new file with mode: 0644]
sql/partitions.src.sql [new file with mode: 0644]
sql/tables.sql [new file with mode: 0644]
utils/setup.php [new file with mode: 0755]