First Release

This commit is contained in:
Paolo Cignoni cignoni 2005-10-17 08:31:38 +00:00
commit 9fbdc2f7fa
3 changed files with 279 additions and 0 deletions

101
web/devel.html Normal file
View File

@ -0,0 +1,101 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title>Meshlab Development</title>
<meta name="author" content="Paolo Cignoni">
<meta name="keywords" content="mesh 3d processing meshlab scanning">
<meta name="description" content="Course Web page">
<meta name="robots" content="all">
<link media="all" rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="leftcontent">
<h1>MeshLab:
Development page</h1>
<p class="body"> This page is devoted to some internal
development notes. Given the
linguistic coherency among developers they will be only&nbsp; in
italian. Sorry.
</p>
<h2>CVS</h2>
<p class="body"> Al solito mi raccomando tutte le solite pratiche<br>
</p>
<ul>
<li>Fate update ogni volta che vi mettete a lavorare</li>
<li>Fate edit delle cose che iniziate a cambiare</li>
<li>Prima di fare edit controllate che non l'abbia in edit
qualcun altro</li>
<li>Non lasciate in edit le cose per troppo tempo</li>
<li>Non committate mai cose che non compilano o che non fanno
funzionare le cose degli altri</li>
<li>Committate Spesso (compatibilmente con quanto di cui sopra)</li>
</ul>
<h2>Web</h2>
<p class="body"> Le paginette web di sourceforge sono tenute anche loro in cvs. <br>
Quindi se fate modifiche fatele sul vostro file system, committatele e
poi a mano fate update tramite ftp.<br>
(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). <br>
<br>
<br>
<br>
</p>
<dl>
</dl>
</div>
<div id="rightcontent">
<a href="https://sourceforge.net/projects/meshlab/"><img src="http://sourceforge.net/sflogo.php?group_id=149444&amp;type=2" alt="SourceForge.net Logo" border="0" height="37" width="125"></a>
<p class="menu"><a href="#Features">Features</a></p>
<p class="menu"><a href="#History">History</a></p>
<p class="menu"><a href="#Developers">Developers</a></p>
<p class="menu"><a href="devel.html">Development</a></p>
<p class="menu"><a href="#Download">Download</a></p>
<p class="menu"><a href="#CVS">CVS</a></p>
<p class="menu"><a href="https://sourceforge.net/projects/meshlab/">SF project
page</a></p>
</div>
</body>
</html>

116
web/index.html Normal file
View File

@ -0,0 +1,116 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Meshlab</title>
<meta name="author" content="Paolo Cignoni">
<meta name="keywords" content="mesh 3d processing meshlab scanning">
<meta name="description" content="Course Web page">
<meta name="robots" content="all">
<link media="all" rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="leftcontent">
<h1>MeshLab</h1>
<p class="body"> An extendible system for the user assisted processing of
&nbsp;unstructured meshes. <br>
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.<br>
The system is heavily based on the <a href="http://vcg.sourceforge.net">VCG library</a>
developed at the <a href="http://vcg.isti.cnr.it">Visual
Computing Lab</a> of <a href="www.isti.cnr.it">ISTI
- CNR</a>, for all the core mesh processing task. <br>
The Meshlab&nbsp;system started as a part of the <a href="http://vcg.isti.cnr.it/%7Ecignoni/FGT0506/index.html">FGT</a>
course of the <a href="www.di.unipi.it">Computer Science</a>
department of&nbsp;University of Pisa.<br>
</p>
<h2><a name="Features"></a>Features</h2>
<h2>ScreenShots</h2>
<h2><a name="Developers"></a>Developers</h2>
<ul>
<li>Designer: <a href="http://vcg.isti.cnr.it/%7Ecignoni">Paolo
Cignoni</a></li>
<li>Filtering Plugins:</li>
<ul>
<li>Latronico, Venturi</li>
</ul>
<li>Interface Framework</li>
<ul>
<li>Mochi, Vacca, Portelli</li>
</ul>
<li>Rendering Modes</li>
<ul>
<li>Vannini, Gangemi, Pirro</li>
</ul>
</ul>
<h2><a name="History"></a>History</h2>
<ul>
<li><span style="font-style: italic;">17/10/05</span>
Committed first rough framework. The development begins...</li>
</ul>
<br>
<dl>
</dl>
</div>
<div id="rightcontent">
<a href="https://sourceforge.net/projects/meshlab/"><img src="http://sourceforge.net/sflogo.php?group_id=149444&amp;type=2" alt="SourceForge.net Logo" border="0" height="37" width="125"></a>
<p class="menu"><a href="#Features">Features</a></p>
<p class="menu"><a href="#History">History</a></p>
<p class="menu"><a href="#Developers">Developers</a></p>
<p class="menu"><a href="devel.html">Development</a></p>
<p class="menu"><a href="#Download">Download</a></p>
<p class="menu"><a href="#CVS">CVS</a></p>
<p class="menu"><a href="https://sourceforge.net/projects/meshlab/">SF project
page</a></p>
</div>
</body>
</html>

62
web/style.css Normal file
View File

@ -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;
}