Update Italian web site.
PR: www/60168 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
parent
f5778c16ce
commit
63916f49c9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19175
3 changed files with 226 additions and 275 deletions
23
it/Makefile
23
it/Makefile
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/it/Makefile,v 1.1 2003/03/20 00:10:51 trhodes Exp $
|
||||
# $FreeBSD: www/it/Makefile,v 1.2 2003/11/10 00:14:49 simon Exp $
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
.endif
|
||||
|
@ -8,8 +8,8 @@
|
|||
|
||||
# These are turned into validated, normalized HTML files.
|
||||
|
||||
DOCS= docs.sgml
|
||||
DOCS+= mailto.sgml
|
||||
DOCS= docs.sgml
|
||||
DOCS+= mailto.sgml
|
||||
|
||||
# Subdirectories
|
||||
# SGML
|
||||
|
@ -23,11 +23,18 @@ WEBDIR?= data/it
|
|||
DATA+= index.html
|
||||
CLEANFILES+= index.html
|
||||
|
||||
index.html: index.xsl includes.xsl ../en/news/includes.xsl ../en/news/news.xml ../en/news/press.xml ../en/security/advisories.xml
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/index.xsl ${.CURDIR}/../en/news/news.xml
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
||||
index.html: index.xsl ${XML_INCLUDES} \
|
||||
${XML_NEWS_INCLUDES_MASTER} ${XML_NEWS_NEWS_MASTER} ${XML_NEWS_PRESS_MASTER} \
|
||||
${XML_MIRRORS} ${XML_ADVISORIES}
|
||||
${XSLTPROC} ${XSLTPROCOPTS} \
|
||||
-o $@ \
|
||||
--param mirrors.xml "'${XML_MIRRORS}'" \
|
||||
--param advisories.xml "'${XML_ADVISORIES}'" \
|
||||
--param news.press.xml "'${XML_NEWS_PRESS_MASTER}'" \
|
||||
--param news.project.xml "'${XML_NEWS_NEWS_MASTER}'" \
|
||||
${.CURDIR}/index.xsl ${XML_NEWS_NEWS_MASTER}
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
186
it/includes.xsl
186
it/includes.xsl
|
@ -1,9 +1,13 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.3 2003/07/07 15:59:26 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.4 2003/11/10 00:14:49 simon Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="../share/sgml/includes.xsl" />
|
||||
|
||||
<xsl:variable name="url.doc.langcode" select="'it_IT.ISO8859-15'" />
|
||||
|
||||
<xsl:variable name="i.daemon">
|
||||
<img src="{$enbase}/gifs/daemon.gif" alt="" align="left" width="80" height="76"/>
|
||||
</xsl:variable>
|
||||
|
@ -16,101 +20,121 @@
|
|||
<a href="{$enbase}/copyright/index.html">Copyright</a> © 1995-2003 the FreeBSD Project. Tutti i diritti riservati.
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Often used trademarks -->
|
||||
<xsl:variable name="unix" select="'UNIX®'"/>
|
||||
<xsl:variable name="java" select="'Java™'"/>
|
||||
<xsl:variable name="jdk" select="'JDK™'"/>
|
||||
<xsl:variable name="posix" select="'POSIX®'"/>
|
||||
|
||||
<xsl:variable name="email" select="'freebsd-questions'"/>
|
||||
<xsl:variable name="author">
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="concat($base, '/mailto.html')"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="$email"/>@FreeBSD.org</a><br/><xsl:copy-of select="$copyright"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="home">
|
||||
<a href="{$base}/index.html"><img src="{$enbase}/gifs/home.gif" alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"/></a>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="header1">
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
||||
<meta name="MSSmartTagsPreventParsing" content="TRUE"/>
|
||||
</head>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:attribute-set name="att.body">
|
||||
<xsl:attribute name="text">#000000</xsl:attribute>
|
||||
<xsl:attribute name="bgcolor">#FFFFFF</xsl:attribute>
|
||||
<xsl:attribute name="alink">#FFCC33</xsl:attribute>
|
||||
</xsl:attribute-set>
|
||||
|
||||
<xsl:variable name="header2">
|
||||
<img src="{$enbase}/gifs/bar.gif" alt="Navigation Bar" width="565"
|
||||
<img src="{$enbase}/gifs/bar.gif" alt="Navigation Bar" width="565"
|
||||
height="33" border="0" usemap="#bar"/>
|
||||
|
||||
|
||||
<h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>
|
||||
|
||||
<br clear="all"/>
|
||||
|
||||
<map name="bar">
|
||||
<area shape="rect" coords="1,1,111,31"
|
||||
<area shape="rect" coords="1,1,111,31"
|
||||
href="{$base}/index.html" alt="Home"/>
|
||||
<area shape="rect" coords="112,11,196,31"
|
||||
<area shape="rect" coords="112,11,196,31"
|
||||
href="{$enbase}/ports/index.html" alt="Applicazioni"/>
|
||||
<area shape="rect" coords="196,12,257,33"
|
||||
<area shape="rect" coords="196,12,257,33"
|
||||
href="{$enbase}/support.html" alt="Supporto"/>
|
||||
<area shape="rect" coords="256,12,365,33"
|
||||
href="{$base}/docs.html" alt="Documentazione"/>
|
||||
<area shape="rect" coords="366,13,424,32"
|
||||
<area shape="rect" coords="256,12,365,33"
|
||||
href="{$base}/docs.html" alt="Documentazione"/>
|
||||
<area shape="rect" coords="366,13,424,32"
|
||||
href="{$enbase}/commercial/commercial.html" alt="Fornitori"/>
|
||||
<area shape="rect" coords="425,16,475,32"
|
||||
<area shape="rect" coords="425,16,475,32"
|
||||
href="{$enbase}/search/search.html" alt="Cerca"/>
|
||||
<area shape="rect" coords="477,16,516,33"
|
||||
<area shape="rect" coords="477,16,516,33"
|
||||
href="{$enbase}/search/index-site.html" alt="Indice"/>
|
||||
<area shape="rect" coords="516,15,562,33"
|
||||
<area shape="rect" coords="516,15,562,33"
|
||||
href="{$base}/index.html" alt="Home"/>
|
||||
<area shape="rect" coords="0,0,564,32"
|
||||
<area shape="rect" coords="0,0,564,32"
|
||||
href="{$base}/index.html" alt="Home"/>
|
||||
</map>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="footer">
|
||||
<hr noshade="noshade"/>
|
||||
<address><xsl:copy-of select="$author"/><br/>
|
||||
<xsl:copy-of select="$date"/></address>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel.current" select='"5.1"'/>
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
<!-- template: "html-index-advisories-items-lastmodified" -->
|
||||
|
||||
<xsl:variable name="u.rel.announce">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.errata">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.hardware">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.early">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="rel2.current" select='"4.9"'/>
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
<xsl:template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:param name="advisories.xml" select="''" />
|
||||
|
||||
<xsl:variable name="u.rel2.announce">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.errata">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.hardware">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="translate-month">
|
||||
<xsl:with-param name="month" select="document($advisories.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($advisories.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-index-news-project-items"
|
||||
pulls in the 10 most recent project items -->
|
||||
|
||||
<xsl:template name="html-index-news-project-items">
|
||||
<xsl:param name="news.project.xml" select="''" />
|
||||
|
||||
<xsl:for-each select="document($news.project.xml)/descendant::event[position() <= 10]">
|
||||
<xsl:value-of select="$leadingmark" /><a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$enbase"/>/news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(child::title)">
|
||||
<xsl:value-of select="title"/><br/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="p"/><br/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</a>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-index-news-press-items"
|
||||
pulls in the 10 most recent press items -->
|
||||
|
||||
<xsl:template name="html-index-news-press-items">
|
||||
<xsl:param name="news.press.xml" select="''" />
|
||||
|
||||
<xsl:for-each select="document($news.press.xml)/descendant::story[position() < 10]">
|
||||
<xsl:value-of select="$leadingmark" /><a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$enbase"/>/news/press.html#<xsl:call-template name="generate-story-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a><br/>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-index-news-project-items-lastmodified" -->
|
||||
|
||||
<xsl:template name="html-index-news-project-items-lastmodified">
|
||||
<xsl:param name="news.project.xml" select="''" />
|
||||
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="translate-month">
|
||||
<xsl:with-param name="month" select="document($news.project.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($news.project.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-index-news-press-items-lastmodified" -->
|
||||
|
||||
<xsl:template name="html-index-news-press-items-lastmodified">
|
||||
<xsl:param name="news.press.xml" select="''" />
|
||||
|
||||
<xsl:call-template name="translate-month">
|
||||
<xsl:with-param name="month" select="document($news.press.xml)/descendant::month[position() = 1]/name"/>
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="document($news.press.xml)/descendant::year[position() = 1]/name"/>
|
||||
</xsl:template>
|
||||
|
||||
<!-- Translate month name -->
|
||||
|
||||
<xsl:template name="translate-month">
|
||||
<xsl:param name="month"/>
|
||||
<xsl:choose>
|
||||
|
@ -129,4 +153,26 @@
|
|||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:variable name="u.rel.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel.announce">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.errata">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.hardware">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/hardware.html</xsl:variable>
|
||||
<xsl:variable name="u.rel.early">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel.current"/>R/early-adopter.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel2.notes">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/relnotes.html</xsl:variable>
|
||||
|
||||
<xsl:variable name="u.rel2.announce">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/announce.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.errata">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/errata.html</xsl:variable>
|
||||
<xsl:variable name="u.rel2.hardware">
|
||||
<xsl:value-of select="$enbase"/>/releases/<xsl:value-of select="$rel2.current"/>R/hardware.html</xsl:variable>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
292
it/index.xsl
292
it/index.xsl
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/it/index.xsl,v 1.4 2003/07/07 15:59:26 blackend Exp $ -->
|
||||
<!-- $FreeBSD: www/it/index.xsl,v 1.5 2003/11/10 00:14:49 simon Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -9,9 +9,16 @@
|
|||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="enbase" select="'..'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.4 2003/07/07 15:59:26 blackend Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.5 2003/11/10 00:14:49 simon Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- 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'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
|
||||
|
||||
|
@ -49,107 +56,9 @@
|
|||
<br/>
|
||||
|
||||
<select name="goto">
|
||||
<option value="http://www2.at.FreeBSD.org/">IPv6 Austria</option>
|
||||
<option value="http://www.dk.FreeBSD.org/">IPv6 Danimarca</option>
|
||||
<option value="http://www2.de.FreeBSD.org">IPv6 Germania</option>
|
||||
<option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">IPv6 (6Bone) Giappone</option>
|
||||
<option value="http://www2.no.FreeBSD.org/">IPv6 Norvegia</option>
|
||||
<option value="http://www1.uk.FreeBSD.org/">IPv6 Regno Unito</option>
|
||||
<option value="http://www4.us.FreeBSD.org/">IPv6 USA/1</option>
|
||||
<option value="http://www5.us.FreeBSD.org/">IPv6 USA/2</option>
|
||||
<option value="http://www.ar.FreeBSD.org/">Argentina</option>
|
||||
<option value="http://www.au.FreeBSD.org/">Australia/1</option>
|
||||
<option value="http://www2.au.FreeBSD.org/">Australia/2</option>
|
||||
<option value="http://freebsd.itworks.com.au/">Australia/8</option>
|
||||
<option value="http://www.at.FreeBSD.org/">Austria/1</option>
|
||||
<option value="http://www2.at.FreeBSD.org/">Austria/2</option>
|
||||
<option value="http://freebsd.unixtech.be/">Belgio</option>
|
||||
<option value="http://www.br.FreeBSD.org/">Brasile/1</option>
|
||||
<option value="http://www2.br.FreeBSD.org/www.freebsd.org/">Brasile/2</option>
|
||||
<option value="http://www3.br.FreeBSD.org/">Brasile/3</option>
|
||||
<option value="http://www.bg.FreeBSD.org/">Bulgaria</option>
|
||||
<option value="http://www.ca.FreeBSD.org/">Canada/1</option>
|
||||
<option value="http://www2.ca.FreeBSD.org/">Canada/2</option>
|
||||
<option value="http://www.cn.FreeBSD.org/">Cina</option>
|
||||
<option value="http://www.kr.FreeBSD.org/">Corea/1</option>
|
||||
<option value="http://www2.kr.FreeBSD.org/">Corea/2</option>
|
||||
<option value="http://www.dk.FreeBSD.org/">Danimarca/1</option>
|
||||
<option value="http://www3.dk.FreeBSD.org/">Danimarca/2</option>
|
||||
<option value="http://www.ee.FreeBSD.org/">Estonia</option>
|
||||
<option value="http://www.FreeBSD.org.ph/">Filippine</option>
|
||||
<option value="http://www.fi.FreeBSD.org/">Finlandia/1</option>
|
||||
<option value="http://www2.fi.FreeBSD.org/">Finlandia/2</option>
|
||||
<option value="http://www.fr.FreeBSD.org/">Francia</option>
|
||||
<option value="http://www.de.FreeBSD.org/">Germania/1</option>
|
||||
<option value="http://www1.de.FreeBSD.org/">Germania/2</option>
|
||||
<option value="http://www2.de.FreeBSD.org/">Germania/3</option>
|
||||
<option value="http://www.jp.FreeBSD.org/www.FreeBSD.org/">Giappone</option>
|
||||
<option value="http://www.gr.FreeBSD.org/">Grecia/1</option>
|
||||
<option value="http://www.FreeBSD.gr/">Grecia/2</option>
|
||||
<option value="http://www.hk.FreeBSD.org/">Hong Kong</option>
|
||||
<option value="http://www.ie.FreeBSD.org/">Irlanda/1</option>
|
||||
<option value="http://www2.ie.FreeBSD.org/">Irlanda/2</option>
|
||||
<option value="http://www.is.FreeBSD.org/">Islanda</option>
|
||||
<option value="http://www.it.FreeBSD.org/">Italia/1</option>
|
||||
<option value="http://www.gufi.org/mirrors/www.freebsd.org/data/">Italia/2</option>
|
||||
<option value="http://www.kw.FreeBSD.org/">Kuwait</option>
|
||||
<option value="http://www.lv.FreeBSD.org/">Lettonia</option>
|
||||
<option value="http://www.lt.FreeBSD.org/">Lituania</option>
|
||||
<option value="http://www.no.FreeBSD.org/">Norvegia/1</option>
|
||||
<option value="http://www2.no.FreeBSD.org/">Norvegia/2</option>
|
||||
<option value="http://www.nz.FreeBSD.org/">Nuova Zelanda</option>
|
||||
<option value="http://www.nl.FreeBSD.org/">Olanda/1</option>
|
||||
<option value="http://www2.nl.FreeBSD.org/">Olanda/2</option>
|
||||
<option value="http://www.pl.FreeBSD.org/">Polonia/1</option>
|
||||
<option value="http://www2.pl.FreeBSD.org/">Polonia/2</option>
|
||||
<option value="http://www.pt.FreeBSD.org/">Portogallo/1</option>
|
||||
<option value="http://www4.pt.FreeBSD.org/">Portogallo/2</option>
|
||||
<option value="http://www4.pt.FreeBSD.org/">Portogallo/3</option>
|
||||
<option value="http://www.uk.FreeBSD.org/">Regno Unito/1</option>
|
||||
<option value="http://www2.uk.FreeBSD.org/">Regno Unito/2</option>
|
||||
<option value="http://www3.uk.FreeBSD.org/">Regno Unito/3</option>
|
||||
<option value="http://www4.uk.FreeBSD.org/">Regno Unito/4</option>
|
||||
<option value="http://www1.uk.FreeBSD.org/">Regno Unito/5</option>
|
||||
<option value="http://www.cz.FreeBSD.org/">Repubblica Ceca</option>
|
||||
<option value="http://www.sk.FreeBSD.org/">Repubblica Slovacca/1</option>
|
||||
<option value="http://www2.sk.FreeBSD.org/">Repubblica Slovacca/2</option>
|
||||
<option value="http://www.ro.FreeBSD.org/">Romania/1</option>
|
||||
<option value="http://www2.ro.FreeBSD.org/">Romania/2</option>
|
||||
<option value="http://www3.ro.FreeBSD.org/">Romania/3</option>
|
||||
<option value="http://www4.ro.FreeBSD.org/">Romania/4</option>
|
||||
<option value="http://www.ru.FreeBSD.org/">Russia/1</option>
|
||||
<option value="http://www2.ru.FreeBSD.org/">Russia/2</option>
|
||||
<option value="http://www3.ru.FreeBSD.org/">Russia/3</option>
|
||||
<option value="http://www4.ru.FreeBSD.org/">Russia/4</option>
|
||||
<option value="http://www.sm.FreeBSD.org/">San Marino</option>
|
||||
<option value="http://www2.sg.FreeBSD.org/">Singapore</option>
|
||||
<option value="http://www.si.FreeBSD.org/">Slovenia/1</option>
|
||||
<option value="http://www2.si.FreeBSD.org/">Slovenia/2</option>
|
||||
<option value="http://www.es.FreeBSD.org/">Spagna/1</option>
|
||||
<option value="http://www2.es.FreeBSD.org/">Spagna/2</option>
|
||||
<option value="http://www3.es.FreeBSD.org/">Spagna/3</option>
|
||||
<option value="http://www.za.FreeBSD.org/">Sud Africa/1</option>
|
||||
<option value="http://www2.za.FreeBSD.org/">Sud Africa/2</option>
|
||||
<option value="http://www.se.FreeBSD.org/">Svezia/1</option>
|
||||
<option value="http://www2.se.FreeBSD.org/">Svezia/2</option>
|
||||
<option value="http://www.ch.FreeBSD.org/">Svizzera/1</option>
|
||||
<option value="http://www2.ch.FreeBSD.org/">Svizzera/2</option>
|
||||
<option value="http://www.tw.FreeBSD.org/">Taiwan/1</option>
|
||||
<option value="http://www2.tw.FreeBSD.org/">Taiwan/2</option>
|
||||
<option value="http://www3.tw.FreeBSD.org/">Taiwan/3</option>
|
||||
<option value="http://www4.tw.FreeBSD.org/">Taiwan/4</option>
|
||||
<option value="http://www.tr.FreeBSD.org/">Turchia/1</option>
|
||||
<option value="http://www2.tr.FreeBSD.org/">Turchia/2</option>
|
||||
<option value="http://www.enderunix.org/freebsd/">Turchia/3</option>
|
||||
<option value="http://www.ua.FreeBSD.org/">Ucraina/1</option>
|
||||
<option value="http://www2.ua.FreeBSD.org/">Ucraina/2</option>
|
||||
<option value="http://www5.ua.FreeBSD.org/">Ucraina/3</option>
|
||||
<option value="http://www4.ua.FreeBSD.org/">Ucraina/Crimea</option>
|
||||
<option value="http://www.hu.FreeBSD.org/">Ungheria/1</option>
|
||||
<option value="http://www2.hu.FreeBSD.org/">Ungheria/2</option>
|
||||
<option value="http://www2.us.FreeBSD.org/">USA/1</option>
|
||||
<option value="http://www4.us.FreeBSD.org/">USA/2</option>
|
||||
<option value="http://www5.us.FreeBSD.org/">USA/3</option>
|
||||
<xsl:call-template name="html-index-mirrors-options-list">
|
||||
<xsl:with-param name="mirrors.xml" select="$mirrors.xml" />
|
||||
</xsl:call-template>
|
||||
</select>
|
||||
|
||||
<input type="submit" value=" Vai "/>
|
||||
|
@ -191,11 +100,16 @@
|
|||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<p><font size="+1" color="#990000"><b>Novità</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/news/newsflash.html">Annunci</a><br/>
|
||||
· <a href="{$enbase}/news/press.html">Sulla Stampa</a><br/>
|
||||
· <a href="{$enbase}/news/index.html">Altro...</a>
|
||||
<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/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Software</b></font>
|
||||
|
@ -205,40 +119,48 @@
|
|||
· <a href="{$enbase}/ports/index.html">Applicazioni Portate</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Documentazione</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/projects/newbies.html">Per i Niubbi</a><br/>
|
||||
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/index.html">Manuale</a><br/>
|
||||
<p>
|
||||
<a href="docs.html">
|
||||
<font size="+1" color="#990000"><b>Documentazione</b></font>
|
||||
</a><small><br/>
|
||||
· <a href="{$enbase}/doc/en_US.ISO8859-1/books/faq/index.html">FAQ</a><br/>
|
||||
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/index.html">Manuale</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/man.cgi">Pagine man</a><br/>
|
||||
· <a href="{$enbase}/projects/newbies.html">Per i Niubbi</a><br/>
|
||||
· <a href="{$enbase}/docproj/index.html">Doc. Project</a><br/>
|
||||
· <a href="docs.html">Altro...</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Supporto</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/support.html#mailing-list">Mailing list</a><br/>
|
||||
<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/>
|
||||
· <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/>
|
||||
· <a href="{$enbase}/events/events.html">Eventi</a><br/>
|
||||
· <a href="{$enbase}/support.html">Altro...</a>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Bug Report</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/send-pr.html">Invia un bug report</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr-summary.cgi">Visualizza i report</a><br/>
|
||||
· <a href="http://www.FreeBSD.org/cgi/query-pr.cgi">Cerca tramite bug ID</a><br/>
|
||||
· <a href="{$enbase}/support.html#gnats">Altro...</a><br/>
|
||||
<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/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Sviluppo</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/projects/index.html">Progetti</a><br/>
|
||||
· <a href="{$enbase}/releng/index.html">Release Engineering</a><br/>
|
||||
<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/>
|
||||
· <a href="{$enbase}/support.html#cvs">Repository CVS</a><br/>
|
||||
· <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/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Fornitori</b></font>
|
||||
|
@ -253,16 +175,30 @@
|
|||
<small><br/>
|
||||
· <a href="{$enbase}/donations/index.html">Info sul Progetto</a><br/>
|
||||
· <a href="{$enbase}/donations/donors.html">Attuali Donazioni</a><br/>
|
||||
· <a href="{$enbase}/donations/wantlist.html">Elenco delle richieste</a><br/>
|
||||
· <a href="{$enbase}/donations/wantlist.html">Elenco delle Richieste</a><br/>
|
||||
</small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Questo Sito</b></font>
|
||||
<small><br/>
|
||||
· <a href="{$enbase}/search/index-site.html">Mappa del Sito</a><br/>
|
||||
· <a href="{$enbase}/search/search.html">Cerca</a><br/>
|
||||
· <a href="{$enbase}/internal/index.html">Altro...</a><br/>
|
||||
<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/>
|
||||
</small></p>
|
||||
|
||||
<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>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
|
||||
<small>Cerca:<br/>
|
||||
<input type="text" name="words" size="10"/>
|
||||
|
@ -284,7 +220,8 @@
|
|||
<h2><font color="#990000">Cos'è FreeBSD?</font></h2>
|
||||
|
||||
<p>FreeBSD è un sistema operativo avanzato per architetture
|
||||
compatibili x86, DEC Alpha, IA-64, PC-98 e UltraSPARC®.
|
||||
compatibili x86, AMD64, DEC Alpha, IA-64, PC-98 e
|
||||
UltraSPARC®.
|
||||
È derivato da BSD, la versione di
|
||||
<xsl:value-of select="$unix"/> sviluppata
|
||||
all'Università della California, Berkeley.
|
||||
|
@ -388,9 +325,10 @@
|
|||
<table cellpadding="4" cellspacing="0" border="0"
|
||||
bgcolor="#ffcc66" width="100%">
|
||||
<tr>
|
||||
<td valign="top"><p><font size="+1" color="#990000"><b>Release con Nuove Tecnologie:
|
||||
<xsl:value-of select="$rel.current"/></b></font><br/>
|
||||
|
||||
<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/>
|
||||
<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/>
|
||||
|
@ -398,9 +336,10 @@
|
|||
· <a href="{$u.rel.errata}">Errata</a><br/>
|
||||
· <a href="{$u.rel.early}">Early Adopter's Guide</a></small></p>
|
||||
|
||||
<p><font size="+1" color="#990000"><b>Release di Produzione:
|
||||
<xsl:value-of select="$rel2.current"/></b></font><br/>
|
||||
|
||||
<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/>
|
||||
<small>· <a href="{$u.rel2.announce}">Annuncio</a><br/>
|
||||
· <a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/install.html">Guida di Installazione</a><br/>
|
||||
· <a href="{$u.rel2.notes}">Note sulla Release</a><br/>
|
||||
|
@ -410,33 +349,13 @@
|
|||
<p><font size="+1" color="#990000"><b>Novità sul Progetto</b></font><br/>
|
||||
<font size="-1">
|
||||
Ultimo aggiornamento:
|
||||
<xsl:value-of
|
||||
select="descendant::day[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="translate-month">
|
||||
<xsl:with-param name="month"
|
||||
select="descendant::month[position() = 1]/name"/>
|
||||
<xsl:call-template name="html-index-news-project-items-lastmodified">
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="descendant::year[position() = 1]/name"/>
|
||||
<br/>
|
||||
<!-- Pull in the 10 most recent news items -->
|
||||
<xsl:for-each select="descendant::event[position() <= 10]">
|
||||
· <a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$enbase"/>/news/newsflash.html#<xsl:call-template name="generate-event-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:choose>
|
||||
<xsl:when test="count(child::title)">
|
||||
<xsl:value-of select="title"/><br/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="p"/><br/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</a>
|
||||
</xsl:for-each>
|
||||
<xsl:call-template name="html-index-news-project-items">
|
||||
<xsl:with-param name="news.project.xml" select="$news.project.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="{$enbase}/news/newsflash.html">Altro...</a>
|
||||
</font></p>
|
||||
|
||||
|
@ -444,23 +363,13 @@
|
|||
|
||||
<font size="-1">
|
||||
Ultimo aggiornamento:
|
||||
<xsl:call-template name="translate-month">
|
||||
<xsl:with-param name="month"
|
||||
select="document('../en/news/press.xml')/descendant::month[position() = 1]/name"/>
|
||||
<xsl:call-template name="html-index-news-press-items-lastmodified">
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="document('../en/news/press.xml')/descendant::year[position() = 1]/name"/>
|
||||
<br/>
|
||||
<!-- Pull in the 10 most recent press items -->
|
||||
<xsl:for-each select="document('../en/news/press.xml')/descendant::story[position() < 10]">
|
||||
· <a>
|
||||
<xsl:attribute name="href">
|
||||
<xsl:value-of select="$enbase"/>/news/press.html#<xsl:call-template name="generate-story-anchor"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a><br/>
|
||||
</xsl:for-each>
|
||||
<xsl:call-template name="html-index-news-press-items">
|
||||
<xsl:with-param name="news.press.xml" select="$news.press.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="{$enbase}/news/press.html">Altro...</a>
|
||||
</font>
|
||||
</p>
|
||||
|
@ -469,24 +378,13 @@
|
|||
|
||||
<font size="-1">
|
||||
Ultimo Aggiornamento:
|
||||
<xsl:value-of
|
||||
select="document('../en/security/advisories.xml')/descendant::day[position() = 1]/name"/>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:call-template name="translate-month">
|
||||
<xsl:with-param name="month"
|
||||
select="document('../en/security/advisories.xml')/descendant::month[position() = 1]/name"/>
|
||||
<xsl:call-template name="html-index-advisories-items-lastmodified">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of
|
||||
select="document('../en/security/advisories.xml')/descendant::year[position() = 1]/name"/>
|
||||
<br/>
|
||||
<!-- Pull in the 10 most recent security advisories -->
|
||||
<xsl:for-each select="document('../en/security/advisories.xml')/descendant::advisory[position() < 10]">
|
||||
· <a>
|
||||
<xsl:attribute name="href">ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/<xsl:value-of select="name"/>.asc</xsl:attribute>
|
||||
<xsl:value-of select="name"/>
|
||||
</a><br/>
|
||||
</xsl:for-each>
|
||||
<xsl:call-template name="html-index-advisories-items">
|
||||
<xsl:with-param name="advisories.xml" select="$advisories.xml" />
|
||||
</xsl:call-template>
|
||||
<a href="{$enbase}/security/index.html">Altro...</a>
|
||||
</font>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue