52f6d56540
- Replace /XML/{doc,www}/ with /XML/ in SysId. - Remove empty stylesheets in share/xsl and point share/xml/empty.xsl via XML catalog instead. - Change the L10N layer in freebsd-*.xsl not to use localized XSLT stylesheets directly. - Move share/xsl/* to share/xml and remove share/xsl. - Remove obsolete share/web2c/pdftex.def.
24 lines
750 B
XML
24 lines
750 B
XML
<?xml version="1.0" encoding="iso-8859-15"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "Documentazione su FreeBSD">
|
|
]>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.docs">
|
|
|
|
<img src="&enbase;/gifs/doc.jpg"
|
|
alt="Il Demone BSD che legge la documentazione"
|
|
align="right" border="0" width="274" height="163"/>
|
|
|
|
<p>Una grande varietà di documentazione è disponibile per FreeBSD, sia su
|
|
questo sito web, sia su altri siti.</p>
|
|
|
|
</body>
|
|
</html>
|