[Refdb-cvs] CVS: homepage install.html,1.3,1.4
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@us...> - 2005-10-07 11:10:23
|
Update of /cvsroot/refdb/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17559 Modified Files: install.html Log Message: Change debian 'addons' to 'additional' Index: install.html =================================================================== RCS file: /cvsroot/refdb/homepage/install.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -U2 -r1.3 -r1.4 --- install.html 6 Oct 2005 22:15:25 -0000 1.3 +++ install.html 7 Oct 2005 11:10:15 -0000 1.4 @@ -5,5 +5,5 @@ <head> - <title>RefDB Addons (Debian Packages)</title> + <title>RefDB Software Install Instructions</title> <meta name="author" content="Markus Hoenicka, David Nebauer" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> @@ -121,5 +121,5 @@ <h1>RefDB Software Install Instructions</h1> - <p>There is more than one way to install RefDB and RefDB-related software. RefDB itself is currently available as source (pre-release and cvs), Debian packages (debs) and a FreeBSD port. Software available as <a href="addons.html">add-ons</a> is available as source and often as debs. Some dependencies are listed as available from a given internet address. Instructions for installing via any of these methods is given below.</p> + <p>There is more than one way to install RefDB and RefDB-related software. RefDB itself is currently available as source (pre-release and cvs), Debian packages (debs) and a FreeBSD port. Additional software is available as source and often as debs. Some dependencies are listed as available from a given internet address. Instructions for installing via any of these methods is given below.</p> <div class="localnav"> @@ -178,6 +178,6 @@ </pre> The CVS version of RefDB currently requires more advanced versions of certain packages than are currently available from official Debian repositories. These more recent packages are included in the RefDB CVS repository. As a result, two versions of these packages will be visible to your package management tool. Different tools handle this situation differently. <code>aptitude</code>, for example, does not upgrade to the new version automatically but makes the new version available. You should examine the documentation for your package management tool to determine how it copes with multiple package versions.</p> - <h3 id="deb-refdb-addons">Add-ons</h3> - <p><a href="addons.html">Add-on</a> software is made available by adding the following line to <code>/etc/apt/sources.list</code> + <h3 id="deb-refdb-additional">Additional software</h3> + <p>Some additional software is supplied RefDB as Debian packages, including <a href="vim.html">vim-related</a> packages, <a href="addons.html#makestyle">makestyle</a> and various dependencies. To make this software available add the following line to <code>/etc/apt/sources.list</code> <pre> deb http://refdb.sourceforge.net/debian/addons <em>distro</em> main |