Fix base/enbase (split includes.sgml).

This commit is contained in:
Alex Dupre 2005-10-08 17:21:07 +00:00
parent 69ab3bbf85
commit 15d45ac4e6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25947
8 changed files with 223 additions and 182 deletions

132
it/includes.header.sgml Normal file
View file

@ -0,0 +1,132 @@
<!-- $FreeBSD$ -->
<!-- Images -->
<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
<!ENTITY i.new '<img src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright '<a href="&enbase;/copyright/">Note Legali</a> | &copy; 1995-2005 The FreeBSD Project.
Tutti i diritti riservati.'>
<!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contatti</a> &nbsp; | &nbsp; <a href="&enbase;/copyright/index.html">note legali</a> &nbsp; | &nbsp; &copyright;'>
<!ENTITY 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>'>
<!ENTITY stylesheet '&enbase;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&enbase;/layout/css/fixed_large.css'>
<!ENTITY nav ''>
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
</head>
<body>
<div id="containerwrap">
<div id="container">
<span class="txtoffscreen"><a href="#content" title="Salta la navigazione del sito" accesskey="1">Salta la navigazione del sito</a> (1)</span>
<span class="txtoffscreen"><a href="#contentwrap" title="Salta la navigazione della sezione" accesskey="2">Salta la navigazione della sezione</a> (2)</span>
<div id="headercontainer">
<div id="header">
<h2 class="blockhide">Intestazione e Logo</h2>
<div id="headerlogoleft">
<a href="&base;" title="FreeBSD"><img src="&enbase;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
</div> <!-- headerlogoleft -->
<div id="headerlogoright">
<h2 class="blockhide">Collegamenti Periferici</h2>
<div id="searchnav">
<ul id="searchnavlist">
<li>
Dimensione Testo: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Dimensione Testo Normale">Normale</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Dimensione Testo Grande">Grande</a>
</li>
<li>
<a href="&enbase;/donations/" title="Donazioni">Donazioni</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="Contatti">Contatti</a>
</li>
</ul>
</div> <!-- searchnav -->
<div id="search">
<form action="&cgibase;/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="words">Cerca</label></h2>
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value=&#39;&#39;;" value="Cerca"> <input id="submit" name="submit" type="submit" value="Cerca">
</div>
</form>
</div> <!-- search -->
</div> <!-- headerlogoright -->
</div> <!-- header -->
<h2 class="blockhide">Navigazione del Sito</h2>
<div id="topnav">
<ul id="topnavlist">
<li>
<a href="&base;/" title="Home">Home</a>
</li>
<li>
<a href="&base;/about.html" title="Info">Info</a>
</li>
<li>
<a href="&enbase;/where.html" title="Ottenere FreeBSD">Ottenere FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="Documentazione">Documentazione</a>
</li>
<li>
<a href="&enbase;/community.html" title="Comunit&agrave;">Comunit&agrave;</a>
</li>
<li>
<a href="&enbase;/projects/index.html" title="Sviluppo">Sviluppo</a>
</li>
<li>
<a href="&enbase;/support.html" title="Supporto">Supporto</a>
</li>
</ul>
</div> <!-- topnav -->
</div> <!-- headercontainer -->
<div id="content">
<div id="sidewrap">
&nav;
</div> <!-- sidewrap -->
<div id="contentwrap">
<h1>&title;</h1>'>
<!ENTITY footer '</div> <!-- contentwrap -->
<br class="clearboth">
</div> <!-- content -->
<div id="footer">
&copyright;<br>
&date;
</div> <!-- footer -->
</div> <!-- container -->
</div> <!-- containerwrap -->'>
<!-- macro for webbuild paper -->
<!ENTITY webbuild '
<p>Questo documento descrive come creare e aggiornare le pagine web di FreeBSD
manualmente dal repository CVS.</p>'>
<!ENTITY % includes.header.global SYSTEM "../share/sgml/includes.release.sgml">
%includes.header.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,9 +1,9 @@
<!-- $FreeBSD: www/it/includes.navdevelopers.sgml,v 1.1 2005/10/06 14:27:50 ale Exp $ -->
<!-- $FreeBSD: www/it/includes.navdevelopers.sgml,v 1.2 2005/10/08 08:15:43 ale Exp $ -->
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Navigazione della Sezione</h2>
<ul>
<li><a href="&base;/projects/index.html">Sviluppo</a></li>
<li><a href="&enbase;/projects/index.html">Sviluppo</a></li>
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/developers-handbook">Manuale dello Sviluppatore</a></li>
<li><a href="&enbase;/doc/en_US.ISO8859-1/books/porters-handbook">Manuale del Porter</a></li>
<li><a href="&enbase;/developers/cvs.html">Repository CVS</a></li>

View file

@ -1,16 +1,16 @@
<!-- $FreeBSD: www/it/includes.navdownload.sgml,v 1.1 2005/10/06 14:27:50 ale Exp $ -->
<!-- $FreeBSD: www/it/includes.navdownload.sgml,v 1.2 2005/10/08 08:15:43 ale Exp $ -->
<!ENTITY % relincludes SYSTEM "../share/sgml/includes.release.sgml"> %relincludes;
<!ENTITY % relincludes SYSTEM "includes.release.sgml"> %relincludes;
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Navigazione della Sezione</h2>
<ul>
<li><a href="&base;/where.html">Ottenere FreeBSD</a></li>
<li><a href="&enbase;/where.html">Ottenere FreeBSD</a></li>
<li><a href="&base;/releases/">Info sulle Release</a>
<ul>
<li><a href="&u.rel.announce;">Release di Produzione: &rel.current;</a></li>
<li><a href="&u.rel2.announce;">Release di Produzione (Legacy): &rel2.current;</a></li>
<li><a href="&base;/snapshots/">Snapshot delle Release</a></li>
<li><a href="&enbase;/snapshots/">Snapshot delle Release</a></li>
<![ %beta.testing; [
<li><a href="&u.betarel.schedule;">Prossima Release: &betarel.current;</a></li>
]]>

View file

@ -1,9 +1,9 @@
<!-- $FreeBSD$ -->
<!-- $FreeBSD: www/it/includes.navsupport.sgml,v 1.1 2005/10/06 14:27:50 ale Exp $ -->
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Navigazione della Sezione</h2>
<ul>
<li><a href="&base;/support.html">Supporto</a></li>
<li><a href="&enbase;/support.html">Supporto</a></li>
<li><a href="&enbase;/commercial/">Fornitori</a>
<ul>
<li><a href="&enbase;/commercial/software_bycat.html">Software</a></li>

67
it/includes.release.sgml Normal file
View file

@ -0,0 +1,67 @@
<!-- $FreeBSD$ -->
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
create some links on web sites and such, so do NOT change it until
it's really release time. When you update this, you should also
update (at least) the following:
- similar entity in the Handbook
- similar entity in the Relnotes
- releases/index.sgml has the date of the current release
- the FAQ has links to the release FTP url
- "versions supported" in security.sgml
(If you're the release engineer, feel free to update this list with
other doc-related things you had to do. It'll save you time and
trouble the next time around :-).)
As of 5.0, we now have the concept of two different "currently"
released versions (from two different development branches). Use
rel.* and u.rel.* for the "latest and greatest" version and
rel2.* and u.rel2.* for the "conservative users" version.
-->
<!-- If there is no release currently in the release cycle (i.e. we
don't have something in BETAn or RCn), then change %beta.testing
below to "IGNORE". If we do, use "INCLUDE". -->
<!ENTITY % beta.testing "INCLUDE">
<!ENTITY betarel.current '6.0'>
<!ENTITY betarel.vers 'BETA5'>
<!ENTITY u.betarel.schedule '&enbase;/releases/&betarel.current;R/schedule.html'>
<!ENTITY rel.current '5.4'>
<!ENTITY rel.current.date 'Maggio 2005'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&enbase;/releases/&rel.current;R/relnotes.html'>
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
<!ENTITY u.rel.errata '&enbase;/releases/&rel.current;R/errata.html'>
<!ENTITY u.rel.hardware '&enbase;/releases/&rel.current;R/hardware.html'>
<!ENTITY u.rel.installation '&enbase;/releases/&rel.current;R/installation.html'>
<!ENTITY u.rel.readme '&enbase;/releases/&rel.current;R/readme.html'>
<!ENTITY u.rel.migration '&enbase;/releases/&rel.current;R/migration-guide.html'>
<!-- Secondary "current release" entities -->
<!ENTITY rel2.current '4.11'>
<!ENTITY rel2.current.date 'Gennaio 2005'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel2.notes '&enbase;/releases/&rel2.current;R/relnotes.html'>
<!ENTITY u.rel2.announce '&base;/releases/&rel2.current;R/announce.html'>
<!ENTITY u.rel2.errata '&enbase;/releases/&rel2.current;R/errata.html'>
<!ENTITY u.rel2.hardware '&enbase;/releases/&rel2.current;R/hardware.html'>
<!ENTITY u.rel2.installation '&enbase;/releases/&rel2.current;R/installation.html'>
<!ENTITY u.rel2.readme '&enbase;/releases/&rel2.current;R/readme.html'>
<!ENTITY % includes.release.global SYSTEM "../share/sgml/includes.release.sgml">
%includes.release.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/it/includes.sgml,v 1.15 2005/10/07 12:20:30 ale Exp $ -->
<!-- $FreeBSD: www/it/includes.sgml,v 1.16 2005/10/08 08:15:43 ale Exp $ -->
<!ENTITY url.doc.langcode 'it_IT.ISO8859-15'>
@ -19,172 +19,14 @@
<!ENTITY cgibase CDATA "http://www.FreeBSD.org/cgi">
<!ENTITY enbase CDATA "..">
<!-- Images -->
<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
<!ENTITY i.new '<img src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
<!ENTITY % includes.release SYSTEM "includes.release.sgml">
%includes.release;
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright '<a href="&enbase;/copyright/">Note Legali</a> | &copy; 1995-2005 The FreeBSD Project.
Tutti i diritti riservati.'>
<!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contatti</a> &nbsp; | &nbsp; <a href="&enbase;/copyright/index.html">note legali</a> &nbsp; | &nbsp; &copyright;'>
<!ENTITY 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>'>
<!ENTITY stylesheet '&enbase;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&enbase;/layout/css/fixed_large.css'>
<!ENTITY nav ''>
<!ENTITY % includes.header SYSTEM "includes.header.sgml">
%includes.header;
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
</head>
<body>
<div id="containerwrap">
<div id="container">
<span class="txtoffscreen"><a href="#content" title="Salta la navigazione del sito" accesskey="1">Salta la navigazione del sito</a> (1)</span>
<span class="txtoffscreen"><a href="#contentwrap" title="Salta la navigazione della sezione" accesskey="2">Salta la navigazione della sezione</a> (2)</span>
<div id="headercontainer">
<div id="header">
<h2 class="blockhide">Intestazione e Logo</h2>
<div id="headerlogoleft">
<a href="&base;" title="FreeBSD"><img src="&enbase;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
</div> <!-- headerlogoleft -->
<div id="headerlogoright">
<h2 class="blockhide">Collegamenti Periferici</h2>
<div id="searchnav">
<ul id="searchnavlist">
<li>
Dimensione Testo: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Dimensione Testo Normale">Normale</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Dimensione Testo Grande">Grande</a>
</li>
<li>
<a href="&enbase;/donations/" title="Donazioni">Donazioni</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="Contatti">Contatti</a>
</li>
</ul>
</div> <!-- searchnav -->
<div id="search">
<form action="&cgibase;/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="words">Cerca</label></h2>
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="words" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value=&#39;&#39;;" value="Cerca"> <input id="submit" name="submit" type="submit" value="Cerca">
</div>
</form>
</div> <!-- search -->
</div> <!-- headerlogoright -->
</div> <!-- header -->
<h2 class="blockhide">Navigazione del Sito</h2>
<div id="topnav">
<ul id="topnavlist">
<li>
<a href="&base;/" title="Home">Home</a>
</li>
<li>
<a href="&base;/about.html" title="Info">Info</a>
</li>
<li>
<a href="&enbase;/where.html" title="Ottenere FreeBSD">Ottenere FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="Documentazione">Documentazione</a>
</li>
<li>
<a href="&enbase;/community.html" title="Comunit&agrave;">Comunit&agrave;</a>
</li>
<li>
<a href="&enbase;/projects/index.html" title="Sviluppo">Sviluppo</a>
</li>
<li>
<a href="&enbase;/support.html" title="Supporto">Supporto</a>
</li>
</ul>
</div> <!-- topnav -->
</div> <!-- headercontainer -->
<div id="content">
<div id="sidewrap">
&nav;
</div> <!-- sidewrap -->
<div id="contentwrap">
<h1>&title;</h1>'>
<!ENTITY footer '</div> <!-- contentwrap -->
<br class="clearboth">
</div> <!-- content -->
<div id="footer">
&copyright;<br>
&date;
</div> <!-- footer -->
</div> <!-- container -->
</div> <!-- containerwrap -->'>
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released versions of FreeBSD. This value is used to
create some links on web sites and such, so do NOT change it until
it's really release time. When you update this, you should also
update (at least) the following:
- similar entity in the Handbook
- similar entity in the Relnotes
- releases/index.sgml has the date of the current release
- the FAQ has links to the release FTP url
- "versions supported" in security.sgml
(If you're the release engineer, feel free to update this list with
other doc-related things you had to do. It'll save you time and
trouble the next time around :-).)
As of 5.0, we now have the concept of two different "currently"
released versions (from two different development branches). Use
rel.* and u.rel.* for the "latest and greatest" version and
rel2.* and u.rel2.* for the "conservative users" version.
-->
<!ENTITY rel.current '5.4'>
<!ENTITY rel.current.date 'Maggio 2005'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&enbase;/releases/&rel.current;R/relnotes.html'>
<!ENTITY u.rel.announce '&base;/releases/&rel.current;R/announce.html'>
<!ENTITY u.rel.errata '&enbase;/releases/&rel.current;R/errata.html'>
<!ENTITY u.rel.hardware '&enbase;/releases/&rel.current;R/hardware.html'>
<!ENTITY u.rel.installation '&enbase;/releases/&rel.current;R/installation.html'>
<!ENTITY u.rel.readme '&enbase;/releases/&rel.current;R/readme.html'>
<!ENTITY u.rel.migration '&enbase;/releases/&rel.current;R/migration-guide.html'>
<!-- Secondary "current release" entities -->
<!ENTITY rel2.current '4.11'>
<!ENTITY rel2.current.date 'Gennaio 2005'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel2.notes '&enbase;/releases/&rel2.current;R/relnotes.html'>
<!ENTITY u.rel2.announce '&base;/releases/&rel2.current;R/announce.html'>
<!ENTITY u.rel2.errata '&enbase;/releases/&rel2.current;R/errata.html'>
<!ENTITY u.rel2.hardware '&enbase;/releases/&rel2.current;R/hardware.html'>
<!ENTITY u.rel2.installation '&enbase;/releases/&rel2.current;R/installation.html'>
<!ENTITY u.rel2.readme '&enbase;/releases/&rel2.current;R/readme.html'>
<!-- macro for webbuild paper -->
<!ENTITY webbuild '
<p>Questo documento descrive come creare e aggiornare le pagine web di FreeBSD
manualmente dal repository CVS.</p>'>
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
%includes.global;
<!ENTITY % includes.misc SYSTEM "../share/sgml/includes.misc.sgml">
%includes.misc;
<!--
Local Variables:

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/it/includes.xsl,v 1.15 2005/10/07 12:20:30 ale Exp $ -->
<!-- $FreeBSD: www/it/includes.xsl,v 1.16 2005/10/08 08:15:43 ale Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -144,7 +144,7 @@
<xsl:if test="$section = 'developers'" >
<ul>
<li><a href="{$base}/projects/index.html">Sviluppo</a></li>
<li><a href="{$enbase}/projects/index.html">Sviluppo</a></li>
<li><a href="{$enbase}/doc/en_US.ISO8859-1/books/developers-handbook">Manuale dello Sviluppatore</a></li>
<li><a href="{$enbase}/doc/en_US.ISO8859-1/books/porters-handbook">Manuale del Porter</a></li>
<li><a href="{$enbase}/developers/cvs.html">Repository CVS</a></li>
@ -184,14 +184,14 @@
<xsl:if test="$section = 'download'" >
<ul>
<li><a href="{$base}/where.html">Ottenere FreeBSD</a></li>
<li><a href="{$enbase}/where.html">Ottenere FreeBSD</a></li>
<li><a href="{$base}/releases/">Info sulle Release</a>
<ul>
<li><a href="{$u.rel.announce}">Release di Produzione: <xsl:value-of select="$rel.current"/></a></li>
<li><a href="{$u.rel2.announce}">Release di Produzione (Legacy): <xsl:value-of select="$rel2.current"/></a></li>
<li><a href="{$base}/snapshots/">Snapshot delle Release</a></li>
<li><a href="{$enbase}/snapshots/">Snapshot delle Release</a></li>
<xsl:if test="$beta.testing != ''">
<li><a href="{$base}/where.html">Prossima Release <xsl:value-of
<li><a href="{$enbase}/where.html">Prossima Release <xsl:value-of
select="concat($betarel.current, '-', $betarel.vers)"/></a>
</li>
</xsl:if>
@ -203,7 +203,7 @@
<xsl:if test="$section = 'support'" >
<ul>
<li><a href="{$base}/support.html">Supporto</a></li>
<li><a href="{$enbase}/support.html">Supporto</a></li>
<li><a href="{$enbase}/commercial/">Fornitori</a>
<ul>
<li><a href="{$enbase}/commercial/software_bycat.html">Software</a></li>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Italian Documentation Project
$FreeBSD: www/it/index.xsl,v 1.20 2005/10/08 08:15:44 ale Exp $
$FreeBSD: www/it/index.xsl,v 1.21 2005/10/08 11:31:04 ale Exp $
Original revision: 1.135
-->
@ -10,7 +10,7 @@
<xsl:import href="includes.xsl"/>
<xsl:import href="../en/news/includes.xsl"/>
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.20 2005/10/08 08:15:44 ale Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.21 2005/10/08 11:31:04 ale Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<xsl:output type="html" encoding="iso-8859-1"
@ -92,7 +92,7 @@
</li>
<xsl:if test="$beta.testing">
<li>
<a href="{$base}/where.html#HELPTEST">Prossima Release
<a href="{$enbase}/where.html#HELPTEST">Prossima Release
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
</li>
</xsl:if>