[PATCH 2/3] scute: Update website infos.
Damien Goutte-Gattat
dgouttegattat at incenp.org
Thu Oct 29 12:22:01 CET 2015
* doc/website/download.xhtml: Update list of releases, dependencies
and URL to the Git repository.
Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>
---
doc/website/download.xhtml | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/doc/website/download.xhtml b/doc/website/download.xhtml
index 2e395ff..3de42e1 100644
--- a/doc/website/download.xhtml
+++ b/doc/website/download.xhtml
@@ -56,25 +56,25 @@
be cross-built for Windows 32-bit using MingW32.
</p>
<p>
- The most recent release of Scute is version 1.2.0. The
+ The most recent release of Scute is version 1.4.0. The
following files belong to this release.
<table>
- <caption>The files released with Scute 1.2.0.</caption>
+ <caption>The files released with Scute 1.4.0.</caption>
<tr><th>File</th><th>Description</th><th>Signature</th></tr>
- <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.2.0.tar.bz2">Scute 1.2.0 source package</a>
- </td><td>The source code of Scute 1.2.0</td>
- <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.2.0.tar.bz2.sig">Digital Signature</a></td></tr>
+ <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.4.0.tar.bz2">Scute 1.4.0 source package</a>
+ </td><td>The source code of Scute 1.4.0</td>
+ <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.4.0.tar.bz2.sig">Digital Signature</a></td></tr>
</table>
</p>
<p>
- The previous release of Scute was version 1.1.0. The
+ The previous release of Scute was version 1.3.0. The
following files belong to this release.
<table>
- <caption>The files released with Scute 1.1.0.</caption>
+ <caption>The files released with Scute 1.3.0.</caption>
<tr><th>File</th><th>Description</th><th>Signature</th></tr>
- <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.1.0.tar.bz2">Scute 1.1.0 source package</a>
- </td><td>The source code of Scute 1.1.0</td>
- <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.1.0.tar.bz2.sig">Digital Signature</a></td></tr>
+ <tr><td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.3.0.tar.bz2">Scute 1.3.0 source package</a>
+ </td><td>The source code of Scute 1.3.0</td>
+ <td><a href="ftp://ftp.gnupg.org/gcrypt/scute/scute-1.3.0.tar.bz2.sig">Digital Signature</a></td></tr>
</table>
</p>
<p>
@@ -94,9 +94,9 @@
<caption>Compile-time dependencies of Scute</caption>
<tr><th>Package</th><th>Min. Version</th></tr>
<tr><td><a
- href="http://www.gnupg.org/related_software/libgpg-error/">libgpg-error</a></td><td>0.7</td></tr>
+ href="http://www.gnupg.org/related_software/libgpg-error/">libgpg-error</a></td><td>1.3</td></tr>
<tr><td><a
- href="http://www.gnupg.org/related_software/libassuan/">libassuan</a></td><td>0.6.10</td></tr>
+ href="http://www.gnupg.org/related_software/libassuan/">libassuan</a></td><td>2.0.0</td></tr>
</table>
</p>
<p>Scute also requires the following packages to run:
@@ -121,12 +121,12 @@
</p>
<h2>Development</h2>
<p>
- The source of Scute is managed with the version control
- system <a
- href="http://subversion.tigris.org/">Subversion</a>. The
- repository can be retrieved with the following command:
+ The source of Scute is managed with the <a
+ href="http://git-scm.org/">Git</a> distributed version control
+ system. The repository can be retrieved with the following
+ command:
<pre>
- $ svn co svn://cvs.gnupg.org/scute/trunk scute
+ $ git clone git://git.gnupg.org/scute.git
</pre>
Please send an e-mail to the <a
href="http://lists.gnupg.org/mailman/listinfo/gnupg-devel">GnuPG
@@ -135,7 +135,7 @@
</p>
<p>
A web interface to the <a
- href="http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/?root=Scute">Scute
+ href="http://git.gnupg.org/cgi-bin/gitweb.cgi?p=scute.git;a=summary">Scute
source repository</a> is available on-line, and contains
up-to-date as well as archived versions of all files
included in the Scute source package, including the most
--
1.8.4
More information about the Gnupg-devel
mailing list