CVSROOT: /sources/gnash Module name: gnash Changes by: Melissa Goldin <mushi> 07/08/01 05:05:36
Modified files: doc/C/usermanual/installation: sources.xml Log message: small changes: updating section level to reflect 'book' intead of 'article' CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation/sources.xml?cvsroot=gnash&r1=1.4&r2=1.5 Patches: Index: sources.xml =================================================================== RCS file: /sources/gnash/gnash/doc/C/usermanual/installation/sources.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- sources.xml 26 May 2007 10:44:38 -0000 1.4 +++ sources.xml 1 Aug 2007 05:05:36 -0000 1.5 @@ -30,73 +30,4 @@ </para> -<sect3 id="gettingsource"> - <title>Getting the Source</title> - <para> - &app; is available as a <link linkend="sourcereleases">release - tarball</link>, a <link linkend="sourcerepo">development - checkout</link>, or a <link linkend="sourcesnapshot">development - snapshot</link>. - </para> - - <sect4 id="sourcereleases"> - <title>Releases</title> - - <para> - The source can be acquired from a - <ulink type="http" - url="http://www.gnu.org/prep/ftp.html">GNU FTP - Mirror</ulink>. The release version is intended to be - stable, and is probably your best choice if the release took - place recently. If you need features or fixes which were - introduced after the release, consider a - <link linkend="sourcerepo">CVS checkout</link> or the - <link linkend="sourcesnapshot">daily snapshot</link>. - </para> - <para> - To download, select a mirror near you, then choose the - <filename>gnash</filename> directory. - </para> - </sect4> - - <sect4 id="sourcerepo"> - <title>Repository</title> - - <para> - The latest development sources are available via - anonymous CVS (leave the password blank). This is recommended - if you need features or bug fixes which were introduced after - the <link linkend="sourcereleases">last release</link>. Look at - the <link linkend="sourcesnapshot">daily snapshot</link> if you - experience difficulty accessing the repository. - </para> - <para> - First set the - environment variable <emphasis>CVS_RSH</emphasis> to 'ssh', as shown - in this example, which uses the GNU Bourne-Again shell (bash): - <programlisting> - export CVS_RSH="ssh" - cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/gnash co gnash - </programlisting> - It is also possible to - <ulink url="http://cvs.savannah.gnu.org/viewcvs/gnash/?root=gnash" - type="http">browse the repository</ulink> on the web. - </para> - </sect4> - - <sect4 id="sourcesnapshot"> - <title>Snapshot</title> - - <para> - The daily development snapshot can be downloaded from - <ulink url="http://www.gnashdev.org/dev_snapshots/" - type="http">http://www.gnashdev.org/dev_snapshots/</ulink>. - This is the best option if you need changes which were introduced - after the <link linkend="sourcereleases">last release</link> of - &app;, but are unable to <link linkend="sourcerepo">download - directly from the repository.</link> - </para> - </sect4> - -</sect3> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit