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

[lintian] 03/09: index.tmpl: Reword index section and make it a <nav>



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

nthykier pushed a commit to branch master
in repository lintian.

commit 13993c80a9daeb6498e9761383032cfad9b89eca
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jul 6 15:18:03 2016 +0000

    index.tmpl: Reword index section and make it a <nav>
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/templates/index.tmpl | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/reporting/templates/index.tmpl b/reporting/templates/index.tmpl
index fcc2da7..3c296bb 100644
--- a/reporting/templates/index.tmpl
+++ b/reporting/templates/index.tmpl
@@ -28,15 +28,15 @@
     <div class="clear"></div>
   </div> <!-- front -->
 
-  <div id="index">
-    <h2>Indices</h2>
+  <nav id="index">
+    <h2>Indices and links</h2>
 
     <ul>
-      <li><a href="{$path_prefix}maintainers.html">Maintainers</a></li>
-      <li><a href="{$path_prefix}tags.html">Emitted tags sorted alphabetically</a></li>
-      <li><a href="{$path_prefix}tags-severity.html">Emitted tags by severity and certainty</a></li>
-      <li><a href="{$path_prefix}tags-all.html">All tags sorted alphabetically</a></li>
-      <li>Packages that have names starting with:
+      <li><a href="{$path_prefix}maintainers.html">Index of Lintian reports per package maintainers</a></li>
+      <li><a href="{$path_prefix}tags.html">List of emitted tags sorted alphabetically</a></li>
+      <li><a href="{$path_prefix}tags-severity.html">List of emitted tags grouped by severity and certainty</a></li>
+      <li><a href="{$path_prefix}tags-all.html">List of all tags sorted alphabetically</a></li>
+      <li>Lists of packages that have names starting with:
         <ul>
           <li><a href="{$path_prefix}packages_1.html">0-9, A-F</a></li>
           <li><a href="{$path_prefix}packages_2.html">G-L</a></li>
@@ -46,7 +46,7 @@
       </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 -->
+  </nav> <!-- index -->
 
   <div id="stats">
     <h2>Statistics</h2>

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


Reply to: