[QGIS Commit] r9301 - in docs/trunk/english_us/user_guide: .
appendices
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Sep 11 15:20:57 EDT 2008
Author: taraathan
Date: 2008-09-11 15:20:57 -0400 (Thu, 11 Sep 2008)
New Revision: 9301
Modified:
docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex
docs/trunk/english_us/user_guide/conventions.tex
docs/trunk/english_us/user_guide/creating_applications.tex
docs/trunk/english_us/user_guide/forward.tex
docs/trunk/english_us/user_guide/getting_started.tex
docs/trunk/english_us/user_guide/grass_integration.tex
docs/trunk/english_us/user_guide/help_and_support.tex
docs/trunk/english_us/user_guide/install.tex
docs/trunk/english_us/user_guide/introduction.tex
docs/trunk/english_us/user_guide/map_composer.tex
docs/trunk/english_us/user_guide/mapserver_export.tex
docs/trunk/english_us/user_guide/plugins.tex
docs/trunk/english_us/user_guide/preamble.tex
docs/trunk/english_us/user_guide/qgis_style.sty
docs/trunk/english_us/user_guide/working_with_ogc.tex
docs/trunk/english_us/user_guide/working_with_projections.tex
docs/trunk/english_us/user_guide/working_with_raster.tex
docs/trunk/english_us/user_guide/working_with_vector.tex
Log:
added new macro (updatedisclaimer) for a disclaimer statement at the beginning of each section.
Inserted the macro as the first paragraph in each section.
When revisions are finalized for a section, the macro should be commented out.
Modified: docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex
===================================================================
--- docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{Supported Data Formats}\label{appdx_data_formats}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
\subsection{Supported OGR Formats}\label{appdx_ogr}
\index{OGR!supported formats}
Modified: docs/trunk/english_us/user_guide/conventions.tex
===================================================================
--- docs/trunk/english_us/user_guide/conventions.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/conventions.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -338,6 +338,7 @@
\newcommand{\qtdropmenuopt}[1]{\textsf{#1}}
\newcommand{\qtdialog}[1]{\textsf{#1}}
+
% These styles were used in an earlier version and should not be used anymore
%\toolbox: use \toolboxtwo instead
%\newcommand{\toolbox}[2]{%
Modified: docs/trunk/english_us/user_guide/creating_applications.tex
===================================================================
--- docs/trunk/english_us/user_guide/creating_applications.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/creating_applications.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{Creating Applications}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
One of the goals of QGIS is to provide not only an application, but a set of
libraries that can be used to create new applications. This goal has been
realized with the refactoring of libraries that took place after the release of
Modified: docs/trunk/english_us/user_guide/forward.tex
===================================================================
--- docs/trunk/english_us/user_guide/forward.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/forward.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -4,6 +4,10 @@
\pagenumbering{arabic}
\setcounter{page}{1}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
Welcome to the wonderful world of Geographical Information Systems (GIS)!
Quantum GIS (QGIS) is an Open Source Geographic Information System. The project
was born in May of 2002 and was established as a project on SourceForge in June
@@ -14,17 +18,17 @@
and C++. This means that QGIS feels snappy to use and has a pleasing, easy to
use graphical user interface.
-QGIS aims to be an easy to use GIS, providing common functions and features.
+QGIS aims to be an easy-to-use GIS, providing common functions and features.
The initial goal was to provide a GIS data viewer. QGIS has reached that point
in its evolution and is being used by many for their daily GIS data viewing
needs. QGIS supports a number of raster and vector data formats, with new
support easily added using the plugin architecture (see Appendix
-\ref{appdx_data_formats} for a full list of currenly supported data formats).
+\ref{appdx_data_formats} for a full list of currently supported data formats).
QGIS is released under the GNU General Public License (GPL). Developing QGIS
-under this license means that you can inspect and modify the source code
-and guarantees that you, our happy user will always have access to a GIS
+under this license means that you can inspect and modify the source code,
+and guarantees that you, our happy user, will always have access to a GIS
program that is free of cost and can be freely modified. You should have
-received a full copy of the license with your copy of QGIS, and you also
+received a full copy of the license with your copy of QGIS, and you also can
find it as Appendix \ref{gpl_appendix}.
\begin{quote}
Modified: docs/trunk/english_us/user_guide/getting_started.tex
===================================================================
--- docs/trunk/english_us/user_guide/getting_started.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/getting_started.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,6 +1,10 @@
% vim:autoindent:set textwidth=78:
\section{Getting Started}\label{label_getstarted}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
This chapter gives a quick overview of running QGIS with data available on the QGIS web page.
\subsection{Installation}\label{label_installation}
Modified: docs/trunk/english_us/user_guide/grass_integration.tex
===================================================================
--- docs/trunk/english_us/user_guide/grass_integration.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/grass_integration.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{GRASS Integration}\label{sec:grass}\index{GRASS}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
The GRASS~\cite{GRASSweb} plugin provides access to GRASS from within QGIS.
This includes the ability to view, edit, and create data, as well as perform
analysis using the GRASS geoprocessing modules.
Modified: docs/trunk/english_us/user_guide/help_and_support.tex
===================================================================
--- docs/trunk/english_us/user_guide/help_and_support.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/help_and_support.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{Help and Support}\label{label_helpsupport}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
\subsection{Mailinglists}
QGIS is still under active development and as such it won't always work like
you expect it to. The preferred way to get help is by joining the qgis-users
Modified: docs/trunk/english_us/user_guide/install.tex
===================================================================
--- docs/trunk/english_us/user_guide/install.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/install.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{Installation Guide}\label{label_install}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
The following chapters provide build and installation information for QGIS
Version \CURRENT. This document corresponds almost to a \LaTeX~ conversion of
the INSTALL.t2t file coming with the QGIS sources from November, 29th 2007.
Modified: docs/trunk/english_us/user_guide/introduction.tex
===================================================================
--- docs/trunk/english_us/user_guide/introduction.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/introduction.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -2,6 +2,10 @@
\section{Introduction To GIS}\label{label_intro}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
A Geographical Information System (GIS)\cite{mitchel05}\footnote{This chapter is by Tyler
Mitchell (\url{http://www.oreillynet.com/pub/wlg/7053}) and
used under the Creative Commons License. Tyler is the author of
Modified: docs/trunk/english_us/user_guide/map_composer.tex
===================================================================
--- docs/trunk/english_us/user_guide/map_composer.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/map_composer.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -2,6 +2,10 @@
\section{Map Composer}\label{label_mapcomposer}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
The map composer is a feature that provides limited layout and printing
capabilities. The composer allows you to add elements such as the QGIS map
canvas, legend, scalebar, images, and text. You can size and position each item and
Modified: docs/trunk/english_us/user_guide/mapserver_export.tex
===================================================================
--- docs/trunk/english_us/user_guide/mapserver_export.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/mapserver_export.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{Making MapServer Map Files}\label{sec:mapserver_export}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
QGIS can be used to create map files for MapServer. You use QGIS to
``compose'' your map by adding and arranging layers, symbolizing them, and
customizing the colors.
Modified: docs/trunk/english_us/user_guide/plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/plugins.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,5 +1,9 @@
\section{Using Plugins}\index{plugins}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
%% FIXME: here we need to include new python plugin section and updates
\subsection{An Introduction to Using Plugins}\label{label_introplugin}
Modified: docs/trunk/english_us/user_guide/preamble.tex
===================================================================
--- docs/trunk/english_us/user_guide/preamble.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/preamble.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -2,6 +2,10 @@
\addcontentsline{toc}{section}{Preamble}
\section*{Preamble}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
\vspace{1cm}
This document is the original user and installation guide of the described
Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/qgis_style.sty 2008-09-11 19:20:57 UTC (rev 9301)
@@ -206,6 +206,15 @@
\def\OLD{0.11.0\xspace}
\def\VERYOLD{0.9.2\xspace}
+% add disclaimer about the revision status of a section
+% usage:
+% when the revision of a section has been finalized,
+% comment out the following line:
+% \updatedisclaimer
+\newcommand{\updatedisclaimer}{DISCLAIMER: this section of the user guide
+has not yet been updated for
+consistency with Quantum GIS v\CURRENT. Read at your own risk!}
+
\usepackage[bookmarks=true, pdftitle={QGIS Manual}, pdfauthor={QGIS Project}, pdfsubject={QGIS Manual}, breaklinks=true, colorlinks=true, linkcolor=blue,dvips]{hyperref}
% if colorlinks=false then add pdfborder={0 0 0} (no link boxes)
Modified: docs/trunk/english_us/user_guide/working_with_ogc.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_ogc.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/working_with_ogc.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,6 +1,10 @@
% working with OGC-data
\section{Working with OGC Data}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
QGIS supports WMS and WFS as data sources. The support is native; WFS is
implemented as a plugin.
Modified: docs/trunk/english_us/user_guide/working_with_projections.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_projections.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/working_with_projections.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -3,6 +3,10 @@
\section{Working with Projections}\label{label_projections}
\index{Projections!working with}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
QGIS supports on-the-fly (OTF) projection of vector layers. This feature allows you
to display layers with different coordinate systems and have them overlay
properly.
Modified: docs/trunk/english_us/user_guide/working_with_raster.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_raster.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/working_with_raster.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -1,6 +1,10 @@
\section{Working with Raster Data}\label{label_raster}
\index{raster layers|(}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
QGIS supports a number of raster data formats. This section describes how to
work with raster data in QGIS.
Modified: docs/trunk/english_us/user_guide/working_with_vector.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_vector.tex 2008-09-11 14:27:04 UTC (rev 9300)
+++ docs/trunk/english_us/user_guide/working_with_vector.tex 2008-09-11 19:20:57 UTC (rev 9301)
@@ -3,6 +3,10 @@
\section{Working with Vector Data}\label{label_workingvector}
\index{vector layers|(}
+% when the revision of a section has been finalized,
+% comment out the following line:
+\updatedisclaimer
+
QGIS supports vector data in a number of formats, including those
supported by the OGR library data provider plugin, such as ESRI shapefiles,
\index{shapefiles}
More information about the QGIS-commit
mailing list