|
From: <pe...@us...> - 2003-09-22 20:10:16
|
Update of /cvsroot/neuclear/neuclear-pay/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv15990/xdocs
Added Files:
credits.xml index.xml navigation.xml
Log Message:
Added further minor project documentation.
--- NEW FILE: credits.xml ---
<?xml version="1.0"?>
<document>
<properties>
<title>Credits and Dependencies</title>
<author email="pe...@ne...">Pelle Braendgaard</author>
</properties>
<body>
<section name="Dependencies">
<p>
We are currently not using much in the way of special libraries. Different implementations will have
dependencies on databases etc.
</p>
</section>
<section name="Credits">
<p>
A lot of this work has been inspired by the writings of
<a href="http://www.iang.org">Ian Grigg</a> and <a href="http://www.shipwright.com">Bob Hettingah</a>.
</p>
</section>
</body>
</document>
--- NEW FILE: index.xml ---
<?xml version="1.0"?>
<document>
<properties>
<title>NeuClear Payment Processor</title>
<author email="pe...@ne...">Pelle Braendgaard</author>
</properties>
<body>
<section name="Introduction">
<p>
The NeuClear Payment Processor provides a simple abstraction for executing
book entry Payment transactions on the NeuClear clearing platform.
</p>
<p>
A fully functional implementation of the PaymentProcessor is implemented based on
the <a href="http://neuclear.org/ledger/">NeuClear Ledger API</a>.
</p>
<p>
Implementations based on other backends should be simple to create. If you wish to implement it ontop
of an existing SQL ledger. We recommend extending the NeuClear Ledger instead of writing a completely new
Payment Processor.
</p>
</section>
</body>
</document>
--- NEW FILE: navigation.xml ---
<project name="neudist" repository="neudist" href="http://neudist.org">
<title>NeuClear - Payment Processor</title>
<body>
<links>
<item name="NeuClear.org" href="http://neuclear.org/"/>
<item name="Talk.org" href="http://talk.org"/>
<item name="SourceForge" href="http://sourceforge.net/projects/neuclear/"/>
</links>
<menu name="NeuClear - Pay">
<item name="Front Page" href="/index.html"/>
<item name="Credits and Dependencies" href="/credits.html"/>
<item name="SourceForge" href="http://sourceforge.net/projects/neuclear/"/>
</menu>
</body>
</project>
|