[QGIS Commit] r9871 - in docs/trunk/english_us/user_guide: . appendices images

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Dec 20 07:51:41 EST 2008


Author: dassau
Date: 2008-12-20 07:51:41 -0500 (Sat, 20 Dec 2008)
New Revision: 9871

Modified:
   docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex
   docs/trunk/english_us/user_guide/coding.tex
   docs/trunk/english_us/user_guide/help_and_support.tex
   docs/trunk/english_us/user_guide/images/splash.png
   docs/trunk/english_us/user_guide/install.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/title.tex
Log:
reviewed and updated more chapters
updated splash screen but removed it from title for now



Modified: docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex
===================================================================
--- docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex	2008-12-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/appendices/supported_data_formats.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -2,7 +2,7 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-\updatedisclaimer
+% \updatedisclaimer
 
 \subsection{Supported OGR Formats}\label{appdx_ogr}
 \index{OGR!supported formats}

Modified: docs/trunk/english_us/user_guide/coding.tex
===================================================================
--- docs/trunk/english_us/user_guide/coding.tex	2008-12-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/coding.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -4,7 +4,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/help_and_support.tex
===================================================================
--- docs/trunk/english_us/user_guide/help_and_support.tex	2008-12-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/help_and_support.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -4,10 +4,10 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-\updatedisclaimer
+% \updatedisclaimer
 
 \subsection{Mailinglists}
-QGIS is still under active development and as such it won't always work like
+QGIS is 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
 mailing list. 
 
@@ -71,7 +71,7 @@
 \subsection{BugTracker}
 While the qgis-users mailing list is useful for general 'how do I do xyz in
 QGIS' type questions, you may wish to notify us about bugs in QGIS. You can
-submit bug reports using the QGIS bug tracker at \url{http://svn.qgis.org/trac}. 
+submit bug reports using the QGIS bug tracker at \url{https://trac.osgeo.org/qgis/}. 
 When creating a new ticket for a bug, please provide an email
 address where we can request additional information.
 
@@ -84,9 +84,9 @@
 Please make sure to select the type \usertext{enhancement}.
 
 If you have found a bug and fixed it yourself you can submit this patch also.
-Again, the lovely trac ticketsystem at \url{http://svn.qgis.org/trac} has this type as well. 
-Select \usertext{patch} from the type-menu. Someone of the developers will review it and
-apply it to QGIS. \\
+Again, the lovely trac ticketsystem at \url{https://trac.osgeo.org/qgis/} has this 
+type as well. Select \usertext{patch} from the type-menu. Someone of the 
+developers will review it and apply it to QGIS. \\
 Please don't be alarmed if your patch is not applied straight away - developers
 may be tied up with other committments.
 

Modified: docs/trunk/english_us/user_guide/images/splash.png
===================================================================
(Binary files differ)

Modified: docs/trunk/english_us/user_guide/install.tex
===================================================================
--- docs/trunk/english_us/user_guide/install.tex	2008-12-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/install.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -4,7 +4,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_writing_in_cpp.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_writing_in_cpp.tex	2008-12-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/plugins_writing_in_cpp.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -4,7 +4,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-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/plugins_writing_in_python.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -4,7 +4,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/title.tex
===================================================================
--- docs/trunk/english_us/user_guide/title.tex	2008-12-20 01:02:02 UTC (rev 9870)
+++ docs/trunk/english_us/user_guide/title.tex	2008-12-20 12:51:41 UTC (rev 9871)
@@ -14,9 +14,8 @@
 \vspace{0.5cm}
 \Large{User, Installation and Coding \\Guide} \\
 \vspace{0.5cm}
-\large{Version ~\CURRENT \textsl{'Kore'}}
+%\includegraphics[clip=true, scale=0.4]{splash} 
+\Large{Version ~\CURRENT \textsl{'Kore'}}
 
-\includegraphics[clip=true, scale=0.2]{splash} 
-
 \end{center}
 \end{titlepage}



More information about the QGIS-commit mailing list