From: Ted Zlatanov Date: Tue, 1 Mar 2011 10:22:29 +0000 (-0600) Subject: Mention the gnus-html.git repository. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=ff1cea5ac21802bb19767c651bdd05de2dea8c9f 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 126521807..000919c9f 100644 --- a/www/ChangeLog +++ b/www/ChangeLog @@ -1,7 +1,8 @@ 2011-03-01 Teodor Zlatanov * 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 diff --git a/www/git.gnus.org/index.html b/www/git.gnus.org/index.html index 4bd036ac2..66ceacc6a 100644 --- a/www/git.gnus.org/index.html +++ b/www/git.gnus.org/index.html @@ -7,6 +7,10 @@ The writeable repository The read-only repository A cgit web interface to the read-only repository +
+The writeable HTML repository +The read-only HTML repository +A cgit web interface to the read-only HTML repository
Instructions for checking Gnus out:

@@ -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)