[osmosis] 02/02: Updated manual page provided by Debian.
Jochen Topf
joto-guest at moszumanska.debian.org
Tue Apr 8 17:59:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
joto-guest pushed a commit to branch master
in repository osmosis.
commit 0d4d6ebe1d759c243591342dba620f416120ca39
Author: Jochen Topf <jochen at topf.org>
Date: Tue Apr 8 19:44:39 2014 +0200
Updated manual page provided by Debian.
---
debian/osmosis.1 | 55 +++++++++++++++++++++++++++++++++++++++++++-----------
debian/osmosis.xml | 31 +++++++++++++++++-------------
2 files changed, 62 insertions(+), 24 deletions(-)
diff --git a/debian/osmosis.1 b/debian/osmosis.1
index fc3a86b..866af8f 100644
--- a/debian/osmosis.1
+++ b/debian/osmosis.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: OSMOSIS
.\" Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
-.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\" Date: 04/01/2010
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\" Date: 04/08/2014
.\" Manual: Osmosis User Manual
.\" Source: osmosis
.\" Language: English
.\"
-.TH "OSMOSIS" "1" "04/01/2010" "osmosis" "Osmosis User Manual"
+.TH "OSMOSIS" "1" "04/08/2014" "osmosis" "Osmosis User Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -42,9 +42,9 @@ command\&.
This manual page was written for the Debian distribution because the original program does not have a manual page\&.
.PP
\fBosmosis\fR
-is a command\-line Java program that processes OpenStreetMap data\&. It consistes of a series of component which can be chained together in order to perform operations on OpenStreetMap databases or XML files\&.
+is a command line Java application for processing OSM data\&. The tool consists of pluggable components that can be chained to perform a larger operation\&. For example, it has components for reading/writing databases and files, deriving/applying changes to data sources, and sorting data, (etc\&.)\&. It has been written to easily add new features without re\-writing common tasks such as file and database handling\&.
.PP
-Such options include:
+Some examples of the things it can currently do are:
.sp
.RS 4
.ie n \{\
@@ -54,7 +54,7 @@ Such options include:
.sp -1
.IP \(bu 2.3
.\}
-Generate and load dumps from and to a database\&.
+Generate planet dumps from a database
.RE
.sp
.RS 4
@@ -65,7 +65,7 @@ Generate and load dumps from and to a database\&.
.sp -1
.IP \(bu 2.3
.\}
-Produce changesets comparing databases and files and applying them to other databases and files\&.
+Load planet dumps into a database
.RE
.sp
.RS 4
@@ -76,7 +76,7 @@ Produce changesets comparing databases and files and applying them to other data
.sp -1
.IP \(bu 2.3
.\}
-Sort data contained in a file\&.
+Produce change sets using database history tables
.RE
.sp
.RS 4
@@ -87,7 +87,40 @@ Sort data contained in a file\&.
.sp -1
.IP \(bu 2.3
.\}
-Extract data contained in a bounding box or in a polygon\&.
+Apply change sets to a local database
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Compare two planet dump files and produce a change set
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Re\-sort the data contained in planet dump files
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Extract data inside a bounding box or polygon
.RE
.SH "OPTIONS"
.PP
@@ -101,8 +134,8 @@ and its subpages\&.
The upstreams
BTS
can be found at
-\m[blue]\fB\%http://trac.openstreetmap.org/\fR\m[]\&. Bugs are also discussed on upstream mailing list, at
-\m[blue]\fB\%http://lists.openstreetmap.org/listinfo/dev\fR\m[]\&.
+\m[blue]\fB\%http://trac.openstreetmap.org/query?component=osmosis\fR\m[]\&. Bugs are also discussed on upstream mailing list, at
+\m[blue]\fB\%http://lists.openstreetmap.org/listinfo/osmosis-dev\fR\m[]\&.
.SH "AUTHOR"
.PP
\fBGiovanni Mascellani\fR <\&mascellani at poisson\&.phc\&.unipi\&.it\&>
diff --git a/debian/osmosis.xml b/debian/osmosis.xml
index 9e0dcb9..fc6ffa8 100644
--- a/debian/osmosis.xml
+++ b/debian/osmosis.xml
@@ -61,17 +61,22 @@
<command>&dhpackage;</command> command.</para>
<para>This manual page was written for the Debian distribution
because the original program does not have a manual page.</para>
- <para><command>&dhpackage;</command> is a command-line Java program that
- processes OpenStreetMap data. It consistes of a series of component
- which can be chained together in order to perform operations on
- OpenStreetMap databases or XML files.</para>
- <para>Such options include:</para>
+ <para><command>&dhpackage;</command> is a command line Java application for
+ processing OSM data. The tool consists of pluggable components that can be
+ chained to perform a larger operation. For example, it has components for
+ reading/writing databases and files, deriving/applying changes to data
+ sources, and sorting data, (etc.). It has been written to easily add new
+ features without re-writing common tasks such as file and database
+ handling.</para>
+ <para>Some examples of the things it can currently do are:</para>
<itemizedlist>
- <listitem><para>Generate and load dumps from and to a database.</para></listitem>
- <listitem><para>Produce changesets comparing databases and files and applying
- them to other databases and files.</para></listitem>
- <listitem><para>Sort data contained in a file.</para></listitem>
- <listitem><para>Extract data contained in a bounding box or in a polygon.</para></listitem>
+ <listitem><para>Generate planet dumps from a database</para></listitem>
+ <listitem><para>Load planet dumps into a database</para></listitem>
+ <listitem><para>Produce change sets using database history tables</para></listitem>
+ <listitem><para>Apply change sets to a local database</para></listitem>
+ <listitem><para>Compare two planet dump files and produce a change set</para></listitem>
+ <listitem><para>Re-sort the data contained in planet dump files</para></listitem>
+ <listitem><para>Extract data inside a bounding box or polygon</para></listitem>
</itemizedlist>
</refsect1>
<refsect1 id="options">
@@ -84,9 +89,9 @@
<refsect1 id="bugs">
<title>BUGS</title>
<para>The upstreams <acronym>BTS</acronym> can be found
- at <ulink url="http://trac.openstreetmap.org/"/>. Bugs are also discussed
- on upstream mailing list, at
- <ulink url="http://lists.openstreetmap.org/listinfo/dev"/>.</para>
+ at <ulink url="http://trac.openstreetmap.org/query?component=osmosis"/>.
+ Bugs are also discussed on upstream mailing list, at
+ <ulink url="http://lists.openstreetmap.org/listinfo/osmosis-dev"/>.</para>
</refsect1>
</refentry>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmosis.git
More information about the Pkg-grass-devel
mailing list