aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2006-12-02 17:40:14 +0000
committerStephen Bennett <spb@gentoo.org>2006-12-02 17:40:14 +0000
commit8df393c7c449118a137841e71f6feddce9740e95 (patch)
tree118a449444e042c2364c434c6ffb54e7f3ffecf0 /appendices
parentDocument elog. Based on a patch from Betelgeuse. (diff)
downloaddevmanual-8df393c7c449118a137841e71f6feddce9740e95.tar.gz
devmanual-8df393c7c449118a137841e71f6feddce9740e95.tar.bz2
devmanual-8df393c7c449118a137841e71f6feddce9740e95.zip
Update Contributing section
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@89 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'appendices')
-rw-r--r--appendices/contributing/text.xml31
1 files changed, 17 insertions, 14 deletions
diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
index 091e8d8..6af0fd0 100644
--- a/appendices/contributing/text.xml
+++ b/appendices/contributing/text.xml
@@ -5,9 +5,9 @@
<body>
<p>
-Contributions for this document are highly welcomed. Whether you've found a typo
-or have written an entire new section, the best way to get in touch is to send
-an email to the editors.
+Contributions for this document are very welcome. Whether you've found a typo
+or have written an entire new section, the best way to get in touch is via Bugzilla
+at <uri link="http://bugs.gentoo.org">bugs.gentoo.org</uri>.
</p>
<p>
@@ -31,21 +31,24 @@ can also view the XML of any page by replacing <c>index.html</c> with
fine too <d/> the formatting can be easily done by someone else (meaning, us).
</p>
+<subsection>
+ <title>Where to find the sources</title>
+ <body>
+
<p>
-Currently, sources are hosted at:
+ Currently, sources are hosted on svn.gentoo.org. For current Gentoo developers,
+ access is at <c>svn+ssh://svn.gentoo.org/var/svnroot/devmanual</c>. Non-developers
+ can find it via anonymous SVN at <c>http://anonsvn.gentoo.org/repositories/devmanual</c>.
</p>
-<pre>
-$ svn co svn://svn.halcy0n.com/gentoo-devmanual-xml
-$ cd trunk
-$ make
-</pre>
-
<p>
-You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>) for the XML to HTML
-conversion and optionally also <c>ImageMagick</c> for the SVG to PNG conversion
-used in some of the figures throughout the document.
+ To build the devmanual, simply run <c>make</c> in the <c>trunk</c> directory of the repository.
+ You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>) for the XML to HTML
+ conversion and optionally also <c>ImageMagick</c> for the SVG to PNG conversion
+ used in some of the figures throughout the document.
</p>
+ </body>
+</subsection>
</body>
@@ -62,7 +65,7 @@ really should first examine the GuideXML guide in a reasonable amount of depth.
</p>
<subsection>
-<title>Differences to GuideXML</title>
+<title>Differences from GuideXML</title>
<body>
<dl>