aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-02-07 23:34:55 +0000
committerlloyd <[email protected]>2013-02-07 23:34:55 +0000
commita0890862425d97606e3ae9de51ed95a01848e2b1 (patch)
tree8b39e4df1a777bc53d6896cd399f8ed3fe3fb8ef /doc/conf.py
parent33ae47d108697fa832a0d21d1ce61d6d385307fd (diff)
CVE shortcut
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 695103db8..a3a4b0216 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -57,6 +57,8 @@ extlinks = {
'viewmtn': ('http://viewmtn.randombit.net/tree/h:%s', ''),
'botan-devel': ('http://lists.randombit.net/pipermail/botan-devel/%s.html', None),
+ 'cve': ('http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-'),
+
'tgz': (files_dir + '/Botan-%s.tgz', 'tar/gz for '),
'tgz_sig': (files_dir + '/Botan-%s.tgz.asc', 'tar/gz sig '),
'tbz': (files_dir + '/Botan-%s.tbz', 'tar/bzip for '),