[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/content/gnu-content page_footer.txt
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/content/gnu-content page_footer.txt |
Date: |
Sat, 15 Sep 2007 12:12:19 +0000 |
CVSROOT: /web/administration
Module name: administration
Changes by: Sylvain Beucler <Beuc> 07/09/15 12:12:19
Modified files:
content/gnu-content: page_footer.txt
Log message:
Point to the source code history of the current page, instead of
directly downloading the source PHP file. This way, users see the
gitweb interface and can understand where the rest of the source code
lies.
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/administration/content/gnu-content/page_footer.txt?cvsroot=administration&r1=1.14&r2=1.15
Patches:
Index: page_footer.txt
===================================================================
RCS file:
/web/administration/administration/content/gnu-content/page_footer.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- page_footer.txt 1 Jul 2007 15:04:57 -0000 1.14
+++ page_footer.txt 15 Sep 2007 12:12:19 -0000 1.15
@@ -1,8 +1,7 @@
<span style="float:right">
<a href="<?php
-echo 'http://git.sv.gnu.org/gitweb/?p=savane-cleanup.git;a=blob;f='
- . preg_replace(':/var/www/savane/:', '',
realpath($_SERVER['SCRIPT_FILENAME']))
- . ';hb=HEAD';
+echo 'http://git.sv.gnu.org/gitweb/?p=savane-cleanup.git;a=history;f='
+ . preg_replace(':/var/www/savane/:', '',
realpath($_SERVER['SCRIPT_FILENAME']));
?>">Source<br />Code</a>
</span>
- [Savannah-cvs] administration/content/gnu-content page_footer.txt,
Sylvain Beucler <=