Browse Source

outdated bug report addresses removed; minor layout cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47670 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 years ago
parent
commit
419f2d90ab
40 changed files with 27 additions and 177 deletions
  1. 0 2
      raster/r.li/r.li.cwed/cellWeighted.h
  2. 0 2
      raster/r.li/r.li.cwed/cwed.c
  3. 0 5
      raster/r.li/r.li.cwed/r.li.cwed.html
  4. 2 6
      raster/r.li/r.li.cwed/utility.c
  5. 1 1
      raster/r.li/r.li.cwed/utility.h
  6. 1 1
      raster/r.li/r.li.daemon/GenericCell.c
  7. 0 1
      raster/r.li/r.li.daemon/GenericCell.h
  8. 3 4
      raster/r.li/r.li.daemon/avl.c
  9. 1 2
      raster/r.li/r.li.daemon/avl.h
  10. 1 1
      raster/r.li/r.li.daemon/avlDefs.h
  11. 3 8
      raster/r.li/r.li.daemon/avlID.c
  12. 0 1
      raster/r.li/r.li.daemon/avlID.h
  13. 2 2
      raster/r.li/r.li.daemon/defs.h
  14. 0 8
      raster/r.li/r.li.daemon/r.li.daemon.html
  15. 0 2
      raster/r.li/r.li.dominance/dominance.c
  16. 0 7
      raster/r.li/r.li.dominance/r.li.dominance.html
  17. 0 1
      raster/r.li/r.li.edgedensity/edgedensity.c
  18. 0 4
      raster/r.li/r.li.edgedensity/r.li.edgedensity.html
  19. 0 2
      raster/r.li/r.li.mpa/mpa.c
  20. 1 8
      raster/r.li/r.li.mpa/r.li.mpa.html
  21. 3 5
      raster/r.li/r.li.mps/mps.c
  22. 0 9
      raster/r.li/r.li.mps/r.li.mps.html
  23. 2 2
      raster/r.li/r.li.padcv/padcv.c
  24. 2 16
      raster/r.li/r.li.padcv/r.li.padcv.html
  25. 0 2
      raster/r.li/r.li.padrange/padrange.c
  26. 0 5
      raster/r.li/r.li.padrange/r.li.padrange.html
  27. 0 2
      raster/r.li/r.li.padsd/padsd.c
  28. 0 5
      raster/r.li/r.li.padsd/r.li.padsd.html
  29. 0 5
      raster/r.li/r.li.patchdensity/r.li.patchdensity.html
  30. 0 6
      raster/r.li/r.li.patchnum/r.li.patchnum.html
  31. 0 2
      raster/r.li/r.li.pielou/r.li.pielou.html
  32. 1 6
      raster/r.li/r.li.richness/r.li.richness.html
  33. 0 2
      raster/r.li/r.li.richness/richness.c
  34. 1 8
      raster/r.li/r.li.setup/r.li.setup.html
  35. 0 5
      raster/r.li/r.li.shannon/r.li.shannon.html
  36. 0 2
      raster/r.li/r.li.shannon/shannon.c
  37. 0 5
      raster/r.li/r.li.shape/main.c
  38. 0 6
      raster/r.li/r.li.shape/r.li.shape.html
  39. 2 13
      raster/r.li/r.li.simpson/r.li.simpson.html
  40. 1 3
      raster/r.li/r.li.simpson/simpson.c

+ 0 - 2
raster/r.li/r.li.cwed/cellWeighted.h

@@ -5,8 +5,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
- *
  */
 
 #include "../r.li.daemon/GenericCell.h"

+ 0 - 2
raster/r.li/r.li.cwed/cwed.c

@@ -7,8 +7,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
- *
  */
 
 #include <grass/gis.h>

+ 0 - 5
raster/r.li/r.li.cwed/r.li.cwed.html

@@ -17,7 +17,6 @@ The input file have a row for each couple of patch type that we want to
 consider in the calculation. Each row must to have this syntax:<BR>
 <small>patchType1,patchType2,dissimilarityBetweenPatchType1andPatchType2</small><BR>
 
-
 <H2>EXAMPLES</H2>
 To calculate mean pixel attribute index on map my_map, using
 my_conf configuration file and saving results in
@@ -62,9 +61,5 @@ Gen. Tech. Rep. PNW-351.
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<BR>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<H2>BUGS</H2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><BR>
-
 <p><i>Last changed: $Date$</i></p>
 

+ 2 - 6
raster/r.li/r.li.cwed/utility.c

@@ -5,15 +5,13 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
- *
  */
 
+#include <string.h>
+
 #include <grass/gis.h>
 #include <grass/glocale.h>
 
-#include <string.h>
-
 #include "utility.h"
 
 /*if occurred an error returns NULL */
@@ -30,8 +28,6 @@ char *concatena(const char *str1, const char *str2)
 }
 
 
-
-
 /* split_arg  returns  the array of token find in linea separated by separatore presente
  * and write in argc the nummer of find token */
 /*if occurred an error returns NULL */

+ 1 - 1
raster/r.li/r.li.cwed/utility.h

@@ -9,8 +9,8 @@
   *   This program is free software under the GPL (>=v2)
   *   Read the COPYING file that comes with GRASS for details.
   *      
-  *      BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
   */
+
 /*if occurred an error returns NULL */
 char *concatena(const char *, const char *);
 

+ 1 - 1
raster/r.li/r.li.daemon/GenericCell.c

@@ -5,8 +5,8 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
+
 #include "GenericCell.h"
 
 int equalsGenericCell(generic_cell c1, generic_cell c2)

+ 0 - 1
raster/r.li/r.li.daemon/GenericCell.h

@@ -5,7 +5,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
  */
 
 #ifndef GENERICCELL_H

+ 3 - 4
raster/r.li/r.li.daemon/avl.c

@@ -5,22 +5,21 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
-#include <grass/gis.h>
-#include <grass/glocale.h>
 
 #include <string.h>
 #include <stdlib.h>
 #include <math.h>
 #include <stdio.h>
 
+#include <grass/gis.h>
+#include <grass/glocale.h>
+
 #include "defs.h"
 #include "avlDefs.h"
 #include "avl.h"
 
 
-
 static avl_node *avl_individua(const avl_tree root, const generic_cell k,
 			       avl_node ** father, int *direction);
 static int avl_height(const avl_tree root);

+ 1 - 2
raster/r.li/r.li.daemon/avl.h

@@ -5,7 +5,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
 
 #ifndef AVL_H
@@ -15,7 +14,7 @@
 
 typedef struct avl_node
 {
-    generic_cell key;		/* key field is a CELL or a DCELL or a FCELL */
+    generic_cell key;	/* key field is a CELL or a DCELL or a FCELL */
     long counter;		/* data */
     struct avl_node *father;
     struct avl_node *right_child;

+ 1 - 1
raster/r.li/r.li.daemon/avlDefs.h

@@ -5,8 +5,8 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
+
 #define AVL_S 1
 #define AVL_D 2
 #define AVL_SS 11

+ 3 - 8
raster/r.li/r.li.daemon/avlID.c

@@ -5,19 +5,15 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
 
-
-
-
-#include <grass/gis.h>
-#include <grass/glocale.h>
-
 #include <stdlib.h>
 #include <fcntl.h>
 #include <math.h>
 
+#include <grass/gis.h>
+#include <grass/glocale.h>
+
 #include "defs.h"
 #include "avlDefs.h"
 #include "avlID.h"
@@ -34,7 +30,6 @@ void avlID_rotation_rl(avlID_node * critical);
 void avlID_rotation_rr(avlID_node * critical);
 
 
-
 avlID_tree avlID_make(const long k, const long n)
 {
     avlID_node *root = NULL;	/* root pointer */

+ 0 - 1
raster/r.li/r.li.daemon/avlID.h

@@ -5,7 +5,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
  */
 
 typedef struct avlID_node

+ 2 - 2
raster/r.li/r.li.daemon/defs.h

@@ -6,12 +6,12 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
+
 #ifndef _INDEXHEADER_H_
 #define _INDEXHEADER_H_
 
 #define RLI_ERRORE 0
 #define RLI_OK 1
 
-#endif //_INDEXHEADER_H_
+#endif /* _INDEXHEADER_H_ */

+ 0 - 8
raster/r.li/r.li.daemon/r.li.daemon.html

@@ -67,7 +67,6 @@ RLI_get_dcell_row(int, int, area_des)
 to use an ad hoc build memory managment developed to speed up the system.
 The documentation is in doxygen files.
 
-
 <H2>SEE ALSO</H2>
 
 <EM><A HREF="http://grass.osgeo.org/gdp/landscape/r_le_manual5.pdf">old r.le manual</A></EM><BR>
@@ -83,13 +82,6 @@ Rebuild of r.le.setup from William L. Baker
 This program is free software under the GPL (>=v2)
 Read the COPYING file that comes with GRASS for details.
 
-
-<H2>BUGS</h2>
-Pleas send bugs reports to 
-<a href="mailto:spano@cli.di.unipi.it">spano@cli.di.unipi.it</a>,
-<a href="mailto:porta@cli.di.unipi.it">porta@cli.di.unipi.it</a><br>
-<BR>
-
 <p>
 <i>Last changed: $Date$</i>
 

+ 0 - 2
raster/r.li/r.li.dominance/dominance.c

@@ -25,8 +25,6 @@
 #include "../r.li.daemon/daemon.h"
 
 
-
-
 int calculate(int fd, area_des ad, double *result);
 int calculateD(int fd, area_des ad, double *result);
 int calculateF(int fd, area_des ad, double *result);

+ 0 - 7
raster/r.li/r.li.dominance/r.li.dominance.html

@@ -9,7 +9,6 @@ with: <br>
  <li><b>p<small><small>i</small></small></b>: proportion of the landscape occupied by patch type i<br></li>
 </ul>
 
-
 <h2>EXAMPLES</h2>
 To calculate dominance's diversity index on map my_map, using
 my_conf configuration file and saving results in my_out file run:<br>
@@ -29,20 +28,14 @@ r.null setnull=-1 map=my_map
 </pre></div>
 after index calculation.
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
 <a href="r.le.html">r.le</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i></p>

+ 0 - 1
raster/r.li/r.li.edgedensity/edgedensity.c

@@ -7,7 +7,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
  */
 
 #include <grass/gis.h>

+ 0 - 4
raster/r.li/r.li.edgedensity/r.li.edgedensity.html

@@ -61,9 +61,5 @@ after index calculation.
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i>
 

+ 0 - 2
raster/r.li/r.li.mpa/mpa.c

@@ -7,8 +7,6 @@
  *
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
- *       
- *       \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  *
  */
 

+ 1 - 8
raster/r.li/r.li.mpa/r.li.mpa.html

@@ -1,4 +1,5 @@
 <h2>DESCRIPTION</h2>
+
 <em>r.li.mpa</em> 
 (mean pixel attribute) calculates the average value of the attribute of all the non-null
 cells in the sampling area as:<br>
@@ -12,7 +13,6 @@ with:<br>
   </li>
 </ul>
 
-
 <h2>EXAMPLES</h2>
 To calculate mean pixel attribute index on map my_map, using
 my_conf configuration file and saving results in
@@ -35,22 +35,15 @@ r.null setnull=-1 map=my_map
 </pre></div>
 after index calculation.
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
 <a href="r.le.html">r.le</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a>
-
 <p><i>Last changed: $Date$</i>
 

+ 3 - 5
raster/r.li/r.li.mps/mps.c

@@ -7,18 +7,16 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  */
 
+#include <stdlib.h>
+#include <fcntl.h>
+#include <math.h>
 
 #include <grass/gis.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>
 
-#include <stdlib.h>
-#include <fcntl.h>
-#include <math.h>
-
 #include "../r.li.daemon/defs.h"
 #include "../r.li.daemon/avlDefs.h"
 #include "../r.li.daemon/avlID.h"

+ 0 - 9
raster/r.li/r.li.mps/r.li.mps.html

@@ -10,7 +10,6 @@ with:
   </li>
 </ul>
 
-
 <h2>EXAMPLES</h2>
 To calculate mean path size index on map my_map, using
 my_conf configuration file and saving results in
@@ -19,7 +18,6 @@ my_out file run:<br>
 r.li.mps input=my_map conf=my_conf output=my_out
 </pre></div>
 
-
 <h2>NOTES</h2>
 Do not use absolute path names for output files. They are raster if
 moving window disposition was selected, otherwise they are in
@@ -33,22 +31,15 @@ r.null setnull=0 map=my_map
 
 after index calculation.
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
 <a href="r.le.html">r.le</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i>
 

+ 2 - 2
raster/r.li/r.li.padcv/padcv.c

@@ -6,8 +6,6 @@
  *
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
- *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  *
  */
 
@@ -24,9 +22,11 @@
 #include "../r.li.daemon/avlID.h"
 #include "../r.li.daemon/GenericCell.h"
 #include "../r.li.daemon/daemon.h"
+
 int calculate(int fd, area_des ad, double *result);
 int calculateD(int fd, area_des ad, double *result);
 int calculateF(int fd, area_des ad, double *result);
+
 int main(int argc, char *argv[])
 {
     struct Option *raster, *conf, *output;

+ 2 - 16
raster/r.li/r.li.padcv/r.li.padcv.html

@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
-<em>r.li.padcv</em> 
- (patch area distribution coefficient of variation) calculates
+
+<em>r.li.padcv</em> (patch area distribution coefficient of variation) calculates
 as:<br>
 <img src="rlipadcv_formula1.png"> <br>
 with:<br>
@@ -12,12 +12,6 @@ with:<br>
   <li><b>N<small>patch</small></b>: number of patch<br></li>
 </ul>
 
-
-<h2>REFERENCES</h2>
-McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
-analysis program for quantifying landscape structure. USDA For. Serv.
-Gen. Tech. Rep. PNW-351.
-
 <h2>EXAMPLES</h2>
 To calculate mean pixel attribute index on map my_map, using
 my_conf configuration file and saving results in
@@ -26,7 +20,6 @@ my_out file run:<br>
 r.li.padcv input=my_map conf=my_conf output=my_out
 </pre></div>
 
-
 <h2>NOTES</h2>
 Do not use absolute path names for output files. They are raster if
 moving window disposition was selected, otherwise they are in
@@ -39,21 +32,14 @@ r.null setnull=-1 map=my_map
 </pre></div>
 after index calculation.
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i>
 

+ 0 - 2
raster/r.li/r.li.padrange/padrange.c

@@ -6,8 +6,6 @@
  *
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
- *       
- * \BUGS: please send bugs reports to pallecch@cli.di.unipi.it
  *
  */
 

+ 0 - 5
raster/r.li/r.li.padrange/r.li.padrange.html

@@ -43,14 +43,9 @@ Gen. Tech. Rep. PNW-351.
 <a href="r.li.html">r.li</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i></p>
 

+ 0 - 2
raster/r.li/r.li.padsd/padsd.c

@@ -7,8 +7,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
- *
  */
 
 #include <grass/gis.h>

+ 0 - 5
raster/r.li/r.li.padsd/r.li.padsd.html

@@ -43,9 +43,4 @@ Gen. Tech. Rep. PNW-351.
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i></p>

+ 0 - 5
raster/r.li/r.li.patchdensity/r.li.patchdensity.html

@@ -56,9 +56,4 @@ Claudio Porta and Lucio Davide Spano, students of Computer Science
 University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
 
-<H2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:spano@cli.di.unipi.it">spano@cli.di.unipi.it</a>,
-<a href="mailto:porta@cli.di.unipi.it">porta@cli.di.unipi.it</a><BR>
-
 <p><i>Last changed: $Date$</i>

+ 0 - 6
raster/r.li/r.li.patchnum/r.li.patchnum.html

@@ -31,10 +31,4 @@ Claudio Porta and Lucio Davide Spano, students of Computer Science
 University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
 
-<H2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:spano@cli.di.unipi.it">spano@cli.di.unipi.it</a>,
-<a href="mailto:porta@cli.di.unipi.it">porta@cli.di.unipi.it</a><BR>
-
-
 <p><i>Last changed: $Date$</i>

+ 0 - 2
raster/r.li/r.li.pielou/r.li.pielou.html

@@ -30,13 +30,11 @@ and saving results in "my_out" raster map, run:<br>
 r.li.pielou map=my_map conf=my_conf output=my_out
 </pre></div>
 
-
 <h2>REFERENCES</h2>
 McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
 analysis program for quantifying landscape structure. USDA For. Serv.
 Gen. Tech. Rep. PNW-351. (<a href="http://treesearch.fs.fed.us/pubs/3064">PDF</a>)
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>,

+ 1 - 6
raster/r.li/r.li.richness/r.li.richness.html

@@ -3,7 +3,7 @@
 <img src="rliRichness_formula.png"> <br>
 with: <br>
 <ul>
-  <li><b>m</b>: number of different patch type<br>  </li>
+  <li><b>m</b>: number of different patch type</li>
 </ul>
 
 <h2>EXAMPLES</h2>
@@ -32,14 +32,9 @@ Gen. Tech. Rep. PNW-351.
 <a href="r.li.html">r.li</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i></p>
 

+ 0 - 2
raster/r.li/r.li.richness/richness.c

@@ -7,8 +7,6 @@
  *
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
- *       
- *       BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
  *
  */
 

+ 1 - 8
raster/r.li/r.li.setup/r.li.setup.html

@@ -144,17 +144,10 @@ old r.le manual</A></EM><BR>
 <EM><A HREF="r.li.patchdensity.html">r.li.patchdensity</A></EM>
 
 <H2>AUTHORS</H2>
-Claudio Porta & Lucio Davide Spano, students of Computer Science 
+Claudio Porta and Lucio Davide Spano, students of Computer Science 
 University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI)<br>
 Rebuild of r.le.setup from William L. Baker
 
-<H2>BUGS</h2>
-Pleas send bugs reports to 
-<a href="mailto:spano@cli.di.unipi.it">spano@cli.di.unipi.it</a>, 
-<a href="mailto:porta@cli.di.unipi.it">porta@cli.di.unipi.it</a><BR>
-<a href="mailto:cavallini@faunalia.it">cavallini@faunalia.it</a>
-
-
 <p>
 <i>Last changed: $Date$</i>

+ 0 - 5
raster/r.li/r.li.shannon/r.li.shannon.html

@@ -33,7 +33,6 @@ r.null setnull=-1 map=my_map
 </pre></div>
 after index calculation.
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
@@ -43,10 +42,6 @@ after index calculation.
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p>
 <i>Last changed: $Date$</i>
 

+ 0 - 2
raster/r.li/r.li.shannon/shannon.c

@@ -7,8 +7,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       \BUGS: please send bugs reports to  pallecch@cli.di.unipi.it
- *
  */
 
 #include <grass/gis.h>

+ 0 - 5
raster/r.li/r.li.shape/main.c

@@ -13,7 +13,6 @@
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS
  *               for details.
- * BUGS: please send bugs reports to  spano@cli.di.unipi.it, porta@cli.di.unipi.it
  *
  *****************************************************************************/
 
@@ -90,8 +89,6 @@ int shape_index(int fd, char **par, area_des ad, double *result)
 	}
     }
 
-
-
     /*calculate distance */
     G_begin_distance_calculations();
     /* EW Dist at North edge */
@@ -104,8 +101,6 @@ int shape_index(int fd, char **par, area_des ad, double *result)
     NS_DIST2 = G_distance(hd.west, hd.north, hd.west, hd.south);
 
 
-
-
     area = (((EW_DIST1 + EW_DIST2) / 2) / hd.cols) *
 	(((NS_DIST1 + NS_DIST2) / 2) / hd.rows) *
 	(ad->rl * ad->cl - null_count);

+ 0 - 6
raster/r.li/r.li.shape/r.li.shape.html

@@ -21,10 +21,4 @@ Claudio Porta and Lucio Davide Spano, students of Computer Science
 University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI) (www.faunalia.it)<br>
 
-<H2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:spano@cli.di.unipi.it">spano@cli.di.unipi.it</a>,
-<a href="mailto:porta@cli.di.unipi.it">porta@cli.di.unipi.it</a><BR>
-<BR>
-
 <p><i>Last changed: $Date$</i>

+ 2 - 13
raster/r.li/r.li.simpson/r.li.simpson.html

@@ -6,15 +6,10 @@ with: <br>
 <ul>
   <li><b>i</b>: patch type<br> </li>
   <li><b>m</b>: number of patch type<br>  </li>
-  <li><b>p<small><small>i</small></small></b>: proportion of the landscape occupied by patch type i<br> </li>
+  <li><b>p<small><small>i</small></small></b>: proportion of the landscape 
+  occupied by patch type i<br> </li>
 </ul>
 
-
-<h2>REFERENCES</h2>
-McGarigal, K., and B. J. Marks. 1995. FRAGSTATS: spatial pattern
-analysis program for quantifying landscape structure. USDA For. Serv.
-Gen. Tech. Rep. PNW-351.
-
 <h2>EXAMPLES</h2>
 To calculate simpson's diversity index on map my_map, using
 my_conf configuration file and saving results in my_out file run:<br>
@@ -34,20 +29,14 @@ r.null setnull=-1 map=my_map
 </pre></div>
 after index calculation.
 
-
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
 </em>
 
-
 <h2>AUTHORS</h2>
 Serena Pallecchi student of Computer Science University of Pisa (Italy).<br>
 Commission from Faunalia Pontedera (PI), Italy (www.faunalia.it)
 
-<h2>BUGS</h2>
-Please send bugs reports to 
-<a href="mailto:pallecch@cli.di.unipi.it">pallecch@cli.di.unipi.it</a><br>
-
 <p><i>Last changed: $Date$</i>
 

+ 1 - 3
raster/r.li/r.li.simpson/simpson.c

@@ -8,8 +8,6 @@
  *   This program is free software under the GPL (>=v2)
  *   Read the COPYING file that comes with GRASS for details.
  *       
- *       BUGS: please send bugs reports to pallecch@cli.di.unipi.it
- *
  */
 
 #include <grass/gis.h>
@@ -654,7 +652,7 @@ double calculateF(area_des ad, int fd, double *result)
 	return RLI_ERRORE;
     }
 
-    /* claculate index summary */
+    /* calculate index summary */
     for (i = 0; i < m; i++) {
 	t = (double)(array[i]->tot);
 	p = t / area;