aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/infos.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/infos.html')
-rw-r--r--tmpl/infos.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/tmpl/infos.html b/tmpl/infos.html
new file mode 100644
index 0000000..a6b57f4
--- /dev/null
+++ b/tmpl/infos.html
@@ -0,0 +1,51 @@
+[%- USE date(format='%Y/%m/%d') -%]
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Mageia Advisories</title>
+ [%- INCLUDE head.html -%]
+ </head>
+ <body>
+ [%- INCLUDE body_top.html -%]
+ <h1 id='mgnavt'><a href="index.html">Advisories</a> ยป Infos</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="index.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>
+
+ <div class="section">
+ <h2>CVE list</h2>
+ A list of fixed CVE <a href="CVE.html">is available</a>.
+ </div>
+
+ <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>
+
+ <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>
+
+ <div class="section">
+ <h2>DB Dump</h2>
+ A dump of all advisories is available as <a href="advisories.yaml">a yaml file</a>.
+ </div>
+
+ <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>