make_www_release: provide an "All Files" link
authorStephan Wiesand <stephan.wiesand@desy.de>
Wed, 3 Jul 2013 09:04:18 +0000 (11:04 +0200)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 5 Jul 2013 22:00:42 +0000 (15:00 -0700)
Add a link to the table of contents pointing to
/dl/openafs/<release>/, thus the raw directory content.

Change-Id: Ic7507d73b588dde14e770a7f31fd5189fd419c02
Reviewed-on: http://gerrit.openafs.org/10030
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

openafs/make_www_release

index 7577756..35c8e5d 100755 (executable)
@@ -594,6 +594,7 @@ sub emit_contents () {
   for (@xpcontents){
       print "$_";
   }
+  print qq{<p><li><a href="$WWWPath/">All Files</a></li>\n};
   print "</ul><hr>\n\n";
 }
 # ------------------------------------------------------------------------