diff --git a/apps/metro/readme.txt b/apps/metro/readme.txt
index 7fd9e060..5f2ee761 100644
--- a/apps/metro/readme.txt
+++ b/apps/metro/readme.txt
@@ -1,5 +1,5 @@
- VCGLib http://vcg.sf.net o o
+ VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2005-2006 \/)\/
@@ -31,14 +31,10 @@ Please, when using this tool, cite the following reference:
P. Cignoni, C. Rocchini and R. Scopigno
"Metro: measuring error on simplified surfaces"
Computer Graphics Forum, Blackwell Publishers, vol. 17(2), June 1998, pp 167-174
-Available at http://vcg.sf.net
-
-You can find some sample mesh to test in the 'Metro Sample dataset' package downloadable from sourceforge.
-
For any question about this software please contact:
-Paolo Cignoni ( p.cignoni@isti.cnr.it )
+Paolo Cignoni ( paolo.cignoni@isti.cnr.it )
--- General Info ---
diff --git a/apps/tridecimator/readme.txt b/apps/tridecimator/readme.txt
index b15eca5c..900b948d 100644
--- a/apps/tridecimator/readme.txt
+++ b/apps/tridecimator/readme.txt
@@ -1,5 +1,5 @@
- VCGLib http://vcg.sf.net o o
+ VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2005-2006 \/)\/
diff --git a/apps/trimeshinfo/readme.txt b/apps/trimeshinfo/readme.txt
index 9d4cb761..07f9720a 100644
--- a/apps/trimeshinfo/readme.txt
+++ b/apps/trimeshinfo/readme.txt
@@ -1,5 +1,5 @@
- VCGLib http://vcg.sf.net o o
+ VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2004-2006 \/)\/
@@ -56,7 +56,7 @@ The application has no graphical interface but works as the "Metro" tool on comm
TriMeshInfo is written in C++ and makes use of the VCG library.
The tool supports the following file formats:
- - PLY (http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
+ - PLY
- OFF (http://www.geomview.org/docs/html/geomview_41.html#SEC44)
- STL (http://astronomy.swin.edu.au/~pbourke/dataformats/stl/)
- OBJ (http://www.eg-models.de/formats/Format_Obj.html)
diff --git a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/readme.txt b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/readme.txt
index 89d28e3c..e2f349c1 100644
--- a/apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/readme.txt
+++ b/apps/trimeshinfo/trimeshinfo1.01/trimeshinfo101/readme.txt
@@ -1,5 +1,5 @@
- VCGLib http://vcg.sf.net o o
+ VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2004-2005 \/)\/
@@ -55,6 +55,4 @@ The application has no graphical interface but works as the "Metro" tool on comm
The application works under both Windows and Linux/Unix platforms.
TriMeshInfo is written in C++ and makes use of the VCL library.
-The tool supports two file formats ply (as described in the following document
-http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
-and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
+The tool supports two file formats ply and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
diff --git a/apps/trimeshinfo/trimeshinfo1.02/trimeshinfo1.02/readme.txt b/apps/trimeshinfo/trimeshinfo1.02/trimeshinfo1.02/readme.txt
index 6894c62a..4b550b82 100644
--- a/apps/trimeshinfo/trimeshinfo1.02/trimeshinfo1.02/readme.txt
+++ b/apps/trimeshinfo/trimeshinfo1.02/trimeshinfo1.02/readme.txt
@@ -1,5 +1,5 @@
- VCGLib http://vcg.sf.net o o
+ VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Copyright(C) 2004-2005 \/)\/
@@ -51,6 +51,4 @@ For each analyzed dataset the following information are extracted:
The application has no graphical interface but works as the "Metro" tool on command line.
TriMeshInfo is written in C++ and makes use of the VCL library.
-The tool supports two file formats ply (as described in the following document
-http://vcg.sourceforge.net/img/wiki_up/plyformat.pdf)
-and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
+The tool supports two file formats ply and off (as described in http://www.geomview.org/docs/html/geomview_41.html#SEC44) .
diff --git a/docs/Doxygen/index.dxy b/docs/Doxygen/index.dxy
index 9f9099bd..fd90d182 100644
--- a/docs/Doxygen/index.dxy
+++ b/docs/Doxygen/index.dxy
@@ -13,7 +13,7 @@ software tools of the Visual Computing Lab of the Italian National Resear
The VCG library is tailored to mostly manage triangular meshes:
The library is fairly large and offers many state of the art functionalities for processing meshes, like:
-- high quality quadric-error edge-collapse based simplfication,
+- high quality quadric-error edge-collapse based simplification,
- efficient spatial query structures (uniform grids, hashed grids, kdtree, ...) ,
- advanced smoothing and fairing algorithms,
- computation of curvature,
@@ -43,7 +43,7 @@ Start from the following pages for basic concepts and examples.
Notable Applications
-------
A number of applications have been developed using the vcglib:
-- MeshLab: the renowed open source mesh processing is based on this library.
+- MeshLab: the renowned open source mesh processing is based on this library.
- \subpage metro "Metro, the tool for measuring differences between meshes"
- The first high quality out-of-core mesh simplifier that was used by the Stanford Digital Michelangelo project to process their huge 3D scanned models.