[html cleanup simons@cryp.to**Mon Jul 7 19:45:47 CEST 2003 - Fixed SGML syntax errors. The document validates without warnings now. - Declare the document as strict HTML 4.01. - Added more semantic markup. - Minor cosmetic changes to the text. ] hunk ./index.html.in 1 - + + +
+[introduction] +[mailing list] +[documentation]
hunk ./index.html.in 15 - hunk ./index.html.in 16 - +by David Roundy
hunk ./index.html.in 21 -- [introduction] [mailing - list] [documentation] -
+David's Advanced Revision Control System is yet +another replacement for CVS. It is written in Haskell, and has been +tested on Linux and MacOS X. It has not yet been optimized for speed, so +it runs a little slowly on large projects. darcs includes a cgi script, which +can be used to view the contents of your repository.
hunk ./index.html.in 28 --
David's Advanced Revision Control System is yet - another replacement for CVS. It is written in haskell, and has - been tested on linux and MacOS X. It has not yet been optimized for - speed, so it runs a little slowly on large projects. darcs includes - a cgi script - which can be used to view the contents of your repository. - -
If you want to learn more about darcs, read the manual. The manual is also available as a - postscript file. If you have any questions - about darcs, please ask the mailing list. - -
If you want to learn more about darcs, read the manual. The manual is also available as a Postscript file. If you have any questions about +darcs, please ask the mailing +list.
hunk ./index.html.in 35 -You can download darcs as a tarball. In order to compile darcs, - you will need ghc 5.04 or later, and a recent version of libcurl. hunk ./index.html.in 36 -
If you already have darcs, you can get a copy of the latest code - using darcs itself: +
darcs get --verbose http://abridgegame.org/repos/darcs - -
You can download darcs as a tarball. In order to compile darcs, you +will need ghc 5.04, +or later, and a recent version of libcurl.
hunk ./index.html.in 44 -If you use debian, you can install darcs via apt. For woody, add - the following lines to your sources.list: +
If you already have darcs, you can get a copy of the latest code +using darcs itself:
hunk ./index.html.in 47 -deb http://http.abridgegame.org/debian/ woody/
- deb-src http://http.abridgegame.org/debian/ woody/
-
-
If you are running sid (Debian unstable), you can instead use the - following lines: +
+hunk ./index.html.in 51 -+
darcs get --verbose http://abridgegame.org/repos/darcs
deb http://http.abridgegame.org/debian/ unstable/
- deb-src http://http.abridgegame.org/debian/ unstable/
hunk ./index.html.in 52
+
If you use debian, you can install darcs via apt. For woody, add +the following lines to your sources.list:
+ +++ ++
deb http://http.abridgegame.org/debian/ woody/
+deb-src http://http.abridgegame.org/debian/ woody/
If you are running sid (Debian unstable), you can instead use the +following lines:
+ +++ + hunk ./index.html.in 85 -+
deb http://http.abridgegame.org/debian/ unstable/
+deb-src http://http.abridgegame.org/debian/ unstable/
Darcs is also available as a FreeBSD port. You - can either install from source using +
cd ${PORTSDIR}/devel/darcs && make install +
Darcs is also available as a FreeBSD port. You can +either install from source using:
hunk ./index.html.in 92 -or you can install a binary package via +
+hunk ./index.html.in 96 -+
cd ${PORTSDIR}/devel/darcs && make install
pkg_add -r darcs +
Alternatively, you can install a binary package by executing
+"pkg_add -r darcs
".
There is a mailing list available, - darcs-users@abridgegame.org, to which you can send - questions, comments and most especially bug reports. +
- - +
There is a mailing list available, +darcs-users@abridgegame.org, to which you can send questions, +comments and most especially bug reports.
+ +