commit 9fbdc2f7fa425f6a40cb62e99bc61a2bea933e20 Author: Paolo Cignoni cignoni Date: Mon Oct 17 08:31:38 2005 +0000 First Release diff --git a/web/devel.html b/web/devel.html new file mode 100644 index 000000000..9014c38c2 --- /dev/null +++ b/web/devel.html @@ -0,0 +1,101 @@ + + + + + + Meshlab Development + + + + + + + + + + + + + + + + + +
+

MeshLab: +Development page

+ +

This page is devoted to some internal +development notes. Given the +linguistic coherency among developers they will be only  in +italian. Sorry. +

+ +

CVS

+ +

Al solito mi raccomando tutte le solite pratiche
+ +

+ + +

Web

+ +

Le paginette web di sourceforge sono tenute anche loro in cvs.
+ +Quindi se fate modifiche fatele sul vostro file system, committatele e +poi a mano fate update tramite ftp.
+ +(in alternativa qualcuno che ha voglia potrebbe settare un task cron +sulla shell di sf che aggiorni la copia in public_html direttamente via +cvs update una volta al giorno).
+ +
+ +
+ +
+ +

+
+ +
+ +
+ +
+SourceForge.net Logo + + + + + + + + + + + + + + +
+ + + diff --git a/web/index.html b/web/index.html new file mode 100644 index 000000000..46fdb36bc --- /dev/null +++ b/web/index.html @@ -0,0 +1,116 @@ + + + + Meshlab + + + + + + + + + + + + + + + + + +
+

MeshLab

+ +

An extendible system for the user assisted processing of + unstructured meshes.
+ +The system is aimed to help the processing of the typical not-so-small +unstructured models arising in 3d scanning, providing a set of tools +for cleaning and healing this kind of meshes.
+ +The system is heavily based on the VCG library +developed at the Visual +Computing Lab of ISTI +- CNR, for all the core mesh processing task.
+ +The Meshlab system started as a part of the FGT +course of the Computer Science +department of University of Pisa.
+ +

+

Features

+ +

ScreenShots

+ +

Developers

+ + + +

History

+ + + +
+ +
+ +
+ +
+ +
+SourceForge.net Logo + + + + + + + + + + + + + + +
+ + + diff --git a/web/style.css b/web/style.css new file mode 100644 index 000000000..269aea580 --- /dev/null +++ b/web/style.css @@ -0,0 +1,62 @@ +/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */ + + body + { + /*padding: 0px; */ + background: rgb(204, 204, 255) none repeat scroll 0% 50%; + -moz-background-clip: initial; + -moz-background-origin: initial; + -moz-background-inline-policy: initial; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-style: normal; + font-variant: normal; + font-weight: normal; + font-size: 12px; + line-height: 1.2; + font-size-adjust: none; + font-stretch: normal; + } + + a { text-decoration: none; + font-weight: bold; + color: rgb(204, 0, 0); + } + + pre { font-size: 11px; + color: blue; + } + + ol { } + + p, h1, h2, pre, body + { + margin: 10px 5px 5px 5px; + } + + #leftcontent + { + border-top: 2px solid rgb(102, 102, 102); + border-left: 2px solid rgb(102, 102, 102); + border-right: 2px solid rgb(102, 102, 102); + border-bottom: 2px solid rgb(102, 102, 102); + background: rgb(255, 255, 255) none repeat scroll 0% 50%; + -moz-background-clip: initial; + -moz-background-origin: initial; + -moz-background-inline-policy: initial; + float: left; + width: 80%; + margin-left: 5px; + margin-right: 10px; + padding-bottom: 20px; + } + + #rightcontent { } + + + h1 { font-size: 18px; } + + h2 { font-size: 16px; } + + .menu { color: rgb(0, 0, 102); + font-weight: bold; + }