[Cdd-commits] r219 - cdd/trunk/doc/en

Andreas Tille debian-custom@lists.debian.org
Sat, 03 Jul 2004 09:01:28 -0600


Author: tille
Date: Sat Jul  3 09:01:27 2004
New Revision: 219

Modified:
   cdd/trunk/doc/en/00_titletoc.sgml
   cdd/trunk/doc/en/08_todo.sgml
Log:
Changed info about CVS to SVN, added IntelliBuild live CD creation system.


Modified: cdd/trunk/doc/en/00_titletoc.sgml
==============================================================================
--- cdd/trunk/doc/en/00_titletoc.sgml	(original)
+++ cdd/trunk/doc/en/00_titletoc.sgml	Sat Jul  3 09:01:27 2004
@@ -52,8 +52,8 @@
     
     <p>
       You can find the source of this article 
-      <url id="http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/cdd/doc/common/?cvsroot=cdd"
-           name="in the CVS repository at alioth.debian.org">.
+      <url id="http://svn.debian.org/viewcvs/cdd/cdd/trunk/doc/"
+           name="in the Subversion repository at svn.debian.org">.
       It is also available as Debian package <package>cdd-doc</package>.
     </p>
 

Modified: cdd/trunk/doc/en/08_todo.sgml
==============================================================================
--- cdd/trunk/doc/en/08_todo.sgml	(original)
+++ cdd/trunk/doc/en/08_todo.sgml	Sat Jul  3 09:01:27 2004
@@ -17,29 +17,31 @@
 <p>
 Moreover the project <url
 id="http://alioth.debian.org/projects/cdd/" name="cdd"> on Alioth was
-started. This project contains a repository for all Custom Debian
-Distribution related work. The current layout for the repository is as
-follows:
+started.  The <url id="http://svn.debian.org/viewcvs/cdd/"
+name="subversion repository"> can be browsed or checked out by
+by
 <example>
-  cdd -+-- doc +-- common [this document]
-       |       |
-       |       +-- med    [Debian-Med documentation]
-       |       |
-       |       +-- junior [Debian-Jr documentation]
-       |       +
-       |       ...
-       |
-       +-- common [common tools for all CDDs]
-       |
-       +-- junior [junior-* meta packages]
-       |
-       +-- med    [med-* meta packages]
+  svn checkout svn://svn.debian.org/svn/cdd/cdd/trunk
+</example>
+for anonymous users. Developers should check out via
+<example>
+  svn checkout svn+ssh://<var>username</var>@svn.debian.org/svn/cdd/cdd/trunk cdd
+</example>
+The current layout for the repository is as follows:
+<example>
+  cdd -+- cdd/trunk -+-- cdd [code for cdd source package]
+       |             |
+       |             +-- doc [this document = cdd-doc package]
        |
-       ...
+       +- projects -+- med/trunk    [Debian-Med source for meta packages]
+                    |
+                    +- junior/trunk [Debian-Jr]
+                    |
+                    ...
 </example>
 There is a <url
 id="http://lists.alioth.debian.org/mailman/listinfo/cdd-commits"
-name="mailing list"> with CVS changes and a <url
+name="mailing list"> with subversion changes and a <url
 id="http://cia.navi.cx/stats/project/debian-custom" name="CIA system">
 for tracking changes in the Custom Debian Distributions projects in
 real-time.
@@ -526,6 +528,24 @@
                Source/Free software project, based on Debian GNU/Linux
                and Knoppix.</p>
          </item>
+        <tag><url id="http://ibuild.livecd.net/howto.en.php" name="Intellibuild">
+	 <item><p>Intellibuild (iBuild) is a set of python scripts
+               designed to make the creation/remaster of a Morphix or
+               Knoppix LiveCD very simple and easy to do.  You can
+               easily modify changes and test them without having to
+               remember all of the syntax of the remastering
+               commands.</p>
+               <p>The idea is to be able to write xml file that would
+	       call python scripts that install debian packages and
+	       costumize system for you. It is still under heavy
+	       development but Slo-Tech Linux and GNUSTEP livecd
+	       already use it.</p>
+               <p>Currently work is done to build a GUI that will
+	       allow you select modules via scripts.  It's currently
+	       morphix based even though it could be easily tuned for
+	       knoppix or any other debian approaches to livecds.
+               </p>
+         </item>
      </taglist>
    </item>
 </taglist>