[Refdb-cvs] CVS: homepage download.html,1.9,1.10
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@us...> - 2005-09-26 12:10:57
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8685 Modified Files: download.html Log Message: Added vim-docbk-xml-refdb package and explanation. Edits to vim-ris and refdb-makestyle packages. Index: download.html =================================================================== RCS file: /cvsroot/refdb/homepage/download.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -U2 -r1.9 -r1.10 --- download.html 25 Jun 2005 23:38:46 -0000 1.9 +++ download.html 26 Sep 2005 12:10:48 -0000 1.10 @@ -170,25 +170,16 @@ <h2 id="debian">Debian packages</h2> - <p>A repository for RefDB deb packages is now available at <a href="http://refdb.sourceforge.net">refdb.sourceforge.net</a>. There are actually two repositories:</p> - - <h3>Release</h3> - - <p>This repository holds the latest pre-release. Add either of the following lines to <code>/etc/apt/sources.list</code> (depending on whether you run testing or unstable):</p> + <p>Repositories for RefDB deb packages are now available at <a href="http://refdb.sourceforge.net">refdb.sourceforge.net</a>. You can select either the current release version of RefDB (actually the latest stable pre-release as there is not yet a formal “1.0” release) or a recent CVS snapshot version. Debian distributions <i>testing</i> and <i>unstable</i> (but not <i>stable</i>) are supported. You can select from source debs (all architectures) and binary debs (i386 architecture only).</p> + <p>To make binary packages available to your package management system, add the following line to <code>/etc/apt/sources.list</code>:</p> <pre> -deb http://refdb.sourceforge.net/debian/release/ testing main -deb http://refdb.sourceforge.net/debian/release/ unstable main +deb http://refdb.sourceforge.net/debian/<i>version</i>/ <i>distro</i> main </pre> - - <h3>CVS</h3> - - <p>This repository holds a recent CVS snapshot. Add either of the following lines to <code>/etc/apt/sources.list</code> (depending on whether you run testing or unstable):</p> - + <p>Replace <i>version</i> with either <i>release</i> or <i>cvs</i> depending on the RefDB version you wish to install. Replace <i>distro</i> with either <i>testing</i> or <i>unstable</i> depending on the Debian distribution you are using.</p> + <p>For example, to install the CVS version of RefDB onto a Debian/testing system from a binary package, use the following:</p> <pre> deb http://refdb.sourceforge.net/debian/cvs/ testing main -deb http://refdb.sourceforge.net/debian/cvs/ unstable main </pre> - - <p>Released versions are not yet available as Debian packages.</p> - + <p>To install from a source package rather than a binary, use the same line but substitute <i>deb-src</i> for <i>deb</i>.</p> + <h2 id="freebsd">FreeBSD port</h2> <p>RefDB is in the FreeBSD ports collection as part of the <a href="http://www.freebsd.org/cgi/ports.cgi?query=refdb&stype=all">textproc category</a>. See <a href="http://logicsquad.net/refdb/">here</a> for additional information about this port.</p> |