From f0a72dedd0f4d6caf970908a8ee874b0e5a34c0d Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Mon, 18 May 2015 15:02:36 +1000 Subject: [PATCH] Link in cgit.sxemacs.org * download.html: Add a link to our gitweb. * templates/menu.template: Add git.html * git.html: New. Iframe's cgit.sxemacs.org Signed-off-by: Steve Youngs --- download.html | 7 ++----- git.html | 15 +++++++++++++++ templates/menu.template | 3 +++ 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100755 git.html diff --git a/download.html b/download.html index 7e2a88a..45ca742 100755 --- a/download.html +++ b/download.html @@ -14,11 +14,8 @@

SXEmacs Repos

Our main distribution method is via our git repository at - http://git.sxemacs.org/sxemacs -

-

- That URL is not a hyperlink because the SXEmacs git repository - is only accessible with a git client. + http://git.sxemacs.org/sxemacs. View the + source.

How to get the source with git

Getting the source via git is easy:

diff --git a/git.html b/git.html new file mode 100755 index 0000000..8cc3f7e --- /dev/null +++ b/git.html @@ -0,0 +1,15 @@ + + + + + + + + + +
+ + + diff --git a/templates/menu.template b/templates/menu.template index c1fcbbc..ab0a787 100644 --- a/templates/menu.template +++ b/templates/menu.template @@ -14,6 +14,9 @@ havoc with the SSI magic. ">Download +
  • + View Source +
  • Screenshots -- 2.25.1