MFen: add ppc platform link.

This commit is contained in:
Alex Dupre 2005-10-14 09:15:28 +00:00
parent 947c02f82c
commit 8c58338652
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26009
4 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/it/includes.navdevelopers.sgml,v 1.2 2005/10/08 08:15:43 ale Exp $ -->
<!-- $FreeBSD: www/it/includes.navdevelopers.sgml,v 1.3 2005/10/08 17:21:07 ale Exp $ -->
<!ENTITY nav '<div id="sidenav">
<h2 class="blockhide">Navigazione della Sezione</h2>
@ -15,6 +15,7 @@
<li><a href="&enbase;/platforms/i386.html">i386</a></li>
<li><a href="&enbase;/platforms/ia64/index.html">ia64</a></li>
<li><a href="&enbase;/platforms/pc98.html">pc98</a></li>
<li><a href="&enbase;/platforms/ppc.html">ppc</a></li>
<li><a href="&enbase;/platforms/sparc.html">sparc64</a></li>
</ul>
</li>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/it/includes.xsl,v 1.16 2005/10/08 08:15:43 ale Exp $ -->
<!-- $FreeBSD: www/it/includes.xsl,v 1.17 2005/10/08 17:21:07 ale Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -156,6 +156,7 @@
<li><a href="{$enbase}/platforms/i386.html">i386</a></li>
<li><a href="{$enbase}/platforms/ia64/index.html">ia64</a></li>
<li><a href="{$enbase}/platforms/pc98.html">pc98</a></li>
<li><a href="{$enbase}/platforms/ppc.html">ppc</a></li>
<li><a href="{$enbase}/platforms/sparc.html">sparc64</a></li>
</ul>
</li>

View file

@ -3,14 +3,14 @@
<!--
The FreeBSD Italian Documentation Project
$FreeBSD$
Original revision: 1.16
$FreeBSD: www/it/navigation.xml,v 1.5 2005/01/08 11:53:23 ale Exp $
Original revision: 1.17
-->
<navigation>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD$
$FreeBSD: www/it/navigation.xml,v 1.5 2005/01/08 11:53:23 ale Exp $
</cvs:keyword>
</cvs:keywords>
@ -20,6 +20,7 @@
<link src="platforms/i386.html" path="enbase" name="i386"/>
<link src="platforms/ia64/index.html" path="enbase" name="ia64"/>
<link src="platforms/pc98.html" path="enbase" name="pc98"/>
<link src="platforms/ppc.html" path="enbase" name="ppc"/>
<link src="platforms/sparc.html" path="enbase" name="sparc64"/>
</category>

View file

@ -1,14 +1,14 @@
<!--
The FreeBSD Italian Documentation Project
$FreeBSD: www/it/releases/index.sgml,v 1.8 2005/08/29 15:04:36 ale Exp $
Original revision: 1.104
$FreeBSD: www/it/releases/index.sgml,v 1.9 2005/10/06 14:27:50 ale Exp $
Original revision: 1.105
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY enbase CDATA "../..">
<!ENTITY date "$FreeBSD: www/it/releases/index.sgml,v 1.8 2005/08/29 15:04:36 ale Exp $">
<!ENTITY date "$FreeBSD: www/it/releases/index.sgml,v 1.9 2005/10/06 14:27:50 ale Exp $">
<!ENTITY title "Informazioni sulle Release">
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;