diff options
author | lloyd <[email protected]> | 2013-02-07 23:34:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-02-07 23:34:55 +0000 |
commit | a0890862425d97606e3ae9de51ed95a01848e2b1 (patch) | |
tree | 8b39e4df1a777bc53d6896cd399f8ed3fe3fb8ef /doc/conf.py | |
parent | 33ae47d108697fa832a0d21d1ce61d6d385307fd (diff) |
CVE shortcut
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
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 '), |