aboutsummaryrefslogtreecommitdiff
path: root/lib/cpluff/doc/repository.en.html
blob: e6ce13f60c1c0c8f27df578db37ec4b353ed8a8b (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
    <meta name="author" content="Johannes Lehtinen"/>
    <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
    <meta name="keywords" content="C-Pluff,source code,repository,subversion"/>
    <meta name="identifier" content="http://www.c-pluff.org/repository.en.html"/>
    <title>C-Pluff source code repository</title>
    <link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
  </head>
  <body>
    <div id="content">

    <h1>C-Pluff source code repository</h1>

    <ul class="menu">
      <li><a href="/">C-Pluff</a></li>
      <li><a href="copyright.en.html">License</a></li>
      <li><a href="reference/c-api/index.html">Documentation</a></li>
      <li><a href="http://www.c-pluff.org/lists">Mailing lists</a></li>
      <li><a href="http://www.c-pluff.org/download">Download</a></li>
      <li>Repository</li>
    </ul>

    <h2 id="repository">Repository</h2>
    <p>
      <a href="http://subversion.tigris.org">Subversion</a> is a free
      revision control system with many available free clients and tools.
      C-Pluff source code, documentation and web site material is stored in a
      Subversion repository. The repository with all the material and
      history dating back to the origins of C-Pluff is available here.
      This is a live repository being updated in real time as new changes
      are committed. The source code in the trunk is work in progress. For
      released versions, see the tag directory.
    </p>
    
    <h2 id="subversion_dav">Subversion DAV interface</h2>
    <p>
      The Subversion DAV interface for the repository can be accessed at
      the following URL.
    </p>
    <pre class="example">
<a href="http://svn.c-pluff.org/repos/">http://svn.c-pluff.org/repos/</a></pre>
    <p>
      This interface is intended for Subversion aware tools (see
      the next section for a browsable interface). Check
      <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">the Wikipedia page for Subversion</a>
      for a list of available clients and other tools.
    </p>

    <h2 id="websvn">Browsable interface and RSS feeds</h2>
    <p>
      <a href="http://svn.c-pluff.org/websvn/">A browsable interface</a> is also available based on
      <a href="http://websvn.tigris.org/">WebSVN</a>. This provides an easy
      way to browse versioned material, change logs and differences between
      versions. It also provides RSS feeds which can be used to subscribe to
      source code changes.
    </p>

    <ul class="menu">
      <li><a href="/">C-Pluff</a></li>
      <li><a href="copyright.en.html">License</a></li>
      <li><a href="reference/c-api/index.html">Documentation</a></li>
      <li><a href="http://www.c-pluff.org/lists">Mailing lists</a></li>
      <li><a href="http://www.c-pluff.org/download">Download</a></li>
      <li>Repository</li>
    </ul>

    <p class="footer">
      Copyright 2007 <a href="http://www.jlehtinen.net/">Johannes Lehtinen</a><br/>
      Validation:
        <a href="http://validator.w3.org/check?uri=referer">XHTML Basic 1.0</a>,
        <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS 2</a>
    </p>

    </div>
  </body>
</html>