diff --git a/APIG/README b/APIG/README new file mode 100644 index 0000000..e69de29 diff --git a/APIG/client/apig-cli.cpp b/APIG/client/apig-cli.cpp index 21882f6..082e316 100644 --- a/APIG/client/apig-cli.cpp +++ b/APIG/client/apig-cli.cpp @@ -1,17 +1,15 @@ -/*! \brief mdclient +/*! \brief apig-cli * Master Daemon standalone client * * This MD sample client driver has the same functionality as the * xmlrpc-c xmlrpc command line utility program but additionally * runs a test suite using the test harness reused from the - * xmlrpc-c cpp test. + * xmlrpc-c cpp test. This is a unit testing not tests such as + * EPP OTE Certification. * - * Client interfaces are automatically generated when the server - * is compiled from the current server API so this program should - * be run to verify and currently the coding of test cases is - * entirely manual. + * In a dual role, it also serves as the core of APIG with SWIG + * generated versions for Ruby, PHP and pythong. * - * \todo DLL packaging supplying the client functionality used here. * */ diff --git a/README b/README new file mode 100644 index 0000000..895ecb4 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ + + Structure of this Repository + + + - AusRegEPPTK - Unmodified and working 1.3.2 toolkit. + + - ACTK1_0 - Modified working version of above. + + binary: libACTK1_0.so + + - AusRegCliever - The AC Master Daemon + + binary: -cliever + + - APIG - THe AC client programs + + bianries: apig-cli, ausreg-cd, + php-apig, rapig, pyapig, etc. +