2014-01-11 20:12:57 +00:00
|
|
|
|
|
|
|
Structure of this Repository
|
|
|
|
|
|
|
|
|
|
|
|
- AusRegEPPTK - Unmodified and working 1.3.2 toolkit.
|
|
|
|
|
2014-01-11 20:42:13 +00:00
|
|
|
binary: libAusRegEPPTK.so
|
|
|
|
|
2014-01-11 20:12:57 +00:00
|
|
|
- ACTK1_0 - Modified working version of above.
|
|
|
|
|
|
|
|
binary: libACTK1_0.so
|
|
|
|
|
|
|
|
- AusRegCliever - The AC Master Daemon
|
|
|
|
|
|
|
|
binary: <client>-cliever
|
|
|
|
|
|
|
|
- APIG - THe AC client programs
|
|
|
|
|
|
|
|
bianries: apig-cli, ausreg-cd,
|
|
|
|
php-apig, rapig, pyapig, etc.
|
|
|
|
|
2014-01-11 20:22:11 +00:00
|
|
|
Dependencies:
|
|
|
|
|
2014-01-11 20:51:14 +00:00
|
|
|
boost
|
|
|
|
libxmlrpc-c and c++
|
2014-01-11 20:42:13 +00:00
|
|
|
xmlrpc-api-utils
|
2014-01-13 01:29:22 +00:00
|
|
|
SWIG
|
2014-01-11 20:22:11 +00:00
|
|
|
msgpack
|
|
|
|
|
2014-01-11 20:42:13 +00:00
|
|
|
The EPP toolkit also has dependencis.
|
|
|
|
The full stack is only need for MD derivative
|
|
|
|
development.
|
2014-01-11 20:22:11 +00:00
|
|
|
|
|
|
|
The git repo mirrors my Eclipse project.
|
2014-01-11 20:51:14 +00:00
|
|
|
|
2014-01-18 20:35:18 +00:00
|
|
|
At first everything except the AusReg TK was gotten
|
|
|
|
from the normal debian pkgs. The working situation
|
|
|
|
2014-01 is more complicated than that but on a new host
|
|
|
|
(not necessarily debian) that should be done first.
|
|
|
|
|
2014-01-19 20:56:09 +00:00
|
|
|
The Code Synthesis xsd program is used to construct
|
|
|
|
c++ objects from the XSD files defining EPP XML.
|
|
|
|
|
2014-01-19 23:40:41 +00:00
|
|
|
The generated code is tracked in git because it's
|
|
|
|
tedious to redo the work needed to get compilable
|
|
|
|
state and easies just to let it move with everything
|
|
|
|
else.
|
2014-01-18 20:35:18 +00:00
|
|
|
|