[QGIS Commit] r10332 - docs/trunk/english_us/coding-compilation_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Mar 20 12:23:34 EDT 2009


Author: dassau
Date: 2009-03-20 12:23:34 -0400 (Fri, 20 Mar 2009)
New Revision: 10332

Modified:
   docs/trunk/english_us/coding-compilation_guide/preamble.tex
   docs/trunk/english_us/coding-compilation_guide/qgis_style.sty
   docs/trunk/english_us/coding-compilation_guide/title.tex
Log:
prepared coding and compilation guide for v1.1 updates

Modified: docs/trunk/english_us/coding-compilation_guide/preamble.tex
===================================================================
--- docs/trunk/english_us/coding-compilation_guide/preamble.tex	2009-03-20 16:12:48 UTC (rev 10331)
+++ docs/trunk/english_us/coding-compilation_guide/preamble.tex	2009-03-20 16:23:34 UTC (rev 10332)
@@ -9,11 +9,11 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-%\updatedisclaimer
+\updatedisclaimer
 
 \vspace{1cm}
 
-This document is the original installation and coding guide of the described 
+This document is the original coding and compilation guide of the described 
 software Quantum GIS. The software and hardware described in this 
 document are in most cases registered trademarks and are therefore subject 
 to the legal requirements. Quantum GIS is subject to the GNU General Public 
@@ -33,7 +33,8 @@
 and online as PDF document via \url{http://qgis.osgeo.org/documentation/manuals.html}. 
 Translated versions of this document can be downloaded via the documentation 
 area of the QGIS project as well. For more information about contributing to
-this document and about translating it, please visit: \url{http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner} 
+this document and about translating it, please visit: 
+\url{http://wiki.qgis.org/qgiswiki/DocumentationWritersCorner} 
 
 \textbf{Links in this Document}
 
@@ -45,24 +46,20 @@
 identically. 
 
 \begin{flushleft}
-\textbf{Installation and Coding Guide Authors and Editors:}
+\textbf{Coding Compilation Guide Authors and Editors:}
  
 \begin{tabular}{p{5cm} p{5cm} p{5cm}}
-Tara Athan & Radim Blazek & Godofredo Contreras \\
-Otto Dassau & Martin Dobias & J\"urgen E. Fischer \\ 
-Stephan Holl & Marco Hugentobler & Magnus Homann \\ 
-Lars Luthman & Gavin Macaulay & Werner Macho \\
-Tyler Mitchell & Brendan Morely & Gary E. Sherman \\ 
-Tim Sutton & David Willis &  \\
+Tim Sutton & Otto Dassau & Godofredo Contreras \\
+Tara Athan & Gary E. Sherman & Werner Macho \\
 \end{tabular}
 
-%\vspace{3cm}
+\vspace{2cm}
 
 With thanks to Tisham Dhar for preparing the initial msys (MS Windows)
 environment documentation, to Tom Elwertowski and William Kyngesburye for
-help in the MAC OSX Installation Section and to Carlos D\'{a}vila, Paolo
-Cavallini and Christian Gunning for revisions. If we have neglected to 
-mention any contributors, please accept our apologies for this oversight.
+help in the MAC OSX Installation Section and to Carlos D\'{a}vila. If we have
+neglected to mention any contributors, please accept our apologies for this
+oversight.
 
 \textbf{Copyright \copyright~2004 - 2009 Quantum GIS Development Team} \\
 \textbf{Internet:} \url{http://qgis.osgeo.org}

Modified: docs/trunk/english_us/coding-compilation_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/coding-compilation_guide/qgis_style.sty	2009-03-20 16:12:48 UTC (rev 10331)
+++ docs/trunk/english_us/coding-compilation_guide/qgis_style.sty	2009-03-20 16:23:34 UTC (rev 10332)
@@ -182,11 +182,11 @@
 % 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!}
+\newcommand{\updatedisclaimer}{DISCLAIMER: the Coding and Compilation Guide
+has not yet been updated for consistency with Quantum GIS v\CURRENT. Read at
+your own risk!}
 
-\usepackage[bookmarks=true, pdftitle={QGIS Installation and Coding}, pdfauthor={QGIS Project}, pdfsubject={QGIS Installation and Coding}, breaklinks=true, colorlinks=true, linkcolor=blue,dvips]{hyperref}
+\usepackage[bookmarks=true, pdftitle={QGIS Coding and Compilation Guide}, pdfauthor={QGIS Project}, pdfsubject={QGIS Coding and Compilation Guide}, 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/coding-compilation_guide/title.tex
===================================================================
--- docs/trunk/english_us/coding-compilation_guide/title.tex	2009-03-20 16:12:48 UTC (rev 10331)
+++ docs/trunk/english_us/coding-compilation_guide/title.tex	2009-03-20 16:23:34 UTC (rev 10332)
@@ -12,7 +12,7 @@
 
 \Huge{Quantum GIS}\\
 \vspace{0.5cm}
-\Large{Installation and Coding \\Guide} \\
+\Large{Coding and Compilation Guide} \\
 \vspace{0.5cm}
 %\includegraphics[clip=true, scale=0.4]{splash} 
 \Large{Version ~\CURRENT \textsl{'Kore'}}



More information about the QGIS-commit mailing list