- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/navibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>/share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible.
75 lines
2.8 KiB
Text
75 lines
2.8 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY email 'freebsd-www'>
|
|
<!ENTITY title "Piattaforme Supportate">
|
|
<!ENTITY date "$FreeBSD: www/it/platforms/index.sgml,v 1.2 2006/06/06 11:08:50 ale Exp $">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Introduzione</h2>
|
|
|
|
<p>Qui troverai una lista delle piattaforme che attualmente sono
|
|
supportate da FreeBSD insieme con le piattaforme su cui verrà
|
|
portato.</p>
|
|
|
|
<h2>Tabella dei Contenuti</h2>
|
|
|
|
<ul>
|
|
<li><a href="&enbase;/platforms/alpha.html">Progetto FreeBSD/alpha</a></li>
|
|
<li><a href="&enbase;/platforms/amd64.html">Progetto FreeBSD/amd64</a></li>
|
|
<li><a href="&enbase;/platforms/arm.html">Progetto FreeBSD/ARM</a></li>
|
|
<li><a href="&enbase;/platforms/i386.html">Piattaforma FreeBSD/i386</a></li>
|
|
<li><a href="&enbase;/platforms/ia64/index.html">Progetto FreeBSD/ia64</a></li>
|
|
<li><a href="&enbase;/platforms/mips.html">Progetto FreeBSD/MIPS</a></li>
|
|
<li><a href="&enbase;/platforms/pc98.html">Progetto FreeBSD/pc98</a></li>
|
|
<li><a href="&enbase;/platforms/ppc.html">Progetto FreeBSD/ppc</a></li>
|
|
<li><a href="&enbase;/platforms/sparc.html">Progetto FreeBSD/sparc64</a></li>
|
|
<li><a href="&enbase;/platforms/xbox.html">Progetto FreeBSD/xbox</a></li>
|
|
</ul>
|
|
|
|
<h2>Commenti e Riscontri</h2>
|
|
|
|
<p>Se hai commenti su un port, o desideri dare un riscontro agli sviluppatori,
|
|
invialo alla mailing list corretta. Le liste sono:</p>
|
|
|
|
<ul>
|
|
<li>Per il port su FreeBSD/alpha, <a
|
|
href="mailto:freebsd-alpha@FreeBSD.org">freebsd-alpha@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/amd64, <a
|
|
href="mailto:freebsd-amd64@FreeBSD.org">freebsd-amd64@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/ARM, <a
|
|
href="mailto:freebsd-arm@FreeBSD.org">freebsd-arm@FreeBSD.org</a></li>
|
|
|
|
<li>Per la piattaforma FreeBSD/i386, <a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/ia64, <a
|
|
href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/MIPS, <a
|
|
href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/pc98, <a
|
|
href="mailto:re-pc98@FreeBSD.org">re-pc98@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/ppc, <a
|
|
href="mailto:freebsd-ppc@FreeBSD.org">freebsd-ppc@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/sparc64, <a
|
|
href="mailto:freebsd-sparc@FreeBSD.org">freebsd-sparc@FreeBSD.org</a></li>
|
|
|
|
<li>Per il port su FreeBSD/xbox, <a
|
|
href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></li>
|
|
|
|
<li>Per domande sull'architettura in generale, <a
|
|
href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></li>
|
|
</ul>
|
|
|
|
&footer;
|
|
</html>
|