You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by dr...@apache.org on 2008/01/01 15:03:02 UTC

svn commit: r607847 - in /labs/badca: README TODO

Author: dreid
Date: Tue Jan  1 06:03:02 2008
New Revision: 607847

URL: http://svn.apache.org/viewvc?rev=607847&view=rev
Log:
Add a small TODO file and README file

Added:
    labs/badca/README
    labs/badca/TODO

Added: labs/badca/README
URL: http://svn.apache.org/viewvc/labs/badca/README?rev=607847&view=auto
==============================================================================
--- labs/badca/README (added)
+++ labs/badca/README Tue Jan  1 06:03:02 2008
@@ -0,0 +1,44 @@
+BaDCA
+=====
+
+BaDCA is still in development, and so should be built from source code 
+using the instructions contained within this file.
+
+Getting the Source
+------------------
+
+The source can be checked out using
+
+  svn co https://svn.apache.org/repos/asf/labs/badca
+
+Building BaDCA
+--------------
+
+Once checked out the source should be built after configure has been
+created and run, i.e.
+
+  > autoconf
+  > ./configure
+  > make
+  > make test
+
+Configure accepts various options, details of which can be found by
+using
+
+  > ./configure --help
+
+Contributing
+------------
+
+BaDCA is presently an ASF Lab and in heavy development.
+
+This means that all ASF committers have full access to it, but those 
+outwith the ASF do not. Many aspects of the project have yet to be
+finalised and all input is welcomed.
+
+If you are an ASF committer please just commit your changes (after 
+testing) direct to the source. 
+
+If you are not an ASF committer then please just send your patch
+to me (dreid at apache dot org).
+

Added: labs/badca/TODO
URL: http://svn.apache.org/viewvc/labs/badca/TODO?rev=607847&view=auto
==============================================================================
--- labs/badca/TODO (added)
+++ labs/badca/TODO Tue Jan  1 06:03:02 2008
@@ -0,0 +1,18 @@
+BaDCA TODO
+==========
+
+The following need to be completed before we have a working CA.
+
+ - decide on xml format for storing messages/requests
+ - add support for pgp keys/keyrings
+ - add crl generation
+ - amend code to respect options supplied
+ - add email processing
+ - add svn processing
+ - email sending
+
+These items are needed prior to any release and provide the "nice to have"
+functionality we are aiming for.
+
+ - add templating for text/html generation
+ - automatic rollover functionality



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org