[pktools] 244/375: info in Doxyfile

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:54:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit da076f8644130fdcb225a68fcfbf471b0f888b68
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Fri Apr 18 18:01:55 2014 +0200

    info in Doxyfile
---
 Doxyfile         |  2 +-
 doc/mainpage.dox | 11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 36aac61..92987e3 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NUMBER         =
 # for a project that appears at the top of each page and should give viewer
 # a quick idea about the purpose of the project. Keep the description short.
 
-PROJECT_BRIEF          = "Processing Kernel for geospatial data"
+PROJECT_BRIEF          = "Processing Kernel for remote sensing data"
 
 # With the PROJECT_LOGO tag one can specify an logo or icon that is
 # included in the documentation. The maximum height of the logo should not
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index c802504..e2125a3 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -9,16 +9,13 @@
 
 \section pktools_introduction Introduction
 
-pktools is a collection of programs written in C++ to perform operations, mostly on raster images.
-It heavily relies on the Geospatial Data Abstraction Library (GDAL, http://www.gdal.org) and OGR. The programs are similar to the gdal tools (gdalinfo, gdal_translate, gdal_merge,...) and some of the functionalities provided in pktools already exist in the gdal tools. The reason for implementing pktools is a combination of personal preference and additional functionality.
+pktools is a collection of programs written in C++ to perform operations image data with a focus on remote sensing applications. It heavily relies on the Geospatial Data Abstraction Library (GDAL, http://www.gdal.org) and OGR.
 
 All utilities in pktools use command line options and have a built in help
 
 - use the `-h` option to get help
 - pktools ALWAYS use -i for input and -o for output (unlike GDAL utilities that commonly use last argument as output and second but last argument as input)
 
-Currently the tools only work in a Linux environment
-
 Check the code statistics on http://www.ohloh.net/p/pktools
 
 \section pktools_license License
@@ -49,15 +46,15 @@ Download the latest release from http://download.savannah.gnu.org/releases/pktoo
 Optionally: check the release md5sum to ensure originality.
 
 \code 
-md5sum pktools-2.5.1.tar.gz
+md5sum pktools-2.5.2.tar.gz
 \endcode
 
 The result should be identical to the content of the corresponding md5 file
 
 Then unpack the release
 \code
-tar xzvf pktools-2.4.tar.gz
-cd pktools-2.4
+tar xzvf pktools-2.5.2.tar.gz
+cd pktools-2.5.2
 \endcode
 
 Basic installation (please refer to INSTALL file for more advanced configuration)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list