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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Mar 20 17:07:14 EDT 2009


Author: dassau
Date: 2009-03-20 17:07:13 -0400 (Fri, 20 Mar 2009)
New Revision: 10340

Modified:
   docs/trunk/english_us/user_guide/features_at_a_glance.tex
   docs/trunk/english_us/user_guide/getting_started.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
Log:
checked for broken references, some updates to prepare for 1.1.0 version


Modified: docs/trunk/english_us/user_guide/features_at_a_glance.tex
===================================================================
--- docs/trunk/english_us/user_guide/features_at_a_glance.tex	2009-03-20 19:27:55 UTC (rev 10339)
+++ docs/trunk/english_us/user_guide/features_at_a_glance.tex	2009-03-20 21:07:13 UTC (rev 10340)
@@ -17,12 +17,12 @@
 repeat this here and you will see that QGIS also provides further command line options. 
 
 \begin{itemize}
-\item \nix{assuming that QGIS is installed in the PATH, you can start QGIS 
+\item \nix{Assuming that QGIS is installed in the PATH, you can start QGIS 
 by typing: \usertext{qgis}  at a command prompt or by double clicking on the QGIS
 application link (or shortcut) on the desktop.} 
-\item \win{start QGIS using the Start menu or desktop shortcut, 
+\item \win{Start QGIS using the Start menu or desktop shortcut, 
 or double click on a QGIS project file.}
-\item \osx{double click the icon in your Applications folder.}
+\item \osx{Double click the icon in your Applications folder.}
 \end{itemize} 
 
 To stop QGIS, click the menu options \{\nix{}\win{File} \osx{QGIS}\} > Quit,
@@ -87,8 +87,8 @@
 
 \minisec{Command line option \usertext{---project}}
 Starting QGIS with an existing project file is also possible. Just
-add the command line option \usertext{--project} followed by your project name
-and QGIS will open with all layers loaded described in the given file.
+add the command line option \usertext{---project} followed by your project
+name and QGIS will open with all layers loaded described in the given file.
 
 \minisec{Command line option \usertext{---extent}}
 To start with a specific map extent use this option. You need to add the bounding

Modified: docs/trunk/english_us/user_guide/getting_started.tex
===================================================================
--- docs/trunk/english_us/user_guide/getting_started.tex	2009-03-20 19:27:55 UTC (rev 10339)
+++ docs/trunk/english_us/user_guide/getting_started.tex	2009-03-20 21:07:13 UTC (rev 10340)
@@ -19,13 +19,13 @@
 manager are provided. Get the latest information on binary packages at the
 QGIS website at \url{http://qgis.osgeo.org/download/}.
 
-If you need to build QGIS from source, this is documentated in Appendix
-\ref{sec:install_windows} for MS Windows \win, Appendix
-\ref{sec:install_macosx} for Mac OSX \osx and Appendix
-\ref{sec:install_linux} for GNU/Linux \nix. The Installation instructions are
-distributed with the QGIS source code and also available at
-\url{http://qgis.osgeo.org}.
+\minisec{Installation from source}
 
+If you need to build QGIS from source, please refer to the coding and
+compiling guide available at \url{http://qgis.osgeo.org/documentation/}. 
+The installation instructions are also distributed with the QGIS source
+code.
+
 \subsection{Sample Data}\label{label_sampledata}
 \index{data!sample} 
 
@@ -78,7 +78,8 @@
 
 If you intend to use QGIS as graphical frontend for GRASS, you can find a
 selection of sample locations (e.g. Spearfish or South Dakota) at the
-official GRASS GIS-website \url{http://grass.osgeo.org/download/data.php}. 
+official GRASS GIS website \\
+\url{http://grass.osgeo.org/download/data.php}. 
 
 \subsection{Sample Session}\label{samplesession}
 
@@ -94,7 +95,7 @@
 \item \nix{Start QGIS by typing: \usertext{qgis} at a command prompt.}
 \item \win{Start QGIS using the Start menu or desktop shortcut, 
 or double click on a QGIS project file.}
-\item \osx{double click the icon in your Applications folder.}
+\item \osx{Double click the icon in your Applications folder.}
 \end{itemize} 
 
 \minisec{Load raster and vector layers from the sample dataset}
@@ -104,7 +105,7 @@
 \item Browse to the folder \filename{qgis\_sample\_data/raster/}, select 
 the ERDAS Img file \filename{landcover.img} and click \button{Open}.
 \item Now click on the \toolbtntwo{mActionAddOgrLayer}{Load Vector} icon.
-\item browse to the folder \filename{qgis\_sample\_data/gml/}, select 
+\item Browse to the folder \filename{qgis\_sample\_data/gml/}, select 
 the GML file \filename{lakes.gml} and click \button{Open}.
 \item Zoom in a bit to your favorite area with some lakes.
 \item Double click the \filename{lakes} layer in the map legend to open the 

Modified: docs/trunk/english_us/user_guide/plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins.tex	2009-03-20 19:27:55 UTC (rev 10339)
+++ docs/trunk/english_us/user_guide/plugins.tex	2009-03-20 21:07:13 UTC (rev 10340)
@@ -86,8 +86,24 @@
 
 \minisec{Plugins tab}
 
-To install a plugin, select it from the list and click the \button{Install plugin} button. The plugin is installed in its own directory, e.g. for \nix under \filename{\$HOME/.qgis/python/plugins} and is only visible for the user who has installed it. See a list of other OS specific subdirectory used for plugins in Section~\ref{subsec:pyfoursteps}. If the installation is successful, a confirmation message will appear. Then you need go to the \mainmenuopt{Plugins} > \dropmenuopttwo{mActionShowPluginManager}{Manage Plugins...} and load the installed plugin. 
+To install a plugin, select it from the list and click the \button{Install plugin} button. The plugin is installed in its own directory. 
 
+\begin{itemize}
+\item \nix{Linux and other unices}:\\
+./share/qgis/python/plugins \\
+/home/\$USERNAME/.qgis/python/plugins
+\item \osx{Mac OS X}:\\
+./Contents/MacOS/share/qgis/python/plugins \\
+/Users/\$USERNAME/.qgis/python/plugins
+\item \win{Windows}:\\
+C:\textbackslash Program Files\textbackslash QGIS\textbackslash
+python\textbackslash plugins \\
+C:\textbackslash Documents and Settings\textbackslash\$USERNAME\textbackslash
+.qgis\textbackslash python\textbackslash plugins
+\end{itemize}
+
+If the installation is successful, a confirmation message will appear. Then you need go to the \mainmenuopt{Plugins} > \dropmenuopttwo{mActionShowPluginManager}{Manage Plugins...} and load the installed plugin. 
+
 If the installation fails, the reason is displayed. The most often troubles are related to connection errors and missing Python modules. In the former case you'll probably need to wait some minutes or hours, in the latter one you need to install the missing modules in your operating system prior to using the plugin. \nix{For Linux, most required modules should be available in a package manager}. \win{For install instructions in Windows visit the module home page}. If you use a proxy, you may need to configure it under the menu \mainmenuopt{Settings} > \dropmenuopttwo{mActionOptions}{Options} on the \tab{Proxy} tab.
 
 The \button{Uninstall plugin} button is enabled only if the selected plugin is installed and it's not a core plugin. Note that if you have installed an update of a core plugin, you can still uninstall this update with the \button{Uninstall plugin} and revert to the version shipped within Quantum GIS install package. This one cannot be uninstalled.

Modified: docs/trunk/english_us/user_guide/preamble.tex
===================================================================
--- docs/trunk/english_us/user_guide/preamble.tex	2009-03-20 19:27:55 UTC (rev 10339)
+++ docs/trunk/english_us/user_guide/preamble.tex	2009-03-20 21:07:13 UTC (rev 10340)
@@ -24,11 +24,7 @@
 % comment out the following line:
 %\updatedisclaimer
 
-\vspace{1cm}
-
-
-
-This document is the original user, installation and coding guide of the described 
+This document is the original user 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 
@@ -50,6 +46,8 @@
 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} 
 
+\vspace{0.5cm}
+
 \textbf{Links in this Document}
 
 This document contains internal and external links.  Clicking on an
@@ -71,7 +69,7 @@
 Tim Sutton & David Willis &  \\
 \end{tabular}
 
-%\vspace{3cm}
+\vspace{0.5cm}
 
 With thanks to Tisham Dhar for preparing the initial msys (MS Windows)
 environment documentation, to Tom Elwertowski and William Kyngesburye for

Modified: docs/trunk/english_us/user_guide/qgis_style.sty
===================================================================
--- docs/trunk/english_us/user_guide/qgis_style.sty	2009-03-20 19:27:55 UTC (rev 10339)
+++ docs/trunk/english_us/user_guide/qgis_style.sty	2009-03-20 21:07:13 UTC (rev 10340)
@@ -173,9 +173,9 @@
 \usepackage{xspace}
 
 %Macros QGIS Versions
-\def\CURRENT{1.0.0\xspace}
-\def\OLD{0.11.0\xspace}
-\def\VERYOLD{0.9.2\xspace}
+\def\CURRENT{1.1.0\xspace}
+\def\OLD{1.0.0\xspace}
+\def\VERYOLD{0.11.0\xspace}
 
 % add disclaimer about the revision status of a section
 % usage: 



More information about the QGIS-commit mailing list