[QGIS Commit] r9840 - in docs/trunk/english_us/user_guide: . plugins_raster_algebra_images plugins_table_manager_images

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Dec 17 13:55:51 EST 2008


Author: dassau
Date: 2008-12-17 13:55:51 -0500 (Wed, 17 Dec 2008)
New Revision: 9840

Added:
   docs/trunk/english_us/user_guide/plugins_raster_algebra.tex
   docs/trunk/english_us/user_guide/plugins_raster_algebra_images/
   docs/trunk/english_us/user_guide/plugins_raster_algebra_images/Makefile
   docs/trunk/english_us/user_guide/plugins_raster_algebra_images/ftoolslogo.png
   docs/trunk/english_us/user_guide/plugins_table_manager.tex
   docs/trunk/english_us/user_guide/plugins_table_manager_images/
   docs/trunk/english_us/user_guide/plugins_table_manager_images/Makefile
   docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_1downarrow.png
   docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_1uparrow.png
   docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_sum.png
   docs/trunk/english_us/user_guide/plugins_table_manager_images/tableManagerIcon.png
   docs/trunk/english_us/user_guide/plugins_table_manager_images/tableManagerIcon3.png
Modified:
   docs/trunk/english_us/user_guide/Makefile
   docs/trunk/english_us/user_guide/external_plugins.tex
   docs/trunk/english_us/user_guide/plugins_ftools.tex
   docs/trunk/english_us/user_guide/user_guide.tex
Log:
started with sections for more external plugins


Modified: docs/trunk/english_us/user_guide/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/Makefile	2008-12-17 11:06:13 UTC (rev 9839)
+++ docs/trunk/english_us/user_guide/Makefile	2008-12-17 18:55:51 UTC (rev 9840)
@@ -83,6 +83,8 @@
 	(cd ./plugins_spit_images && make)
 	(cd ./plugins_screenies && make)
 	(cd ./plugins_ftools_images && make)
+	(cd ./plugins_table_manager_images && make)
+	(cd ./plugins_raster_algebra_images && make)
 	(cd ./plugins_python_images && make)
 	(cd ./getting_started_screenies && make)
 	(cd ./working_with_vector_screenies && make)
@@ -133,6 +135,8 @@
 	(cd ./plugins_spit_images && make clean)
 	(cd ./plugins_python_images && make clean)
 	(cd ./plugins_ftools_images && make clean)
+	(cd ./plugins_table_manager_images && make clean)
+	(cd ./plugins_raster_algebra_images && make clean)
 	(cd ./plugins_screenies && make clean)
 	(cd ./getting_started_screenies && make clean)
 	(cd ./working_with_vector_screenies && make clean)

Modified: docs/trunk/english_us/user_guide/external_plugins.tex
===================================================================
--- docs/trunk/english_us/user_guide/external_plugins.tex	2008-12-17 11:06:13 UTC (rev 9839)
+++ docs/trunk/english_us/user_guide/external_plugins.tex	2008-12-17 18:55:51 UTC (rev 9840)
@@ -4,10 +4,49 @@
 % comment out the following line:
 \updatedisclaimer
 
-External QGIS plugins are currently all written in python. They are stored 
-in external svn repositories and maintained by the individual author. They 
-can be added to the QGIS \filename{Plugin Manager} with the 
-\filename{Plugin installer} plugin, described in Section 
-\ref{sec:external_plugins}.
+External QGIS plugins are all written in python. They are stored in 
+an official, moderated svn repository and maintained by the individual 
+author. Table \ref{tab:external_plugins} shows a list of plugins 
+currently available. All these plugins are descibed in this manual.
 
+\begin{table}[H]
+\centering
+\caption{QGIS moderated external Plugins}\label{tab:external_plugins}\medskip
+\small
+ \begin{tabular}{|l|l|p{4in}|}
+\hline \textbf{Icon} & \textbf{external Plugin} & \textbf{Description}\\
+\hline
+\includegraphics[width=0.7cm]{ftoolslogo}
+ & fTools \index{plugins!fTools} & Vector analysis and data management tools\\
+\hline
+\includegraphics[width=0.7cm]{tableManagerIcon}
+ & Table Manager \index{plugins!Table Manager}& Manage attribute tables \\
+\hline
+\includegraphics[width=0.7cm]{ftoolslogo}
+ & Raster Algebra \index{plugins!Raster Algebra}& Basic raster algebra 
+for GDAL supported raster layer\\
+\hline
+\end{tabular}
+\end{table}
 
+A detailed install description for external python plugins can be found in 
+Section \ref{sec:load_external_plugin}.
+
+\minisec{Unofficial Python Plugin repository}
+
+Apart from the moderated external plugins there exist another unofficial 
+Python Plugin repository. It contains of plugins that are not yet stable 
+enough... 
+
+ADD MORE INFO HERE 
+
+\begin{Tip} \caption{\textsc{Add more external Plugins}}
+\qgistip{Apart from the official QGIS plugin repository you can add 
+more external repositories. Therefore select the Repositories tab in 
+the Python Plugins Installer
+}
+\end{Tip}
+
+
+
+

Modified: docs/trunk/english_us/user_guide/plugins_ftools.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_ftools.tex	2008-12-17 11:06:13 UTC (rev 9839)
+++ docs/trunk/english_us/user_guide/plugins_ftools.tex	2008-12-17 18:55:51 UTC (rev 9840)
@@ -12,8 +12,8 @@
 \minisec{Install the fTools Plugin}
 
 To use the functionalities in QGIS, you must install the fTool python plugin
-with the \mainmenuopt{Fetch Python Plugins} Installer from Carson Farmers 
-Repository (see Section \ref{sec:external_plugins}). Then select and load it 
+with the \mainmenuopt{Fetch Python Plugins} Installer (see 
+Section \ref{sec:load_external_plugin}). Then select and load it 
 with the Plugin Manager. Therefore click the menu \mainmenuopt{Plugins} > 
 \mainmenuopt{Manage Plugins}, select \dropmenuopt{fTools} and click 
 \button{OK}. A new menu \mainmenuopt{Tools} occurs in the menu bar with 

Added: docs/trunk/english_us/user_guide/plugins_raster_algebra.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_raster_algebra.tex	                        (rev 0)
+++ docs/trunk/english_us/user_guide/plugins_raster_algebra.tex	2008-12-17 18:55:51 UTC (rev 9840)
@@ -0,0 +1,18 @@
+\subsection{Raster Algebra Plugin}\label{sec:ftools}
+
+% when the revision of a section has been finalized, 
+% comment out the following line:
+\updatedisclaimer
+
+
+
+\minisec{Install the Raster Algebra Plugin}
+
+To use the functionalities in QGIS, you must install the Raster Algebra 
+python plugin with the \mainmenuopt{Fetch Python Plugins} Installer 
+(see Section \ref{sec:load_external_plugin}). Then select and load it 
+with the Plugin Manager. Therefore click the menu \mainmenuopt{Plugins} > 
+\mainmenuopt{Manage Plugins}, select \dropmenuopt{Raster Algebra} and click 
+\button{OK}. A new \toolbtntwo{copyright_label}{Raster Algebra} icon occurs 
+in the toolbar.
+

Added: docs/trunk/english_us/user_guide/plugins_raster_algebra_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_raster_algebra_images/Makefile	                        (rev 0)
+++ docs/trunk/english_us/user_guide/plugins_raster_algebra_images/Makefile	2008-12-17 18:55:51 UTC (rev 9840)
@@ -0,0 +1,41 @@
+# makefile to convert figures into eps format for the book
+
+# Comments from Michel Wurtz:
+# You will notice that the list given is the list of targets.  "all" just
+# refer to this list.  The most important rule is the next rule, that give
+# the generic rule for transforming a .fig into a .eps file.  Note the use
+# of % (define the couple target:source) and the use of
+# $< (source postfix, here .fig) and $@ (target postfix, here .eps)
+
+# with .eps extension:
+# JPG=qgis_icon_new_verylarge.eps\
+#	nextfile.eps
+
+PNG=ftoolslogo.eps\
+
+    	
+##### TARGETS #####
+
+all: $(PNG) $(JPG)
+	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
+	#do not use move (mv):
+	cp *.eps ../finalpix/
+
+#$(EPS):	%.eps: %.fig
+#	fig2dev -L eps $< > $@
+
+#$(FIGPNG): %.png: %.fig
+#	fig2dev -L png -m 2 $< > $@
+
+$(PNG): %.eps: %.png
+	# Workaround for PDF
+	#convert -geometry 300x -depth 1 $< $@
+	convert $< $@ 
+
+$(JPG): %.eps: %.jpg
+	# Workaround for PDF
+	#convert -geometry 300x -depth 1 $< $@
+	convert $< $@
+
+clean:
+	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Added: docs/trunk/english_us/user_guide/plugins_raster_algebra_images/ftoolslogo.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_raster_algebra_images/ftoolslogo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_table_manager.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_table_manager.tex	                        (rev 0)
+++ docs/trunk/english_us/user_guide/plugins_table_manager.tex	2008-12-17 18:55:51 UTC (rev 9840)
@@ -0,0 +1,26 @@
+\subsection{Table Manager Plugin}\label{sec:ftools}
+
+% when the revision of a section has been finalized, 
+% comment out the following line:
+\updatedisclaimer
+
+This plugin provides tools for managing attribute tables. It provides the 
+possibility of managing attribute fields directly from QGIS. At the moment 
+this includes to insert, delete, move and clone fields and save the results 
+as new shapefile. This plugin does not yet write anything to the original 
+table. All changes are exported to a new shapefile layer for safety reasons.
+
+\minisec{Install the Table Manager Plugin}
+
+To use the functionalities in QGIS, you must install the Table Manager python 
+plugin with the \mainmenuopt{Fetch Python Plugins} Installer (see Section 
+\ref{sec:load_external_plugin}). Then select and load it with the Plugin Manager. 
+Therefore click the menu \mainmenuopt{Plugins} > 
+\mainmenuopt{Manage Plugins}, select \dropmenuopt{Table Manager} and click 
+\button{OK}. A new \toolbtntwo{tableManagerIcon}{Table Manager} icon occurs 
+in the toolbar. icon appears in the toolbar menu.
+
+
+
+
+

Added: docs/trunk/english_us/user_guide/plugins_table_manager_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_table_manager_images/Makefile	                        (rev 0)
+++ docs/trunk/english_us/user_guide/plugins_table_manager_images/Makefile	2008-12-17 18:55:51 UTC (rev 9840)
@@ -0,0 +1,45 @@
+# makefile to convert figures into eps format for the book
+
+# Comments from Michel Wurtz:
+# You will notice that the list given is the list of targets.  "all" just
+# refer to this list.  The most important rule is the next rule, that give
+# the generic rule for transforming a .fig into a .eps file.  Note the use
+# of % (define the couple target:source) and the use of
+# $< (source postfix, here .fig) and $@ (target postfix, here .eps)
+
+# with .eps extension:
+# JPG=qgis_icon_new_verylarge.eps\
+#	nextfile.eps
+
+PNG=crystalsvg_1downarrow.eps\
+	crystalsvg_1uparrow.eps\
+	tableManagerIcon3.eps\
+	crystalsvg_sum.eps\
+	tableManagerIcon.eps\
+
+    	
+##### TARGETS #####
+
+all: $(PNG) $(JPG)
+	if [ ! -d ../finalpix/ ]; then mkdir ../finalpix; fi
+	#do not use move (mv):
+	cp *.eps ../finalpix/
+
+#$(EPS):	%.eps: %.fig
+#	fig2dev -L eps $< > $@
+
+#$(FIGPNG): %.png: %.fig
+#	fig2dev -L png -m 2 $< > $@
+
+$(PNG): %.eps: %.png
+	# Workaround for PDF
+	#convert -geometry 300x -depth 1 $< $@
+	convert $< $@ 
+
+$(JPG): %.eps: %.jpg
+	# Workaround for PDF
+	#convert -geometry 300x -depth 1 $< $@
+	convert $< $@
+
+clean:
+	rm -f *.bak *~ *.pdf $(PNG) $(JPG)

Added: docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_1downarrow.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_1downarrow.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_1uparrow.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_1uparrow.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_sum.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_table_manager_images/crystalsvg_sum.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_table_manager_images/tableManagerIcon.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_table_manager_images/tableManagerIcon.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/english_us/user_guide/plugins_table_manager_images/tableManagerIcon3.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_table_manager_images/tableManagerIcon3.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: docs/trunk/english_us/user_guide/user_guide.tex
===================================================================
--- docs/trunk/english_us/user_guide/user_guide.tex	2008-12-17 11:06:13 UTC (rev 9839)
+++ docs/trunk/english_us/user_guide/user_guide.tex	2008-12-17 18:55:51 UTC (rev 9840)
@@ -37,6 +37,8 @@
 \include{plugins_ogr_converter}
 \include{external_plugins}
 \include{plugins_ftools}
+\include{plugins_table_manager}
+\include{plugins_raster_algebra}
 \include{plugins_writing_in_cpp}
 \include{plugins_writing_in_python}
 %end of plugin docs



More information about the QGIS-commit mailing list