[QGIS Commit] r9846 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Dec 18 07:08:36 EST 2008


Author: dassau
Date: 2008-12-18 07:08:36 -0500 (Thu, 18 Dec 2008)
New Revision: 9846

Modified:
   docs/trunk/english_us/user_guide/coding.tex
   docs/trunk/english_us/user_guide/core_plugins.tex
   docs/trunk/english_us/user_guide/grass_integration.tex
   docs/trunk/english_us/user_guide/install.tex
   docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex
   docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex
   docs/trunk/english_us/user_guide/plugins_ftools.tex
   docs/trunk/english_us/user_guide/plugins_mapserver_export.tex
   docs/trunk/english_us/user_guide/plugins_ogr_converter.tex
   docs/trunk/english_us/user_guide/plugins_writing_in_cpp.tex
   docs/trunk/english_us/user_guide/plugins_writing_in_python.tex
   docs/trunk/english_us/user_guide/preamble.tex
   docs/trunk/english_us/user_guide/print_composer.tex
   docs/trunk/english_us/user_guide/working_with_vector.tex
Log:
uncommented all \updatedisclaimers to start revision 


Modified: docs/trunk/english_us/user_guide/coding.tex
===================================================================
--- docs/trunk/english_us/user_guide/coding.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/coding.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized,
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 The following chapters provide coding information for QGIS Version \CURRENT. 
 This document corresponds almost to a \LaTeX~ conversion of

Modified: docs/trunk/english_us/user_guide/core_plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/core_plugins.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/core_plugins.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 QGIS currently contains 16 core plugins that can be loaded using the Plugin Manager.
 Table \ref{tab:core_plugins} lists each of the core plugins along with a description of 
@@ -74,4 +74,4 @@
 
 \begin{Tip}\caption{\textsc{Plugins Settings Saved to Project}}\index{plugins settings}
 \qgistip{When you save a .qgs project, any changes you have made to NorthArrow, ScaleBar and Copyright plugins will be saved in the project and restored next time you load the project.}
-\end{Tip}
\ No newline at end of file
+\end{Tip}

Modified: docs/trunk/english_us/user_guide/grass_integration.tex
===================================================================
--- docs/trunk/english_us/user_guide/grass_integration.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/grass_integration.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-%\updatedisclaimer
+\updatedisclaimer
 
 The GRASS plugin provides access to GRASS GIS~\cite{GRASSweb} databases and 
 functionalities. This includes visualization of GRASS raster and vector 

Modified: docs/trunk/english_us/user_guide/install.tex
===================================================================
--- docs/trunk/english_us/user_guide/install.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/install.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized,
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 The following chapters provide build and installation information for QGIS
 Version \CURRENT. This document corresponds almost to a \LaTeX~ conversion of

Modified: docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_coordinate_capture.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 The coordinate capture plugin is easy to use and provides the 
 capability to display coordinates on the map canvas for two 

Modified: docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 The dxf2shape converter plugin allows to convert vector data from DXF to Shapefile 
 format. It is very simple to handle and provides following functionality as 

Modified: docs/trunk/english_us/user_guide/plugins_ftools.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ftools.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_ftools.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-%\updatedisclaimer
+\updatedisclaimer
 
 The goal of the fTools python plugin is to provide a one-stop resource for
 many common vector-based GIS tasks, without the need for additional software, 

Modified: docs/trunk/english_us/user_guide/plugins_mapserver_export.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_mapserver_export.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_mapserver_export.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-%\updatedisclaimer
+\updatedisclaimer
 
 You can use QGIS to ``compose'' your map by adding and arranging layers, 
 symbolizing them, customizing the colors and then create a map file 

Modified: docs/trunk/english_us/user_guide/plugins_ogr_converter.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ogr_converter.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_ogr_converter.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 The OGR layer converter plugin allows to convert vector data from one OGR-supported 
 vector format to another OGR-supported vector format. It is very simple to handle and 

Modified: docs/trunk/english_us/user_guide/plugins_writing_in_cpp.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_writing_in_cpp.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_writing_in_cpp.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-%\updatedisclaimer
+\updatedisclaimer
 
 In this section we provide a beginner's tutorial for writing a simple QGIS
 C++ plugin. It is based on a workshop held by Dr. Marco Hugentobler. 

Modified: docs/trunk/english_us/user_guide/plugins_writing_in_python.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_writing_in_python.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/plugins_writing_in_python.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized,
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 In this section you find a beginner's tutorial for writing a QGIS Python
 plugins. It is based on the workshop "Extending the Functionality of QGIS

Modified: docs/trunk/english_us/user_guide/preamble.tex
===================================================================
--- docs/trunk/english_us/user_guide/preamble.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/preamble.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -4,7 +4,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-% \updatedisclaimer
+\updatedisclaimer
 
 \vspace{1cm}
 

Modified: docs/trunk/english_us/user_guide/print_composer.tex
===================================================================
--- docs/trunk/english_us/user_guide/print_composer.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/print_composer.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -4,7 +4,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-%\updatedisclaimer
+\updatedisclaimer
 
 The print composer provides growing layout and printing
 capabilities. It allows you to add elements such as the QGIS map canvas, 

Modified: docs/trunk/english_us/user_guide/working_with_vector.tex
===================================================================
--- docs/trunk/english_us/user_guide/working_with_vector.tex	2008-12-18 11:19:42 UTC (rev 9845)
+++ docs/trunk/english_us/user_guide/working_with_vector.tex	2008-12-18 12:08:36 UTC (rev 9846)
@@ -3,6 +3,11 @@
 \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