mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
102 lines
2.3 KiB
HTML
102 lines
2.3 KiB
HTML
<!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 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&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>
|