[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/09: index.tmpl: Improve the lintian log link text



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 0a100d0939059198e68aa846b889a5481d8026d7
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 6 15:11:05 2016 +0000

    index.tmpl: Improve the lintian log link text
    
    Notably hide the uncompressed log link as it has a factor x10-15
    overhead.  The underlying URL for the uncompressed link will still
    work; we are just not advertising it any more.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/index.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index 2bf15d0..fcc2da7 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -44,7 +44,7 @@
           <li><a href="{$path_prefix}packages_4.html">S-Z</a></li>
         </ul>
       </li>
-      <li><a href="{resource_path('lintian.log')}">Raw log</a> (warning: very large) [<a href="{resource_path('lintian.log.gz')}">Gzip'd</a>]</li>
+      <li>Download the lintian output for off-line processing: <a href="{resource_path('lintian.log.gz')}">lintian.log.gz</a></li>
     </ul>
   </div> <!-- index -->
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: