Changes between Version 8 and Version 9 of OldWikiStart


Ignore:
Timestamp:
Oct 1, 2010 2:03:25 PM (14 years ago)
Author:
Mike Ryan
Comment:

expand documentation

Legend:

Unmodified
Added
Removed
Modified
  • OldWikiStart

    v8 v9  
    3737Older versions available from http://abac.deterlab.net/src/
    3838
     39= Installation =
     40
     41 * [source:/doc/INSTALL Installation instructions]
     42 * [source:/doc/dependencies Software dependencies]
     43
    3944= Documentation =
    4045
    4146 * [source:/doc/design System design]
    4247 * [source:/doc/API libabac API]
     48 * [source:/doc/libcreddy_API libcreddy API]
    4349 * [wiki:Creddy]
    4450 * [source:/doc/usage_scenario Usage scenario]
     
    5056 * [source:/examples/acme_rockets/README Simple Acme example]
    5157 * [source:/examples/experiment_create/README More complex experiment creation]
     58 * [source:/examples/acme_rockets_intersection/README Acme rockets with intersection node]
    5259
    53 = Installation =
    54 
    55  * [source:/doc/INSTALL Installation instructions]
    56  * [source:/doc/dependencies Software dependencies]
     60Example code
     61 * ABAC prover
     62  * [source:/libabac/prover.c C]
     63  * [source:/libabac/prover_plus.cc C++]
     64  * [source:/swig/perl/abac_prover.pl Perl]
     65  * [source:/swig/python/abac_prover.py Python]
     66 * [source:/preprover/ XML-RPC pre-prover (Perl)]
     67 * libcreddy
     68  * Get keyid from a cert
     69    * [source:/swig/perl/creddy_keyid.pl Perl]
     70    * [source:/swig/python/creddy_keyid.py Python]
     71  * [source:/swig/python/creddy_abac.py libcreddy and libabac integration (Python)]