diff options
Diffstat (limited to 'scripts/rpki/__init__.py')
-rw-r--r-- | scripts/rpki/__init__.py | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/scripts/rpki/__init__.py b/scripts/rpki/__init__.py index 6913b3cc..f498d111 100644 --- a/scripts/rpki/__init__.py +++ b/scripts/rpki/__init__.py @@ -1,11 +1,27 @@ # $Id$ +# This file exists to tell Python that this the content of this +# directory constitute a Python package. Since we're not doing +# anything exotic, this file doesn't need to contain any code, but +# since its existance defines the package, it's as sensible a place as +# any to put the Doxygen mainpage. + ## @mainpage ## ## This collection of Python modules implements a prototype of the -## RPKI Engine. Well, ok, it will when it's done, this is a work in -## progress. +## RPKI Engine. This is a work in progress. ## ## See http://viewvc.hactrn.net/subvert-rpki.hactrn.net/ for code, ## design documents, a text mirror of portions of APNIC's Wiki, etc. - +## +## The documentation you're reading is generated automatically by +## Doxygen from comments and documentation in the code. +## +## This work is funded by <a href="http://www.arin.net/">ARIN</a>, in +## collaboration with the other RIRs. If you're interested in this +## package you might also be interested in: +## +## \li <a href="http://viewvc.hactrn.net/subvert-rpki.hactrn.net/rcynic/">the rcynic validation tool</a> +## \li <a href="http://www.hactrn.net/opaque/rcynic.html">a sample of rcynic's summary output</a> +## \li <a href="http://mirin.apnic.net/resourcecerts/wiki/">APNIC's Wiki</a> +## \li <a href="http://mirin.apnic.net/trac/">APNIC's project Trac instance</a> |