[gnus git] branch master updated: n0-13-58-gff1cea5 =1= Mention the gnus-html.git repository.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ff1cea5ac21802bb19767c651bdd05de2dea8c9f (commit)
from 15bf5ed4d82563f869a58b1add7815bbd5f9b616 (commit)
- Log -----------------------------------------------------------------
commit ff1cea5ac21802bb19767c651bdd05de2dea8c9f
Author: Ted Zlatanov <[email protected]>
Date: Tue Mar 1 04:22:29 2011 -0600
Mention the gnus-html.git repository.
* git.gnus.org/index.html: Add information about the gnus-html.git
repository.
diff --git a/www/ChangeLog b/www/ChangeLog
index 1265218..000919c 100644
--- a/www/ChangeLog
+++ b/www/ChangeLog
@@ -1,7 +1,8 @@
2011-03-01 Teodor Zlatanov <[email protected]>
* git.gnus.org/gnus-cgit.png: Add icon.
- * git.gnus.org/index.html: Use it.
+ * git.gnus.org/index.html: Use it. Add information about the
+ gnus-html.git repository.
2010-04-20 Teodor Zlatanov <[email protected]>
diff --git a/www/git.gnus.org/index.html b/www/git.gnus.org/index.html
index 4bd036a..66ceacc 100644
--- a/www/git.gnus.org/index.html
+++ b/www/git.gnus.org/index.html
@@ -7,6 +7,10 @@
<a href="https://git.gnus.org/gnus.git">The writeable repository</a>
<a href="/gnus.git">The read-only repository</a>
<a href="/cgit/gnus.git/">A cgit web interface to the read-only repository</a>
+<hr>
+<a href="https://git.gnus.org/gnus-html.git">The writeable HTML repository</a>
+<a href="/gnus-html.git">The read-only HTML repository</a>
+<a href="/cgit/gnus-html.git/">A cgit web interface to the read-only HTML repository</a>
<hr>
Instructions for checking Gnus out:<p>
@@ -25,6 +29,8 @@ GIT_SSL_NO_VERIFY=1 git clone https://git.gnus.org/gnus.git
# this will be necessary if you have to use a proxy
GIT_SSL_NO_VERIFY=1 HTTPS_PROXY=proxy.example.com:8080 git clone https://git.gnus.org/gnus.git
+# repeat the same steps for https://git.gnus.org/gnus-html.git if you want the HTML pages
+
cd gnus
# you should do this to tell git not to check the certificate (so GIT_SSL_NO_VERIFY is not needed anymore)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
www/ChangeLog | 3 ++-
www/git.gnus.org/index.html | 6 ++++++
2 files changed, 8 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project