[osm-tile-server] 74/117: Added man page for config file

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Nov 3 23:18:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit eac4c1c81bd9e5ecffbbcc3941b75c5271d919aa
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Sep 6 18:16:20 2015 +0200

    Added man page for config file
---
 debian/man/genmanpages.sh            |  4 ++++
 debian/man/osm-tile-server.conf.5    | 40 ++++++++++++++++++++++++++++++++++++
 debian/man/osm-tile-server.conf.txt  | 29 ++++++++++++++++++++++++++
 debian/osm-tile-server-base.manpages |  1 +
 4 files changed, 74 insertions(+)

diff --git a/debian/man/genmanpages.sh b/debian/man/genmanpages.sh
new file mode 100755
index 0000000..4e3cca1
--- /dev/null
+++ b/debian/man/genmanpages.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+
+txt2man -t OSM-TILE-SERVER.CONF              -s 5 osm-tile-server.conf.txt             > osm-tile-server.conf.5
diff --git a/debian/man/osm-tile-server.conf.5 b/debian/man/osm-tile-server.conf.5
new file mode 100644
index 0000000..12d2aa9
--- /dev/null
+++ b/debian/man/osm-tile-server.conf.5
@@ -0,0 +1,40 @@
+.\" Text automatically generated by txt2man
+.TH OSM-TILE-SERVER.CONF 5 "06 September 2015" "" ""
+.SH NAME
+\fBosm-tile-server.conf \fP- Configuration for automatic setup of OSM tile server
+\fB
+.SH DESCRIPTION
+
+
+.TP
+.B
+DBNAME=
+Sets the postgres database name for the OpenStreetMap data
+.TP
+.B
+IMPORT_SLIM=
+true or false
+.RS
+.PP
+Sets import mode to \fB--slim\fP if true.
+.RE
+.TP
+.B
+IMPORT_MEMORY=
+Sets how many MBs of memory will be used during the import. (The "\fB-C\fP" argument for osm2pgsql)
+.TP
+.B
+IMPORT_CACHE_STRATEGY=
+optimized, dense, sparse, chunked
+.RS
+.PP
+Sets the cache strategy to use. (The "\fB--cache-strategy\fP %s" argument for osm2pgsql). See \fBosm2pgsql\fP(1) for details.
+.RE
+.TP
+.B
+SRC_URL=
+URL for downloading OSM data for regions. The default is "http://download.geofabrik.de"
+.SH SEE ALSO
+\fBosm2pgsql\fP(1)
+.SH AUTHOR
+This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
diff --git a/debian/man/osm-tile-server.conf.txt b/debian/man/osm-tile-server.conf.txt
new file mode 100644
index 0000000..a9cb172
--- /dev/null
+++ b/debian/man/osm-tile-server.conf.txt
@@ -0,0 +1,29 @@
+NAME
+  osm-tile-server.conf - Configuration for automatic setup of OSM tile server 
+
+DESCRIPTION
+
+
+  DBNAME=       
+    Sets the postgres database name for the OpenStreetMap data
+
+  IMPORT_SLIM=  
+    true or false
+
+    Sets import mode to --slim if true.
+
+  IMPORT_MEMORY=  Sets how many MBs of memory will be used during the import. (The "-C" argument for osm2pgsql)
+
+  IMPORT_CACHE_STRATEGY=  
+    optimized, dense, sparse, chunked
+
+    Sets the cache strategy to use. (The "--cache-strategy %s" argument for osm2pgsql). See osm2pgsql(1) for details.
+
+  SRC_URL=    
+    URL for downloading OSM data for regions. The default is "http://download.geofabrik.de"
+
+SEE ALSO
+  osm2pgsql(1)
+
+AUTHOR
+  This manual page was written by Ruben Undheim <ruben.undheim at gmail.com> for the Debian project (and may be used by others).
diff --git a/debian/osm-tile-server-base.manpages b/debian/osm-tile-server-base.manpages
new file mode 100644
index 0000000..ae5da95
--- /dev/null
+++ b/debian/osm-tile-server-base.manpages
@@ -0,0 +1 @@
+debian/man/osm-tile-server.conf.5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git



More information about the Pkg-grass-devel mailing list