[QGIS Commit] r10612 - trunk/qgis
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Apr 21 16:18:30 EDT 2009
Author: jef
Date: 2009-04-21 16:18:30 -0400 (Tue, 21 Apr 2009)
New Revision: 10612
Added:
trunk/qgis/qgis.1
trunk/qgis/qgis_help.1
Removed:
trunk/qgis/qgis.man
trunk/qgis/qgis_help.man
Modified:
trunk/qgis/CMakeLists.txt
Log:
rename manual page files (fixes #1517)
Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt 2009-04-21 18:36:45 UTC (rev 10611)
+++ trunk/qgis/CMakeLists.txt 2009-04-21 20:18:30 UTC (rev 10612)
@@ -389,7 +389,7 @@
# manual page - makes sense only on unix systems
IF (UNIX)
- INSTALL (FILES qgis.man
+ INSTALL (FILES qgis.1 qgis_help.1
DESTINATION ${QGIS_MANUAL_DIR}/man1)
ENDIF (UNIX)
Copied: trunk/qgis/qgis.1 (from rev 10604, trunk/qgis/qgis.man)
===================================================================
--- trunk/qgis/qgis.1 (rev 0)
+++ trunk/qgis/qgis.1 2009-04-21 20:18:30 UTC (rev 10612)
@@ -0,0 +1,84 @@
+.TH QGIS 1 "April 13, 2008"
+.SH NAME
+qgis \- Quantum GIS Geographic Information System
+.SH SYNOPSIS
+.B qgis [--snapshot
+.I filename]
+.br
+.B " [--lang"
+.I language]
+.br
+.B " [--project"
+.I projectfile]
+.br
+.B " [--extent"
+.I xmin,ymin,xmax,ymax]
+.br
+.B " [--help]"
+.br
+.B " [file]..."
+.br
+See OPTIONS for a full description.
+.SH DESCRIPTION
+Quantum GIS (QGIS) is a Geographic Information System (GIS) built for Linux/Unix. QGIS supports vector, raster, and database formats. QGIS is licensed under the GNU Public License.
+
+Some of the major features include:
+
+*Support for spatially enabled PostGIS tables
+.br
+*Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats
+ supported by OGR
+.br
+*Raster support for a large number of formats
+.br
+*Identify features
+.br
+*Display attribute tables
+.br
+*Select features
+.br
+*GRASS Digitizing
+.br
+*Feature labeling
+.br
+.SH OPTIONS
+.TP
+.B \--snapshot filename
+Create a snapshot image from the specified layers and save it to filename. The
+snapshot is saved in PNG format.
+.TP
+.B \--lang language
+Set the language used by QGIS. Language is specified using the locale string that
+matches one of the translations supported by QGIS. For example, to use the German translation, specify
+.B --lang de
+.TP
+.B \--project filename
+Load the specified
+.SM QGIS
+project file. The layers specified in the project file are loaded, the layers
+are symbolized, and the view extent is restored.
+.TP
+.B \--extent xmin,ymin,xmax,ymax
+Set initial map extent by passing coordinates of that rectangle.
+.TP
+.B \--help
+.br
+Display brief usage help.
+.TP
+.B file...
+A list of one or more files to be loaded into QGIS at startup. Files must
+consist of a data format supported by QGIS and only disk-based formats can be
+loaded using this method. This includes shapefiles, MapInfo files, and most
+raster formats. Data stores that cannot be loaded in this way include PostGIS
+layers in a PostgreSQL database and GRASS vector/raster data.
+
+.SH FILES
+.TP
+.B ~/.config/QuantumGIS/qgis.conf
+QGIS preferences file. This file stores windows size/location, loaded plugins,
+user options, and other application settings.
+.SH BUGS
+See the QGIS home page (http://qgis.org) for a list of known issues with the latest release.
+.SH AUTHOR
+Gary Sherman <sherman at mrcc.com>
+
Deleted: trunk/qgis/qgis.man
===================================================================
--- trunk/qgis/qgis.man 2009-04-21 18:36:45 UTC (rev 10611)
+++ trunk/qgis/qgis.man 2009-04-21 20:18:30 UTC (rev 10612)
@@ -1,84 +0,0 @@
-.TH QGIS 1 "April 13, 2008"
-.SH NAME
-qgis \- Quantum GIS Geographic Information System
-.SH SYNOPSIS
-.B qgis [--snapshot
-.I filename]
-.br
-.B " [--lang"
-.I language]
-.br
-.B " [--project"
-.I projectfile]
-.br
-.B " [--extent"
-.I xmin,ymin,xmax,ymax]
-.br
-.B " [--help]"
-.br
-.B " [file]..."
-.br
-See OPTIONS for a full description.
-.SH DESCRIPTION
-Quantum GIS (QGIS) is a Geographic Information System (GIS) built for Linux/Unix. QGIS supports vector, raster, and database formats. QGIS is licensed under the GNU Public License.
-
-Some of the major features include:
-
-*Support for spatially enabled PostGIS tables
-.br
-*Support for shapefiles, ArcInfo coverages, Mapinfo, and other formats
- supported by OGR
-.br
-*Raster support for a large number of formats
-.br
-*Identify features
-.br
-*Display attribute tables
-.br
-*Select features
-.br
-*GRASS Digitizing
-.br
-*Feature labeling
-.br
-.SH OPTIONS
-.TP
-.B \--snapshot filename
-Create a snapshot image from the specified layers and save it to filename. The
-snapshot is saved in PNG format.
-.TP
-.B \--lang language
-Set the language used by QGIS. Language is specified using the locale string that
-matches one of the translations supported by QGIS. For example, to use the German translation, specify
-.B --lang de
-.TP
-.B \--project filename
-Load the specified
-.SM QGIS
-project file. The layers specified in the project file are loaded, the layers
-are symbolized, and the view extent is restored.
-.TP
-.B \--extent xmin,ymin,xmax,ymax
-Set initial map extent by passing coordinates of that rectangle.
-.TP
-.B \--help
-.br
-Display brief usage help.
-.TP
-.B file...
-A list of one or more files to be loaded into QGIS at startup. Files must
-consist of a data format supported by QGIS and only disk-based formats can be
-loaded using this method. This includes shapefiles, MapInfo files, and most
-raster formats. Data stores that cannot be loaded in this way include PostGIS
-layers in a PostgreSQL database and GRASS vector/raster data.
-
-.SH FILES
-.TP
-.B ~/.config/QuantumGIS/qgis.conf
-QGIS preferences file. This file stores windows size/location, loaded plugins,
-user options, and other application settings.
-.SH BUGS
-See the QGIS home page (http://qgis.org) for a list of known issues with the latest release.
-.SH AUTHOR
-Gary Sherman <sherman at mrcc.com>
-
Copied: trunk/qgis/qgis_help.1 (from rev 10604, trunk/qgis/qgis_help.man)
===================================================================
--- trunk/qgis/qgis_help.1 (rev 0)
+++ trunk/qgis/qgis_help.1 2009-04-21 20:18:30 UTC (rev 10612)
@@ -0,0 +1,15 @@
+.TH QGIS_HELP 1 "April 13, 2008"
+.SH NAME
+qgis_help \- help viewer for qgis, the geographic data viewer
+.SH SYNOPSIS
+.B qgis_help [helpfile]
+.br
+.SH DESCRIPTION
+.B qgis_help
+is internally used by
+.B qgis
+to view help files.
+.SH SEE ALSO
+qgis(1)
+.SH AUTHOR
+This manual page was written by Jürgen Fischer <jef at norbit.de>.
Deleted: trunk/qgis/qgis_help.man
===================================================================
--- trunk/qgis/qgis_help.man 2009-04-21 18:36:45 UTC (rev 10611)
+++ trunk/qgis/qgis_help.man 2009-04-21 20:18:30 UTC (rev 10612)
@@ -1,15 +0,0 @@
-.TH QGIS_HELP 1 "April 13, 2008"
-.SH NAME
-qgis_help \- help viewer for qgis, the geographic data viewer
-.SH SYNOPSIS
-.B qgis_help [helpfile]
-.br
-.SH DESCRIPTION
-.B qgis_help
-is internally used by
-.B qgis
-to view help files.
-.SH SEE ALSO
-qgis(1)
-.SH AUTHOR
-This manual page was written by Jürgen Fischer <jef at norbit.de>.
More information about the QGIS-commit
mailing list