aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2001-10-08 06:18:45 +0000
committerMurray Stokely <murray@FreeBSD.org>2001-10-08 06:18:45 +0000
commitee836b0855654ca57bc79fa997e75383fe5db3a5 (patch)
treee7a0d51cf33e618b2e955000b0b2abb2a307d7ad
parentaea664727476cf5554d923eda3e8d3f5002398fa (diff)
downloaddoc-ee836b0855654ca57bc79fa997e75383fe5db3a5.tar.gz
doc-ee836b0855654ca57bc79fa997e75383fe5db3a5.zip
Add "Contributing to FreeBSD" article. This has been repo-copied from
the FreeBSD Handbook contrib/chapter.sgml.
Notes
Notes: svn path=/head/; revision=10882
-rw-r--r--en_US.ISO8859-1/articles/contributing/Makefile16
-rw-r--r--en_US.ISO8859-1/articles/contributing/article.sgml48
2 files changed, 47 insertions, 17 deletions
diff --git a/en_US.ISO8859-1/articles/contributing/Makefile b/en_US.ISO8859-1/articles/contributing/Makefile
new file mode 100644
index 0000000000..27aeb7f607
--- /dev/null
+++ b/en_US.ISO8859-1/articles/contributing/Makefile
@@ -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"
diff --git a/en_US.ISO8859-1/articles/contributing/article.sgml b/en_US.ISO8859-1/articles/contributing/article.sgml
index f8145c6234..b8164d4ca1 100644
--- a/en_US.ISO8859-1/articles/contributing/article.sgml
+++ b/en_US.ISO8859-1/articles/contributing/article.sgml
@@ -1,11 +1,27 @@
-<!--
- The FreeBSD Documentation Project
-
- $FreeBSD: doc/en_US.ISO8859-1/books/handbook/contrib/chapter.sgml,v 1.467 2001/08/10 22:58:11 chern Exp $
--->
+<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
+<!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">
+]>
+
+<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>
<author>
<firstname>Jordan</firstname>
@@ -13,9 +29,7 @@
<contrib>Contributed by </contrib>
</author>
</authorgroup>
- </chapterinfo>
-
- <title>Contributing to FreeBSD</title>
+ </articleinfo>
<indexterm><primary>contributing</primary></indexterm>
<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
an interest in such things (and a tolerance for a
<emphasis>high</emphasis> volume of mail!) may subscribe to the
- hackers mailing list by sending mail to &a.majordomo;. See <link
- linkend="eresources-mail">mailing lists</link> for more information
+ hackers mailing list by sending mail to &a.majordomo;. See <ulink
+ 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>
<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
on-going release of FreeBSD known as <quote>FreeBSD-current</quote>
which is made available in a variety of ways for the convenience of
- developers working actively on the system. See <link
- linkend="current">Staying current with FreeBSD</link> for more
+ developers working actively on the system. See <ulink url="
+ 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>
<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>
</sect1>
-</chapter>
+</article>
<!--
Local Variables:
mode: sgml
- sgml-declaration: "../chapter.decl"
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
End:
-->