- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/nabibar.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.
72 lines
2.6 KiB
Text
72 lines
2.6 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/en/platforms/mips.sgml,v 1.5 2005/10/04 19:43:48 hrs Exp $">
|
|
<!ENTITY title "FreeBSD/MIPS Project">
|
|
<!ENTITY email 'freebsd-mips'>
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>This page contains information about porting FreeBSD to the
|
|
MIPS.</p>
|
|
|
|
<h3>General Information</h3>
|
|
|
|
<ul>
|
|
<li><a href="#faq">Port FAQs</a></li>
|
|
<li><a href="#list">FreeBSD/MIPS mailing list</a></li>
|
|
</ul>
|
|
|
|
<h3><a name="faq">Frequently Asked Questions</a></h3>
|
|
|
|
<ol>
|
|
<li><a href="#1">What is the FreeBSD/MIPS project?</a></li>
|
|
<li><a href="#2">What hardware are you targeting?</a></li>
|
|
<li><a href="#3">What is the current status?</a></li>
|
|
<li><a href="#4">How can I acquire FreeBSD/MIPS?</a></li>
|
|
<li><a href="#5">Who should I contact?</a></li>
|
|
</ol>
|
|
|
|
<h4><a name="1">What is the FreeBSD/MIPS project?</a></h4>
|
|
|
|
<p>FreeBSD/MIPS is a port of the FreeBSD operating system
|
|
to computers with MIPS R4K and beyond processors, most notably
|
|
SGI's MIPS computers.</p>
|
|
|
|
<h4><a name="2">What hardware are you targeting?</a></h4>
|
|
|
|
<p>At the moment SGI's MIPS computers. Other MIPS platforms
|
|
such as common embedded boards and non-exotic computers in
|
|
a similar configuration to those offered by SGI are expected
|
|
to be targeted later on.</p>
|
|
|
|
<h4><a name="3">What is the current status?</a></h4>
|
|
|
|
<p>FreeBSD/MIPS is in the early stages of development, see the
|
|
<a href="../projects/mips">project status page</a> for information
|
|
about currently ongoing work.</p>
|
|
|
|
<h4><a name="4">How can I acquire FreeBSD/MIPS?</a></h4>
|
|
|
|
<p>FreeBSD/MIPS is being developed in FreeBSD's Perforce repository
|
|
but diffs will be occasionally posted to <a href="#list">the mailing
|
|
list</a>.</p>
|
|
|
|
<h4><a name="5">Who should I contact?</a></h4>
|
|
|
|
<p><a href="mailto:jmallett@FreeBSD.org">Juli Mallett</a> is the project lead.
|
|
Contact her if you can contribute code. If you just want
|
|
to know about the status of this project, check the
|
|
<a href="../projects/mips">project status page</a> regularly or
|
|
join the <a href="#list">FreeBSD/MIPS mailing list</a>.</p>
|
|
|
|
<h3><a name="list">FreeBSD/MIPS mailing list</a></h3>
|
|
|
|
<p>To subscribe to this list, send mail to <tt class="
|
|
EMAIL"><<a href="mailto:freebsd-mips-subscribe@FreeBSD.org">freebsd-mips-subscribe@FreeBSD.org</a>></tt>
|
|
or visit <a href="http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips">mailman interface</a>.</p>
|
|
|
|
&footer;
|
|
</html>
|