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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Apr 28 20:32:12 EDT 2009


Author: cfarmer
Date: 2009-04-28 20:32:12 -0400 (Tue, 28 Apr 2009)
New Revision: 10679

Modified:
   docs/trunk/english_us/user_guide/Makefile
   docs/trunk/english_us/user_guide/external_plugins.tex
   docs/trunk/english_us/user_guide/plugins.tex
Log:
update to plugins intro and external plugins chapter

Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile	2009-04-29 00:30:42 UTC (rev 10678)
+++ docs/trunk/english_us/user_guide/Makefile	2009-04-29 00:32:12 UTC (rev 10679)
@@ -68,7 +68,8 @@
 	(cd ./images && make)
 	(cd ./plugins_add_wfs_layer_images && make)
 	(cd ./plugins_coordinate_capture_images && make)
-	(cd ./plugins_decorations_images && make)	
+	(cd ./plugins_decorations_images && make)
+	(cd ./plugins_diagram_overlay && make)
 	(cd ./plugins_delimited_text_images && make)
 	(cd ./plugins_dxf2shape_converter_images && make)
 	(cd ./plugins_geoprocessing_images && make)
@@ -86,6 +87,7 @@
 	(cd ./plugins_table_manager_images && make)
 	(cd ./plugins_raster_algebra_images && make)
 	(cd ./plugins_python_images && make)
+	(cd ./plugins_oracle_raster && make)
 	(cd ./getting_started_screenies && make)
 	(cd ./features_at_a_glance_screenies && make)
 	(cd ./working_with_vector_screenies && make)

Modified: docs/trunk/english_us/user_guide/external_plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/external_plugins.tex	2009-04-29 00:30:42 UTC (rev 10678)
+++ docs/trunk/english_us/user_guide/external_plugins.tex	2009-04-29 00:32:12 UTC (rev 10679)
@@ -16,7 +16,7 @@
 and is not included in this manual.
 \footnote{Updates of core plugins may be 
 available in this repository as external overlays.} 
-\footnote{Both fTools, and the Python Plugin Installer are external Python plugins, 
+\footnote{fTools, Mapserver Export, and the Plugin Installer are Python plugins, 
 but they are also part of the QGIS sources, and are automatically loaded and enabled inside
 the QGIS Plugin Manager (see Section~\ref{sec:load_external_plugin}).}
 

Modified: docs/trunk/english_us/user_guide/plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins.tex	2009-04-29 00:30:42 UTC (rev 10678)
+++ docs/trunk/english_us/user_guide/plugins.tex	2009-04-29 00:32:12 UTC (rev 10679)
@@ -107,7 +107,8 @@
 If the installation is successful, a confirmation message will appear telling you to go to \mainmenuopt{Plugins} > \dropmenuopttwo{mActionShowPluginManager}{Manage Plugins...} to load the newly installed plugin.
 
 If the installation fails, the reason for the failure will be displayed in a warning dialog. Most often, errors are the result of 
-connection problems and/or missing Python modules. In the former case you will likely need to wait before trying the install again, in the latter case, you should install the missing modules relevant to your operating system prior to using the plugin. \nix{For Linux, most required modules should be available via a package manager}. \win{For install instructions in Windows visit the module home page}. If you are using a proxy, you may need to configure it under \mainmenuopt{Edit} > \dropmenuopttwo{mActionOptions}{Options} on the \tab{Proxy} tab.
+connection problems and/or missing Python modules. In the former case you will likely need to wait before trying the install again, in the latter case, you should install the missing modules relevant to your operating system prior to using the plugin. \nix{For Linux, most required modules should be available via a package manager}. \win{For install instructions in Windows visit the module home page}. If you are using a proxy, you may need to configure it under \mainmenuopt{Edit} > \dropmenuopttwo{mActionOptions}{Options} (Gnome, OSX) 
+or \mainmenuopt{Settings} > \dropmenuopttwo{mActionOptions}{Options} (KDE, Windows) on the \tab{Proxy} tab.
 
 The \button{Uninstall plugin} button is enabled only if the selected plugin is installed and is not a core plugin. Note that if you have installed an update to a core plugin, you can uninstall this update with the \button{Uninstall plugin} and revert to the version shipped with Quantum GIS. This default version however, cannot be uninstalled.
 



More information about the QGIS-commit mailing list