Add the "How to Help" page to CVS.
This commit is contained in:
parent
35fc4e05b5
commit
839b3cc6ec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12020
2 changed files with 53 additions and 0 deletions
|
@ -10,5 +10,6 @@
|
|||
DOCS= faq.sgml
|
||||
DOCS+= porting.sgml
|
||||
DOCS+= bugging.sgml
|
||||
DOCS+= volunteer.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
52
en/gnome/docs/volunteer.sgml
Normal file
52
en/gnome/docs/volunteer.sgml
Normal file
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD GNOME Project: How To Help">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<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></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>Take patches and feedback from GNOME-related FreeBSD PRs
|
||||
back to GNOME authors so that the patches can be integrated
|
||||
into the next release of the application.
|
||||
</p></li>
|
||||
<li>
|
||||
<p>Proof the FreeBSD GNOME <a href="/gnome/">project pages</a>,
|
||||
and offer feedback and updates.</p></li>
|
||||
</ul>
|
||||
|
||||
<p>Send any feedback to <a href="mailto:&email;@FreeBSD.ORG">
|
||||
&email;@FreeBSD.ORG</a>.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue