summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-06-07 15:46:26 +0200
committerStef Walter <stefw@collabora.co.uk>2011-06-07 15:46:26 +0200
commit4cc70a73c429e67fdd5b73a4e798fd924933d5d7 (patch)
treecb17bc09058e40b6a031b48d8f0cbc0e0a17b95a
parente373cddb86ec31781138fa149eacf8e78d8cf2d4 (diff)
Add releases section to the website.
-rw-r--r--Makefile2
-rw-r--r--website/p11-kit.html.tmpl5
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2cae3ac..d6569ae 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ html:
SRCDIR="." python jinja2-build.py
upload: all
- rsync -Hvax --exclude doc \
+ rsync -Hvax --exclude doc --exclude releases \
html/./ anarchy.freedesktop.org:/srv/p11-glue.freedesktop.org/www/./
.PHONY: html
diff --git a/website/p11-kit.html.tmpl b/website/p11-kit.html.tmpl
index f74bc53..78fb803 100644
--- a/website/p11-kit.html.tmpl
+++ b/website/p11-kit.html.tmpl
@@ -34,7 +34,10 @@ components or libraries living in the same process.</p>
<li><a href="http://p11-glue.freedesktop.org/doc/p11-kit/reference.html">API Reference</a></li>
</ul>
-<h2>Source Repository</h2>
+<h2>Source Code</h2>
+
+<p>The source code releases are available for download here:<br>
+<a href="http://p11-glue.freedesktop.org/releases/">http://p11-glue.freedesktop.org/releases/</a></p>
<p>The source code is available via git.</p>