- added explanation about differences between ra and nest

This commit is contained in:
malekith 2002-04-30 09:40:58 +00:00
parent 5c66030fda
commit f5a5964572
3 changed files with 32 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<!ENTITY concept SYSTEM "concept.xml">
<!ENTITY logo SYSTEM "logo.xml">
<!ENTITY getting-pld SYSTEM "getting-pld.xml">
<!ENTITY ra-nest SYSTEM "ra-nest.xml">
<!ENTITY enduser SYSTEM "enduser.xml">
<!ENTITY developer SYSTEM "developer.xml">

View File

@ -10,4 +10,5 @@
</para>
&cvs;
&join;
&ra-nest;
</section>

View File

@ -0,0 +1,30 @@
<section id="Ra-Nest">
<title>Ra and Nest</title>
<para>
PLD is developed in two branches: <emphasis>stable</emphasis> and
<emphasis>devel</emphasis>.
</para>
<para>
Codename for <emphasis>devel</emphasis>
is <literal>nest</literal>, it stands for <quote>Never Ending
STory</quote>.
</para>
<para>
Name of the current stable PLD distribution is <literal>ra</literal>,
version number is <literal>1.0</literal>. <literal>Ra</literal> stands
for radium, Egyptian god of sun, one of the perfect
vowels and something else, I guess ;)
</para>
<para>
There are RPM's for both ra and nest on ftp. They can be found in
<filename>/dists/ra</filename> and <filename>/dists/nest</filename>
directories respectively.
</para>
<para>
Current policy in CVS, is that packages for ra are in the HEAD, and
packages for nest are in DEVEL branch (this ain't true for few packages,
for example kernel has KERNEL_2_4 and rpm has rpm-4_0_4 branch, use
<command>cvs status -v foo.spec</command> to find it out).
This policy should change soon, though (nest will go to HEAD).
</para>
</section>