Attached is a brief patch to the handbook to explain the purpose of HEAD and Preview. I also sorted the list of tags, in my mind this makes more sense.
This is attached sans MIME, I dont know how you guys filter MIME yet. Old school is in effect. :) I put this into "docs" and not "submit" based on a sense I got in a private email that it would be wise to discuss what goes into "submit" before it goes there. I'm sure someone will enlighten me ast to what mistakes I have made. ------ Dave Hayes - Consultant - Altadena CA, USA - [EMAIL PROTECTED] >>> The opinions expressed above are entirely my own <<< I was to learn later in life that we tend to meet any new situation by reorganizing; and a wonderful method it can be for creating the illusion of progress while producing confusion, inefficiency, and demoralization." - Petronius Arbiter (circa A.D. 60) Index: chapter.sgml =================================================================== RCS file: /home/DragonFly/cvs-mirror/doc/en/books/handbook/mirrors/chapter.sgml ,v retrieving revision 1.3 diff -c -r1.3 chapter.sgml *** chapter.sgml 27 Jun 2005 23:32:57 -0000 1.3 --- chapter.sgml 9 Sep 2005 07:08:32 -0000 *************** *** 689,699 **** <variablelist> <varlistentry> ! <!-- reed: todo: is this correct? --> ! <term>RELENG_1_0_RELEASE</term> <listitem> ! <para>&os; 1.0</para> </listitem> </varlistentry> <varlistentry> --- 689,711 ---- <variablelist> <varlistentry> ! <term>HEAD</term> <listitem> ! <para>The latest bleeding-edge &os; code. Be warned that ! this is considered unstable and may not build or compile ! at any time.</para> ! </listitem> ! </varlistentry> ! <varlistentry> ! <term>DragonFly_Preview</term> ! ! <listitem> ! <para>A "preview" of the latest bleeding-edge &os; code. ! The main purpose of the Preview tag is to support those ! users who want a fairly recent snapshot at a "reasonably stable" ! point in development. Under normal conditions, one should ! consider syncing Preview at least once a month.</para> </listitem> </varlistentry> <varlistentry> *************** *** 701,706 **** --- 713,726 ---- <listitem> <para>&os; 1.2</para> + </listitem> + </varlistentry> + <varlistentry> + <!-- reed: todo: is this correct? --> + <term>RELENG_1_0_RELEASE</term> + + <listitem> + <para>&os; 1.0</para> </listitem> </varlistentry> <varlistentry>