2003-03-20 01:10:51 +01:00
|
|
|
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<!-- $FreeBSD: www/it/index.xsl,v 1.5 2003/11/10 00:14:49 simon Exp $ -->
|
2003-03-20 01:10:51 +01:00
|
|
|
|
|
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
|
|
|
|
|
|
|
|
<xsl:import href="includes.xsl"/>
|
|
|
|
|
<xsl:import href="../en/news/includes.xsl"/>
|
|
|
|
|
|
|
|
|
|
<xsl:variable name="base" select="'.'"/>
|
|
|
|
|
<xsl:variable name="enbase" select="'..'"/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.5 2003/11/10 00:14:49 simon Exp $'"/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<!-- these params should be externally bound. The values
|
|
|
|
|
here are not used actually -->
|
|
|
|
|
<xsl:param name="advisories.xml" select="'none'"/>
|
|
|
|
|
<xsl:param name="mirrors.xml" select="'none'"/>
|
|
|
|
|
<xsl:param name="news.press.xml" select="'none'"/>
|
|
|
|
|
<xsl:param name="news.project.xml" select="'none'"/>
|
|
|
|
|
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<xsl:output type="html" encoding="iso-8859-1"
|
|
|
|
|
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
|
|
|
|
|
|
|
|
|
<xsl:template match="/">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title><xsl:value-of select="$title"/></title>
|
|
|
|
|
|
|
|
|
|
<meta name="description" content="The FreeBSD Project"/>
|
|
|
|
|
|
|
|
|
|
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
|
|
|
|
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
|
|
|
|
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
2003-11-10 01:14:49 +01:00
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
|
|
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
|
|
|
|
alink="#0000FF">
|
|
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://www.FreeBSD.org/it/index.html">
|
|
|
|
|
<img src="{$enbase}/gifs/freebsd_1.gif" height="94" width="306"
|
|
|
|
|
alt="FreeBSD: The Power to Serve" border="0"/></a></td>
|
|
|
|
|
|
|
|
|
|
<td align="right" valign="bottom">
|
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/mirror.cgi"
|
|
|
|
|
method="get">
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<font color="#990000"><b>Seleziona un server vicino a te:</b></font>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<select name="goto">
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-mirrors-options-list">
|
|
|
|
|
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
|
|
|
|
</xsl:call-template>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<input type="submit" value=" Vai "/>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<font color="#990000"><b>Lingua: </b></font>
|
2003-11-10 01:14:49 +01:00
|
|
|
|
<a href="{$enbase}/de/index.html" title="Tedesco">[de]</a>
|
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
|
<a href="{$enbase}/index.html" title="Inglese">[en]</a>
|
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
|
<a href="{$enbase}/es/index.html" title="Spagnolo">[es]</a>
|
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
|
<a href="http://www.freebsd-fr.org/index-trad.html" title="Francese">[fr]</a>
|
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
|
<span title="Italiano">[it]</span>
|
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
|
<a href="{$enbase}/ja/index.html" title="Giapponese">[ja]</a>
|
|
|
|
|
<xsl:text> </xsl:text>
|
|
|
|
|
<a href="{$enbase}/ru/index.html" title="Russo">[ru]</a>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</form>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<hr size="1" noshade="noshade"/>
|
|
|
|
|
|
|
|
|
|
<!-- Main layout table -->
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="2">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top">
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="1"
|
|
|
|
|
bgcolor="#000000" width="100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<table cellpadding="4" cellspacing="0" border="0"
|
|
|
|
|
bgcolor="#ffcc66" width="100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="{$enbase}/platforms/index.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Piattaforme:</b></font>
|
|
|
|
|
</a><small><br/>
|
|
|
|
|
· <a href="{$enbase}/smp/index.html">i386</a><br/>
|
|
|
|
|
· <a href="{$enbase}/platforms/alpha.html">Alpha</a><br/>
|
|
|
|
|
· <a href="{$enbase}/platforms/ia64/index.html">IA-64</a><br/>
|
|
|
|
|
· <a href="{$enbase}/platforms/amd64.html">AMD64</a><br/>
|
|
|
|
|
· <a href="{$enbase}/platforms/sparc.html">Sparc64</a><br/>
|
|
|
|
|
· <a href="{$enbase}/platforms/index.html">Altre?</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</small></p>
|
|
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Software</b></font>
|
|
|
|
|
<small><br/>
|
|
|
|
|
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/mirrors.html">Ottenere FreeBSD</a><br/>
|
|
|
|
|
· <a href="{$enbase}/releases/index.html">Info sulle Release</a><br/>
|
|
|
|
|
· <a href="{$enbase}/ports/index.html">Applicazioni Portate</a><br/>
|
|
|
|
|
</small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="docs.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Documentazione</b></font>
|
|
|
|
|
</a><small><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/faq/index.html">FAQ</a><br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/index.html">Manuale</a><br/>
|
2003-07-07 17:59:26 +02:00
|
|
|
|
· <a href="http://www.FreeBSD.org/cgi/man.cgi">Pagine man</a><br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
· <a href="{$enbase}/projects/newbies.html">Per i Niubbi</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
· <a href="{$enbase}/docproj/index.html">Doc. Project</a><br/>
|
|
|
|
|
</small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="{$enbase}/support.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Supporto</b></font>
|
|
|
|
|
</a><small><br/>
|
|
|
|
|
· <a href="{$enbase}/support.html#mailing-list">Mailing List</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
· <a href="{$enbase}/support.html#newsgroups">Newsgroup</a><br/>
|
|
|
|
|
· <a href="{$enbase}/support.html#user">Gruppi Utenti</a><br/>
|
|
|
|
|
· <a href="{$enbase}/support.html#web">Risorse Web</a><br/>
|
|
|
|
|
· <a href="{$enbase}/security/index.html">Sicurezza</a><br/>
|
|
|
|
|
</small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="{$enbase}/support.html#gnats">
|
|
|
|
|
<font size="+1" color="#990000"><b>Report di Bug</b></font>
|
|
|
|
|
</a><small><br/>
|
|
|
|
|
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query">Cerca</a><br/>
|
|
|
|
|
· <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">Visualizza un Report</a><br/>
|
|
|
|
|
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">Elenca tutti i Report</a><br/>
|
|
|
|
|
· <a href="{$enbase}/send-pr.html">Invia un report</a><br/>
|
|
|
|
|
· <a href="{$enbase}/doc/en_US.ISO8859-1/articles/problem-reports/article.html">Scrivere i Report</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="{$enbase}/projects/index.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Sviluppo</b></font>
|
|
|
|
|
</a><small><br/>
|
|
|
|
|
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/developers-handbook">Manuale dello Sviluppatore</a><br/>
|
|
|
|
|
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/porters-handbook">Manuale del Porter</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
· <a href="{$enbase}/support.html#cvs">Repository CVS</a><br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
· <a href="{$enbase}/releng/index.html">Release Engineering</a><br/>
|
|
|
|
|
· <a href="{$enbase}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contribuire a FreeBSD</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</small></p>
|
|
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Fornitori</b></font>
|
|
|
|
|
<small><br/>
|
|
|
|
|
· <a href="{$enbase}/commercial/software_bycat.html">Software</a><br/>
|
|
|
|
|
· <a href="{$enbase}/commercial/hardware.html">Hardware</a><br/>
|
|
|
|
|
· <a href="{$enbase}/commercial/consulting_bycat.html">Consulenza</a><br/>
|
|
|
|
|
· <a href="{$enbase}/commercial/misc.html">Varie</a><br/>
|
|
|
|
|
</small></p>
|
|
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Donazioni</b></font>
|
|
|
|
|
<small><br/>
|
|
|
|
|
· <a href="{$enbase}/donations/index.html">Info sul Progetto</a><br/>
|
|
|
|
|
· <a href="{$enbase}/donations/donors.html">Attuali Donazioni</a><br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
· <a href="{$enbase}/donations/wantlist.html">Elenco delle Richieste</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="{$enbase}/search/index-site.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Questo Sito</b></font>
|
|
|
|
|
</a><small><br/>
|
|
|
|
|
· <a href="{$enbase}/search/search.html#web">Cerca nel Sito</a><br/>
|
|
|
|
|
· <a href="{$enbase}/search/search.html#mailinglists">Cerca nelle Mailing List</a><br/>
|
|
|
|
|
· <a href="{$enbase}/search/search.html">Cerca ovunque</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="mailto.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Contattare FreeBSD</b></font>
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="{$enbase}/copyright/index.html">
|
|
|
|
|
<font size="+1" color="#990000"><b>Il Copyright BSD</b></font>
|
|
|
|
|
</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
|
|
|
|
<small>Cerca:<br/>
|
|
|
|
|
<input type="text" name="words" size="10"/>
|
|
|
|
|
<input type="hidden" name="max" value="25"/>
|
|
|
|
|
<input type="hidden" name="source" value="www"/>
|
|
|
|
|
<input type="submit" value="Vai"/></small>
|
|
|
|
|
</form></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
|
|
<!-- Main body column -->
|
|
|
|
|
<td align="left" valign="top" rowspan="2">
|
|
|
|
|
<h2><font color="#990000">Cos'<27> FreeBSD?</font></h2>
|
|
|
|
|
|
|
|
|
|
<p>FreeBSD <20> un sistema operativo avanzato per architetture
|
2003-12-13 11:56:11 +01:00
|
|
|
|
compatibili x86, AMD64, DEC Alpha, IA-64, PC-98 e
|
|
|
|
|
UltraSPARC®.
|
2003-07-07 17:59:26 +02:00
|
|
|
|
<09> derivato da BSD, la versione di
|
|
|
|
|
<xsl:value-of select="$unix"/> sviluppata
|
2003-03-20 01:10:51 +01:00
|
|
|
|
all'Universit<69> della California, Berkeley.
|
|
|
|
|
<09> sviluppato e mantenuto da <a
|
|
|
|
|
href="{$enbase}/doc/en_US.ISO8859-1/articles/contributors/index.html">un
|
|
|
|
|
grande gruppo di individui</a>.
|
|
|
|
|
<a href="{$enbase}/platforms/index.html">Piattaforme</a>
|
|
|
|
|
aggiuntive sono in varie fasi di sviluppo.</p>
|
|
|
|
|
|
|
|
|
|
<h2><font color="#990000">Funzionalit<EFBFBD> avanzate</font></h2>
|
|
|
|
|
|
|
|
|
|
<p>FreeBSD offre <a href="{$enbase}/features.html">funzionalit<EFBFBD></a>
|
|
|
|
|
di networking avanzato, prestazioni, sicurezza e compatibilit<69>
|
|
|
|
|
che ad oggi mancano ancora in altri sistemi operativi, anche in
|
|
|
|
|
alcuni di quelli commerciali.</p>
|
|
|
|
|
|
|
|
|
|
<h2><font color="#990000">Soluzioni Internet potenti</font></h2>
|
|
|
|
|
|
|
|
|
|
<p>FreeBSD <20> ideale per un server
|
|
|
|
|
<a href="{$enbase}/internet.html">Internet o Intranet</a>.
|
|
|
|
|
Fornisce servizi di rete robusti sotto i carichi pi<70> pesanti e
|
|
|
|
|
usa la memoria in maniera efficente per mantenere buoni tempi di
|
|
|
|
|
risposta per migliaia di processi utente simultanei. Visita la
|
|
|
|
|
nostra <a href="{$enbase}/gallery/gallery.html">galleria</a> per
|
|
|
|
|
esempi di applicazioni e servizi potenziati da FreeBSD.</p>
|
|
|
|
|
|
|
|
|
|
<h2><font color="#990000">Esegue un numero enorme di
|
|
|
|
|
applicazioni</font></h2>
|
|
|
|
|
|
|
|
|
|
<p>La qualit<69> di FreeBSD combinata con l'attuale hardware per PC a
|
|
|
|
|
basso prezzo e ad alta velocit<69> rende FreeBSD un'alternativa
|
2003-07-07 17:59:26 +02:00
|
|
|
|
molto economica alle workstation <xsl:value-of select="$unix"/>
|
|
|
|
|
commerciali. Si adatta molto bene a un gran numero di <a
|
2003-03-20 01:10:51 +01:00
|
|
|
|
href="{$enbase}/applications.html">applicazioni</a> sia
|
|
|
|
|
desktop che server.</p>
|
|
|
|
|
|
|
|
|
|
<h2><font color="#990000">Facile da installare</font></h2>
|
|
|
|
|
|
|
|
|
|
<p>FreeBSD pu<70> essere installato da una variet<65> di supporti,
|
|
|
|
|
inclusi CD-ROM, DVD-ROM, floppy disk, nastri magnetici,
|
2003-07-07 17:59:26 +02:00
|
|
|
|
partizioni MS-DOS®, o, se hai una connessione di rete, puoi
|
2003-03-20 01:10:51 +01:00
|
|
|
|
installarlo <i>direttamente</i> tramite FTP anonimo o NFS.
|
|
|
|
|
Tutto quello di cui hai bisogno <20> un paio di dischetti vuoti da
|
|
|
|
|
1.44MB e <a
|
|
|
|
|
href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/install.html">queste
|
|
|
|
|
istruzioni</a>.</p>
|
|
|
|
|
|
|
|
|
|
<h2><font color="#990000">FreeBSD <20> <i>libero</i></font></h2>
|
|
|
|
|
|
|
|
|
|
<a href="copyright/daemon.html"><img src="{$enbase}/gifs/dae_up3.gif"
|
|
|
|
|
alt=""
|
|
|
|
|
height="81" width="72"
|
|
|
|
|
align="right"
|
|
|
|
|
border="0"/></a>
|
|
|
|
|
|
|
|
|
|
<p>Sebbene tu possa aspettarti che un sistema operativo con queste
|
|
|
|
|
caratteristiche venga venduto ad alto prezzo, FreeBSD <20>
|
|
|
|
|
disponibile <a
|
|
|
|
|
href="{$enbase}/copyright/index.html">gratuitamente</a> e
|
|
|
|
|
viene fornito con il codice sorgente completo. Se vuoi
|
|
|
|
|
provarlo, <a
|
|
|
|
|
href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/mirrors.html">sono
|
|
|
|
|
disponibili maggiori informazioni</a>.</p>
|
|
|
|
|
|
|
|
|
|
<h2><font color="#990000">Contribuire a FreeBSD</font></h2>
|
|
|
|
|
|
|
|
|
|
<p><EFBFBD> facile contribuire a FreeBSD. Tutto quello che devi fare <20>
|
|
|
|
|
trovare una parte di FreeBSD che pensi possa essere migliorata,
|
|
|
|
|
fare le modifiche (in modo attento e pulito) e reinviarle al
|
|
|
|
|
Progetto, tramite send-pr o a un committer, se ne conosci uno.
|
|
|
|
|
Pu<50> essere qualsiasi cosa, dalla documentazione alla grafica al
|
|
|
|
|
codice sorgente. Guarda l'articolo <a
|
|
|
|
|
href="{$enbase}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing
|
|
|
|
|
to FreeBSD</a> per maggiori informazioni.</p>
|
|
|
|
|
|
|
|
|
|
<p>Anche se non sei un programmatore, ci sono altri modi per
|
|
|
|
|
contribuire a FreeBSD. La FreeBSD Foundation <20>
|
|
|
|
|
un'organizzazione no-profit, percui i contributi diretti sono
|
|
|
|
|
completamente deducibili dalle tasse. Contatta <a
|
|
|
|
|
href="mailto:bod@FreeBSDFoundation.org">bod@FreeBSDFoundation.org</a>
|
|
|
|
|
per maggiori informazioni o scrivi a: The FreeBSD Foundation,
|
|
|
|
|
7321 Brockway Dr. Boulder, CO 80303. USA</p>
|
|
|
|
|
|
|
|
|
|
<p>La Silicon Breeze ha inoltre scolpito e fuso il Demone BSD in
|
|
|
|
|
metallo e sta donando il 15% di tutti i proventi di queste
|
|
|
|
|
statuette alla FreeBSD Foundation. La storia completa e le
|
|
|
|
|
informazioni su come ordinare il Demone BSD sono disponibili a
|
|
|
|
|
<a href="http://www.linuxjewellery.com/beastie/">questa
|
2003-04-05 16:53:54 +02:00
|
|
|
|
pagina</a>.</p>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
<td></td>
|
|
|
|
|
|
|
|
|
|
<!-- Right-most column -->
|
|
|
|
|
<td valign="top">
|
|
|
|
|
<!-- News / release info table -->
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="1"
|
|
|
|
|
bgcolor="#000000" width="100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<table cellpadding="4" cellspacing="0" border="0"
|
|
|
|
|
bgcolor="#ffcc66" width="100%">
|
|
|
|
|
<tr>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<td valign="top"><p>
|
|
|
|
|
<a href="{$u.rel.early}">
|
|
|
|
|
<font size="+1" color="#990000"><b>Release con Nuove Tecnologie:
|
|
|
|
|
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<small>· <a href="{$u.rel.announce}">Annuncio</a><br/>
|
|
|
|
|
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/install.html">Guida di Installazione</a><br/>
|
|
|
|
|
· <a href="{$u.rel.notes}">Note sulla Release</a><br/>
|
|
|
|
|
· <a href="{$u.rel.hardware}">Note sull'Hardware</a><br/>
|
|
|
|
|
· <a href="{$u.rel.errata}">Errata</a><br/>
|
|
|
|
|
· <a href="{$u.rel.early}">Early Adopter's Guide</a></small></p>
|
|
|
|
|
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<p>
|
|
|
|
|
<a href="{$u.rel2.announce}">
|
|
|
|
|
<font size="+1" color="#990000"><b>Release di Produzione:
|
|
|
|
|
<xsl:value-of select="$rel2.current"/></b></font></a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<small>· <a href="{$u.rel2.announce}">Annuncio</a><br/>
|
2003-03-25 19:22:59 +01:00
|
|
|
|
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/install.html">Guida di Installazione</a><br/>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
· <a href="{$u.rel2.notes}">Note sulla Release</a><br/>
|
|
|
|
|
· <a href="{$u.rel2.hardware}">Note sull'Hardware</a><br/>
|
|
|
|
|
· <a href="{$u.rel2.errata}">Errata</a></small></p>
|
|
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Novit<EFBFBD> sul Progetto</b></font><br/>
|
|
|
|
|
<font size="-1">
|
|
|
|
|
Ultimo aggiornamento:
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
|
|
|
|
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</xsl:call-template>
|
|
|
|
|
<br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-news-project-items">
|
|
|
|
|
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
|
|
|
|
</xsl:call-template>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<a href="{$enbase}/news/newsflash.html">Altro...</a>
|
|
|
|
|
</font></p>
|
|
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Stampa FreeBSD</b></font><br/>
|
|
|
|
|
|
|
|
|
|
<font size="-1">
|
|
|
|
|
Ultimo aggiornamento:
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
|
|
|
|
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</xsl:call-template>
|
|
|
|
|
<br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-news-press-items">
|
|
|
|
|
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
|
|
|
|
</xsl:call-template>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<a href="{$enbase}/news/press.html">Altro...</a>
|
|
|
|
|
</font>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p><font size="+1" color="#990000"><b>Avvisi di Sicurezza</b></font><br/>
|
|
|
|
|
|
|
|
|
|
<font size="-1">
|
|
|
|
|
Ultimo Aggiornamento:
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
|
|
|
|
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
2003-03-20 01:10:51 +01:00
|
|
|
|
</xsl:call-template>
|
|
|
|
|
<br/>
|
2003-12-13 11:56:11 +01:00
|
|
|
|
<xsl:call-template name="html-index-advisories-items">
|
|
|
|
|
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
|
|
|
|
</xsl:call-template>
|
2003-03-20 01:10:51 +01:00
|
|
|
|
<a href="{$enbase}/security/index.html">Altro...</a>
|
|
|
|
|
</font>
|
|
|
|
|
</p>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<p> </p>
|
|
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="1"
|
|
|
|
|
bgcolor="#000000" width="100%">
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<table cellpadding="4" cellspacing="0" border="0"
|
|
|
|
|
bgcolor="#FFFFFF" width="100%"><tr>
|
|
|
|
|
<td>Per saperne di pi<70> su FreeBSD, visita la nostra
|
|
|
|
|
galleria di <a
|
|
|
|
|
href="{$enbase}/publish.html">pubblicazioni</a>
|
|
|
|
|
relative a FreeBSD o <a
|
|
|
|
|
href="{$enbase}/news/press.html">FreeBSD sulla stampa</a>,
|
|
|
|
|
e naviga all'interno di questo sito!</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<hr noshade="noshade" size="1" />
|
|
|
|
|
|
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="3">
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://www.freebsdmall.com/"><img src="{$enbase}/gifs/mall_title_medium.gif" alt="[FreeBSD Mall]"
|
|
|
|
|
height="65" width="165" border="0"/></a></td>
|
|
|
|
|
|
|
|
|
|
<td><a href="http://www.ugu.com/"><img src="{$enbase}/gifs/ugu_icon.gif"
|
|
|
|
|
alt="[Sponsor del Unix Guru Universe]"
|
|
|
|
|
height="64" width="76"
|
|
|
|
|
border="0"/></a></td>
|
|
|
|
|
|
|
|
|
|
<td><a href="http://www.daemonnews.org/"><img src="{$enbase}/gifs/darbylogo.gif"
|
|
|
|
|
alt="[Daemon News]" height="45" width="130"
|
|
|
|
|
border="0"/></a></td>
|
|
|
|
|
|
|
|
|
|
<td><a href="{$enbase}/copyright/daemon.html"><img
|
|
|
|
|
src="{$enbase}/gifs/powerlogo.gif"
|
|
|
|
|
alt="[Powered by FreeBSD]"
|
|
|
|
|
height="64"
|
|
|
|
|
width="160"
|
|
|
|
|
border="0"/></a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="left"
|
|
|
|
|
valign="top"><small><a href="{$base}/mailto.html">Contattaci</a><br/>
|
|
|
|
|
<xsl:value-of select="$date"/></small></td>
|
|
|
|
|
|
|
|
|
|
<td align="right"
|
2003-07-07 17:59:26 +02:00
|
|
|
|
valign="top"><small><a href="{$enbase}/copyright/index.html">Note legali</a> © 1995-2003
|
2003-03-20 01:10:51 +01:00
|
|
|
|
The FreeBSD Project.<br/>
|
|
|
|
|
Tutti i diritti riservati.</small></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
</xsl:template>
|
|
|
|
|
</xsl:stylesheet>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: xml
|
|
|
|
|
sgml-indent-data: t
|
|
|
|
|
sgml-omittag: nil
|
|
|
|
|
sgml-always-quote-attributes: t
|
|
|
|
|
End:
|
|
|
|
|
-->
|