[spatialite-tools] 12/14: Add man page for spatialite_xml_print.
Bas Couwenberg
sebastic at xs4all.nl
Mon Aug 4 01:35:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch experimental
in repository spatialite-tools.
commit 761e3dd29d6ce15c787b92a59f69c318fe11a072
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Aug 4 02:59:16 2014 +0200
Add man page for spatialite_xml_print.
---
debian/changelog | 1 +
debian/man/spatialite_xml_print.1.xml | 86 +++++++++++++++++++++++++++++++++++
debian/spatialite-bin.manpages | 1 +
3 files changed, 88 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ba3345b..b5b9882 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ spatialite-tools (4.2.0-1) UNRELEASED; urgency=medium
* Add man page for:
- spatialite_xml_collapse
- spatialite_xml_load
+ - spatialite_xml_print
-- Bas Couwenberg <sebastic at xs4all.nl> Mon, 04 Aug 2014 00:14:56 +0200
diff --git a/debian/man/spatialite_xml_print.1.xml b/debian/man/spatialite_xml_print.1.xml
new file mode 100644
index 0000000..93d7c49
--- /dev/null
+++ b/debian/man/spatialite_xml_print.1.xml
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='spatialite_xml_print'>
+
+ <refmeta>
+ <refentrytitle>spatialite_xml_print</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+
+ <refnamediv>
+ <refname>spatialite_xml_print</refname>
+ <refpurpose>export a single XML file corresponding to the current DB-file content</refpurpose>
+ </refnamediv>
+
+ <refsynopsisdiv id='synopsis'>
+ <cmdsynopsis>
+ <command>spatialite_xml_print</command>
+ <arg choice='opt'><option>-h</option></arg>
+ <arg choice='opt'><option>-d</option> <replaceable>pathname</replaceable></arg>
+ <arg choice='opt'><option>-x</option> <replaceable>pathname</replaceable></arg>
+ <arg choice='opt'><option>-cs</option> <replaceable>num</replaceable></arg>
+ <arg choice='opt'><option>-m</option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <refsect1 id='description'>
+ <title>DESCRIPTION</title>
+ <para>
+ <command>spatialite_xml_print</command> is intended to export a single
+ XML file corresponding to the current DB-file content.
+ </para>
+ <para>
+ It's useful i.e. when you've some way modified the original contents by
+ performing some SQL operation.
+ </para>
+ </refsect1>
+
+ <refsect1 id='options'>
+ <title>OPTIONS</title>
+ <variablelist>
+
+ <varlistentry>
+ <term><option>-h</option></term>
+ <term><option>--help</option></term>
+ <listitem>
+ <para>show help message</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-d</option> <replaceable>pathname</replaceable></term>
+ <term><option>--db-path</option> <replaceable>pathname</replaceable></term>
+ <listitem>
+ <para>the SpatiaLite DB [INPUT] path</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-x</option> <replaceable>pathname</replaceable></term>
+ <term><option>--xml-path</option> <replaceable>pathname</replaceable></term>
+ <listitem>
+ <para>the XML file [OUTPUT] path</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-cs</option> <replaceable>num</replaceable></term>
+ <term><option>--cache-size</option> <replaceable>num</replaceable></term>
+ <listitem>
+ <para>DB cache size (how many pages)</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-m</option></term>
+ <term><option>--in-memory</option></term>
+ <listitem>
+ <para>using IN-MEMORY database</para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </refsect1>
+
+</refentry>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index 672f947..59de7f3 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -12,3 +12,4 @@ debian/man/spatialite_osm_raw.1
debian/man/spatialite_tool.1
debian/man/spatialite_xml_collapse.1
debian/man/spatialite_xml_load.1
+debian/man/spatialite_xml_print.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git
More information about the Pkg-grass-devel
mailing list