[Debian-NP-Commits] r175 - trunk/docs/report/report-docbook

micah debian-np-devel@lists.alioth.debian.org
Thu, 15 Jul 2004 13:48:11 -0600


Author: micah-guest
Date: Thu Jul 15 13:48:11 2004
New Revision: 175

Modified:
   trunk/docs/report/report-docbook/appendix-development_environment.xml
Log:
Finished docbooking Appendix C: Development Environment


Modified: trunk/docs/report/report-docbook/appendix-development_environment.xml
==============================================================================
--- trunk/docs/report/report-docbook/appendix-development_environment.xml	(original)
+++ trunk/docs/report/report-docbook/appendix-development_environment.xml	Thu Jul 15 13:48:11 2004
@@ -83,7 +83,7 @@
    <sect3>
     <title>Subversion repository checkout</title>
 	
-    <para> INSERT SUBVERSION CHECKOUT COMMAND HERE </para>
+    <para> <command>svn checkout svn+ssh://&gt;username&lt;@debian np.alioth.debian.org/svn/debian-np bagunca </command></para>
    </sect3>
 
   </sect2>
@@ -166,6 +166,114 @@
 
  </sect1>
 
+<sect1>
+  <title>Communication</title>
+  <para></para>
+
+   <sect2>
+   <title>Mailing lists</title>
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      General list: <email>debian-np@lists.debian.org</email>
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      Devel list: <email>debian-np-devel@lists.alioth.debian.org</email>
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      SVN commits: <email>debian-np-commits@lists.alioth.debian.org</email>
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+
+<sect2>
+   <title>IRC Channel</title>
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      <command>#debian-np</command> (irc.debian.net) - Main debian-NP channel
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      <command>#debian-custom</command> (irc.debian.net) - CDD channel
+     </para>
+    </listitem>
+      
+    <listitem>
+     <para>
+      <command>CIA-#:</command> IRC bot announcing subversion commits
+      to the #debian-np channel
+     </para>
+    </listitem>
+
+   </itemizedlist>
+  </sect2>
+  
+  <sect2>
+   <title>Websites</title>
+   <itemizedlist>
+
+    <listitem>
+     <para>
+      <ulink
+      url="http://www.debian.org/devel/debian-nonprofit">Homepage</ulink>
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      <ulink url="http://debian-np.alioth.debian.org/">Alioth</ulink>
+      development area
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      <ulink
+      url="http://wiki.debian.net/index.cgi?DebianNonProfit">Wiki</ulink>
+     </para>
+    </listitem>
+
+    <listitem>
+     <para>
+      <ulink
+      url="http://cia.navi.cx/stats/project/debian-nonprofit">Project
+      Tracker</ulink>
+     </para>
+    </listitem>
+
+   </itemizedlist>
+
+  </sect2>
+
+  <sect2>
+   <title>Project tracking</title> <para>We are using a system called
+   CIA for tracking our project in real-time. This project tracking
+   system provides us with an easy way for people to observe the flow
+   and keep updated on the different elements of how a project
+   progresses. Developers can see the latest changes to their code
+   immediately, users can subscribe to see the latest bugfixes and
+   updates. The system provides a mechanism to look at the development
+   of the project as a whole. It provides a online statistics browser
+   and XML/RSS syndicated feeds of project updates, as well as the IRC
+   bot to communicate to our channel new developments.</para>
+  </sect2>
+
+ </sect1>
+
 </appendix>