- 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.
46 lines
1.7 KiB
Text
46 lines
1.7 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD: www/en/gnome/docs/volunteer.sgml,v 1.18 2006/05/01 04:53:45 marcus Exp $">
|
|
<!ENTITY title "FreeBSD GNOME Project: How To Help">
|
|
<!ENTITY % navinclude.gnome "INCLUDE">
|
|
]>
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>There is always something to do around the GNOME FreeBSD camp.
|
|
Grab something that sounds interesting to you, and run with it.
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<p>Test existing <a href="../../ports/gnome.html">ports</a>, and
|
|
<a href="bugging.html">report bugs</a>. Try to build with
|
|
weird configurations intentionally, before someone else tries
|
|
to do so cluelessly.</p></li>
|
|
<li>
|
|
<p>Regularly install GNOME from packages, and report any problems
|
|
with the install or the functionality.</p></li>
|
|
<li>
|
|
<p>Find GNOME applications not yet ported to FreeBSD, and
|
|
work on porting them over.</p></li>
|
|
<li>
|
|
<p><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">
|
|
Subscribe</a> to the freebsd-gnome mailing list, and help
|
|
answer users' questions.</p></li>
|
|
<li>
|
|
<p>Proofread the FreeBSD GNOME <a href="../">project pages</a>,
|
|
and offer feedback and updates.</p></li>
|
|
<li>
|
|
<p>Build, upgrade, and rebuild both stable and development
|
|
versions. The builditinator.sh script, available from the
|
|
<a href="develfaq.html#q3">MarcusCom</a> portstools repository,
|
|
can automate the entire process, from start to finish.</p></li>
|
|
</ul>
|
|
|
|
<p>Send any feedback to <a href="mailto:&email;@FreeBSD.org">
|
|
&email;@FreeBSD.org</a>.</p>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|