Add "Contributing to FreeBSD" article. This has been repo-copied from
the FreeBSD Handbook contrib/chapter.sgml.
This commit is contained in:
parent
aea6647274
commit
ee836b0855
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10882
2 changed files with 46 additions and 16 deletions
16
en_US.ISO8859-1/articles/contributing/Makefile
Normal file
16
en_US.ISO8859-1/articles/contributing/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?=gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
JADEFLAGS+= -V %generate-article-toc%
|
||||||
|
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
@ -1,11 +1,27 @@
|
||||||
<!--
|
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
The FreeBSD Documentation Project
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||||
|
%man;
|
||||||
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous
|
||||||
|
FreeBSD Entities//EN"> %freebsd;
|
||||||
|
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN"> %newsgroups;
|
||||||
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||||
|
%authors;
|
||||||
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"> %mailing-lists;
|
||||||
|
<!ENTITY % not.published "IGNORE">
|
||||||
|
]>
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml,v 1.467 2001/08/10 22:58:11 chern Exp $
|
<article>
|
||||||
-->
|
<articleinfo>
|
||||||
|
<title>Contributing to FreeBSD</title>
|
||||||
|
|
||||||
|
<pubdate>$FreeBSD$</pubdate>
|
||||||
|
|
||||||
|
<abstract>
|
||||||
|
<para>This article describes the different ways in which an
|
||||||
|
individual or organization may contribute to the FreeBSD
|
||||||
|
Project.</para>
|
||||||
|
</abstract>
|
||||||
|
|
||||||
<chapter id="contrib">
|
|
||||||
<chapterinfo>
|
|
||||||
<authorgroup>
|
<authorgroup>
|
||||||
<author>
|
<author>
|
||||||
<firstname>Jordan</firstname>
|
<firstname>Jordan</firstname>
|
||||||
|
@ -13,9 +29,7 @@
|
||||||
<contrib>Contributed by </contrib>
|
<contrib>Contributed by </contrib>
|
||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
</chapterinfo>
|
</articleinfo>
|
||||||
|
|
||||||
<title>Contributing to FreeBSD</title>
|
|
||||||
|
|
||||||
<indexterm><primary>contributing</primary></indexterm>
|
<indexterm><primary>contributing</primary></indexterm>
|
||||||
<para>So you want to contribute something to FreeBSD? That is great! We can
|
<para>So you want to contribute something to FreeBSD? That is great! We can
|
||||||
|
@ -183,8 +197,9 @@
|
||||||
interest should be mailed to the &a.hackers;. Likewise, people with
|
interest should be mailed to the &a.hackers;. Likewise, people with
|
||||||
an interest in such things (and a tolerance for a
|
an interest in such things (and a tolerance for a
|
||||||
<emphasis>high</emphasis> volume of mail!) may subscribe to the
|
<emphasis>high</emphasis> volume of mail!) may subscribe to the
|
||||||
hackers mailing list by sending mail to &a.majordomo;. See <link
|
hackers mailing list by sending mail to &a.majordomo;. See <ulink
|
||||||
linkend="eresources-mail">mailing lists</link> for more information
|
url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">The
|
||||||
|
FreeBSD Handbook</ulink> for more information
|
||||||
about this and other mailing lists.</para>
|
about this and other mailing lists.</para>
|
||||||
|
|
||||||
<para>If you find a bug or are submitting a specific change, please
|
<para>If you find a bug or are submitting a specific change, please
|
||||||
|
@ -233,8 +248,9 @@
|
||||||
the current state of the core FreeBSD development. There is a special
|
the current state of the core FreeBSD development. There is a special
|
||||||
on-going release of FreeBSD known as <quote>FreeBSD-current</quote>
|
on-going release of FreeBSD known as <quote>FreeBSD-current</quote>
|
||||||
which is made available in a variety of ways for the convenience of
|
which is made available in a variety of ways for the convenience of
|
||||||
developers working actively on the system. See <link
|
developers working actively on the system. See <ulink url="
|
||||||
linkend="current">Staying current with FreeBSD</link> for more
|
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html">The
|
||||||
|
FreeBSD Handbook</ulink> for more
|
||||||
information about getting and using FreeBSD-current.</para>
|
information about getting and using FreeBSD-current.</para>
|
||||||
|
|
||||||
<para>Working from older sources unfortunately means that your changes
|
<para>Working from older sources unfortunately means that your changes
|
||||||
|
@ -466,15 +482,13 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
</chapter>
|
</article>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: sgml
|
mode: sgml
|
||||||
sgml-declaration: "../chapter.decl"
|
|
||||||
sgml-indent-data: t
|
sgml-indent-data: t
|
||||||
sgml-omittag: nil
|
sgml-omittag: nil
|
||||||
sgml-always-quote-attributes: t
|
sgml-always-quote-attributes: t
|
||||||
sgml-parent-document: ("../book.sgml" "part" "chapter")
|
|
||||||
End:
|
End:
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in a new issue