aboutsummaryrefslogtreecommitdiff
path: root/lib/cpluff/doc/repository.en.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpluff/doc/repository.en.html')
-rw-r--r--lib/cpluff/doc/repository.en.html80
1 files changed, 80 insertions, 0 deletions
diff --git a/lib/cpluff/doc/repository.en.html b/lib/cpluff/doc/repository.en.html
new file mode 100644
index 0000000000..e6ce13f60c
--- /dev/null
+++ b/lib/cpluff/doc/repository.en.html
@@ -0,0 +1,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>