File: index.html

package info (click to toggle)
darcs 2.0.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,400 kB
  • ctags: 1,048
  • sloc: haskell: 24,937; perl: 9,736; sh: 3,369; ansic: 1,913; makefile: 17; xml: 14
file content (99 lines) | stat: -rw-r--r-- 3,830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
  <head>
    <title>darcs</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta name="description" content="darcs is an advanced revision control system.">
    <meta name="keywords" content="darcs scm subversion alternative CVS free software gpl linux debian">
    <link rel="stylesheet" type="text/css" href="darcs.css">
  </head>

  <body>

    <div align="center">
      <img src="http://www.darcs.net/logos/logo.png" border="0" width="242" height="79" alt=""><br>
      <strong>Distributed. Interactive. Smart.</strong>
    </div>

    <table align="center">
      <tr>
        <td width="150" valign="top">
          <p>&nbsp;</p>
          <p>&nbsp;</p>
          <p>&nbsp;</p>
          <div style="font-size:smaller; background-color:#CCCCFF; padding: 4px; ">
            <i>"Project leaders should certainly consider its adoption." <br>
            &mdash;<a href="http://lwn.net/Articles/109719/">Linux Weekly News</a></i>
          </div>


        </td>
        <td width="15"></td>
        <td width="500">

          <p><a name="intro">Darcs is a free, open source source code management system.</a> </p>

          <h2>Distributed</h2>

          <p>Every user has access to the full command set, removing 
          boundaries between server and client or committer and non-committers.</p>

          <h2>Interactive</h2>

          <p>Darcs is easy to learn and efficient to use because it asks
          you questions in response to simple commands, giving you choices
          in your work flow. You can choose to record
          one change in a file, while ignoring another. As you update
          from upstream, you can review each patch name, even the full "diff"
          for interesting patches.  </p>

          <h2>Smart</h2>

          <p>Originally developed by physicist David Roundy, darcs is
          based on a unique algebra of patches. </p>

          <p>This smartness lets you respond to changing demands 
          in ways that would otherwise not be possible. Learn
          more about <a href="http://wiki.darcs.net/DarcsWiki/SpontaneousBranches">spontaneous branches</a> with darcs.</p>

          <hr>



          <h3>Download</h3>

          <p>
          <a href="http://wiki.darcs.net/DarcsWiki/CategoryBinaries">Binaries and source of the latest stable release</a> of darcs for various platforms including Windows, Mac OS X, FreeBSD and its siblings, Solaris, and AIX, a dozen flavors of Linux, and Cygwin.</p>

          <p>While using a binary from above is recommend, here is the latest source code for those who want it.</p>
          <ul>
            <li><a href="darcs-2.0.2.tar.gz">Latest Prerelease Source</a> (2.0.2).  <br/></li>
            <li><a href="darcs-unknown.tar.gz">Latest Stable Source</a> (unknown).  <br/></li>
          </ul>

          <h3>Documentation</h3>

          <ul>
            <li><a href="manual">darcs manual</a> <br></li>
          </ul>

          <h3>Community</h3>

          <ul>
            <li><strong><a href="http://wiki.darcs.net/DarcsWiki">The Darcs Wiki</a></strong> -- The best source for further information.</li>
            <li><a href="http://lists.osuosl.org/mailman/listinfo/darcs-users">users mailing list</a> </li>
            <li><a href="http://lists.osuosl.org/mailman/listinfo/darcs-devel">developers mailing list</a> </li>
            <li><a href="http://bugs.darcs.net/?user=guest;pass=guest">Bug Tracking System</a> </li>
          </ul>

          <h3>Darcs source repository</h3>
          <ul>
            <li>darcs get --lazy http://darcs.net </li>
          </ul>

        </td>
        <td width="150"></td> 
    </tr></table>

  </body>
</html>