Conversion to Git
authorJoey Schulze <joey@infodrom.org>
Mon, 5 May 2014 12:16:12 +0000 (12:16 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 5 May 2014 12:16:12 +0000 (12:16 +0000)
src/projects/dtaus/git.wml [new file with mode: 0644]
src/projects/dtaus/submenu.inc

diff --git a/src/projects/dtaus/git.wml b/src/projects/dtaus/git.wml
new file mode 100644 (file)
index 0000000..b5dbb61
--- /dev/null
@@ -0,0 +1,42 @@
+#include <infodrom.style>
+#include <projects.style>
+
+<projectpg project="dtaus" maxcontrib=5 title="Anonymous Git Access">
+
+<h3>Anonymous Git Access</h3>
+
+<p>Source code for this package is maintained via <a
+href="http://git-scm.com/">git</a>.  This offers a possibility to do
+versioning and provides a history for all files.  At any time it is
+possible to restore an older version.  Additionally, lean patches can
+be applied and reverted.</p>
+
+<p>By using <code>git</git> it is possible to provide anonymous access
+to the repository.  To archive this the original archive is copied
+onto a well-connected server several times a day, on which anonymous
+access is configured.</p>
+
+<h3>View Code in Browser</h3>
+
+<p>Using a web browser the sourcecode can be browsed <a
+href="http://git.infodrom.org/?p=infodrom/dtaus">here</a>.</p>
+
+<h3>Fetch the Code</h3>
+
+<p>To access the git repository directly you'll need to install the
+package »git« and execute the following command:</p>
+
+<p><pre>
+   git clone git://git.infodrom.org/infodrom/dtaus
+</pre></p>
+
+<h3>Use the code</h3>
+
+<p>You can freely modify the code now and adjust it to your needs.
+Feel free to cooperate using the <a href="ml.php">mailing list</a>.</p>
+
+</projectpg>
+
+# Local variables:
+# mode: indented-text
+# end:
index d43d507..0e6db33 100644 (file)
@@ -10,7 +10,7 @@
 <menu-item text="Download" base="download" href="download.php">
 <menu-item text="Todo" base="todo" href="todo.php">
 <menu-item text="Mailing&nbsp;Lists" base="ml" href="ml.php">
-<menu-item text="CVS" base="cvs" href="cvs.php">
+<menu-item text="Git" base="git" href="git.php">
 
 <li><a href="http://lists.infodrom.org/infodrom-dtaus/">Mail-Archiv</a>