diff options
Diffstat (limited to 'tmpl/index.html')
-rw-r--r-- | tmpl/index.html | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/tmpl/index.html b/tmpl/index.html index cf68929..91e20e6 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -3,32 +3,49 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Mageia Advisories</title> + [%- INCLUDE head.html -%] </head> <body> - <h1>Mageia Advisories</h1> + [%- INCLUDE body_top.html -%] + <h1 id='mgnavt'>Mageia Advisories</h1> + <div class="content"> + <div class="section"> + <h2>Advisories</h2> <ul> [% FOREACH rel IN advdb.by_rel.keys.sort -%] <li><a href="[% basename.rel(rel) %].html">Mageia [% rel %] advisories</a> <a href="[% basename.rel(rel) %].rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="rss" /></a></li> [%- END -%] <li><a href="advisories.html">All advisories</a> <a href="advisories.rss"><img src="http://static.mageia.org/g/images/smi/feed-16x16.png" alt="rss" /></a></li> </ul> + </div> - <h1>CVE list</h1> + <div class="section"> + <h2>CVE list</h2> A list of fixed CVE <a href="CVE.html">is available</a>. + </div> - <h1>Command line tool</h1> + <div class="section"> + <h2>Command line tool</h2> A command line tool is available to list and display advisories. <a href="https://wiki.mageia.org/en/Mgaadv#Command_line_tool">More details</a>. + </div> - <h1>Older Advisories</h1> + <div class="section"> + <h2>Older Advisories</h2> Older advisories are available on <a href="https://wiki.mageia.org/en/Support/Advisories/">Mageia wiki</a>. + </div> - <h1>DB Dump</h1> + <div class="section"> + <h2>DB Dump</h2> A dump of all advisories is available as <a href="advisories.yaml">a yaml file</a>. + </div> - <h1>Source code</h1> + <div class="section"> + <h2>Source code</h2> Source code for the tool used to generate this website is <a href="http://svnweb.mageia.org/soft/mga-advisories/trunk/">available on svn</a>. Patches or ideas can be posted on the <a href="https://ml.mageia.org/l/info/sysadmin-discuss">sysadmin-discuss</a> mailing list. + </div> + </div> </body> </html> |