More '<?$' => '<?php$'
[Trubanc.git] / index.inc
blobe03bb109a6e28fccc1bc6f17598dde5281d3b3ce
1 <html>
2 <head>
3 <title>Trubanc</title>
4 <link rel="shortcut icon" href="site-icon.ico"/>
5 </head>
6 <body>
7 <center>
8 <h1>Trubanc</h1>
9 <p>
10 <img src="trubanc-logo.gif" alt="Trubanc" width="300" height="295"/>
11 <p>
12 <table width="75%"><tr><td>
13 <a href="http://Trubanc.com/">Trubanc</a> is an anonymous,
14 digitally-signed vault and trading system. Like
15 <a href="https://loom.cc/">Loom</a>, it allows anyone to issue assets
16 (digital currencies). Unlike Loom, which relies entirely on (very
17 good) obscurity for security, Trubanc's digital signatures allow the
18 bank and the customer to prove to each other that they agreed at a
19 particular time on their balances. It does this while allowing
20 destruction of transaction history for closed trades. Trubanc will
21 initially provide server-based trading. Eventually, it will provide
22 digital checks and bearer certificates. These, however, WILL require
23 permanent storage of transaction history.
24 </td></tr></table>
25 <p>
26 <a href="plain-english.html">Trubanc in Plain English</a>
27 <p>
28 <table width="75%"><tr><td>
30 This page is a live server. Invoke it as
31 "http://trubanc.com/?msg=&lt;msg>", and it will interpret &lt;msg> as
32 a server request, and return the result. For example,
33 <a href="./?debug=true&msg=(bc50c4fd9c228a21f64d34ca644a46c1fe8520e4%2Cbankid%2C-----BEGIN+PUBLIC+KEY-----%0AMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMwfcmkk2coTuYAEbdZ5iXggObNPzbSi%0ADnVtndZFe4%2F4Xg0IQPfpQ04OkhWIftMy1OjFhGlBzzNzdW98KYwKMgsCAwEAAQ%3D%3D%0A-----END+PUBLIC+KEY-----%0A)%3A%0AsLJ9GqFjZ61fq%2FbDFL6rxpY3w2s5dWIAXJCvPKQTPEkrG%2F2I1fwxBfugBmn%2FiPwa%0AjCRtnFDnrn7Mv%2BUY%2BSH4yw%3D%3D">
34 click here</a> to send a "bankid" request, with debugging enabled to
35 make it easy to see. But the server is mostly useful for client
36 programs. There's a client here, available at the link below, that you
37 can use to help me beta test the Trubanc code. This is running an an
38 unsecured web host in Arizona, using code that is constantly under
39 development, so don't store any real value here; you might lose
40 it. Hopefully, there will be real Trubanc servers, storing real value,
41 and hosted in countries that respect your financial privacy, real
42 soon.
43 </td></tr></table>
44 <p>
45 <a href="client/">Trubanc Client</a>
46 <br/>
47 <a href="client.html">Client Documentation</a>
48 <p>
49 You may view code in progress <a href="viewtext.php">here</a>.
50 <br/>
51 To discuss, join <a href="irc://irc.freenode.net/#Trubanc">#Trubanc</a> on irc.freenode.net (<a href="http://embed.mibbit.com/?server=irc.freenode.com&channel=%23Trubanc">via mibbit</a>)
52 </center>
53 Git repositories at <a href="http://repo.or.cz/w/Trubanc.git">repo.or.cz/w/Trubanc.git</a> and <a href="http://github.com/billstclair/trubanc/">github.com/billstclair/trubanc/</a>.
54 <p>
55 To download the code to the "trubanc" subdir of pwd:
56 <br/>
57 <code>
58 <span style="margin-left: 15px;">git clone git://repo.or.cz/Trubanc.git trubanc</span>
59 </code>
60 <br/>
61 or:
62 <br/>
63 <code>
64 <span style="margin-left: 15px;">git clone git://github.com/billstclair/trubanc.git trubanc</span>
65 </code>
66 </p>
67 <p>The code is also in
68 <a href="trubanc.tar.gz">http://trubanc.com/trubanc.tar.gz</a>. See
69 <a href="INSTALL">INSTALL</a> for installation instructions.</p>
70 <center>
71 <p style="font-size: 75%;">Copyright &copy; 
72 <a href="https://billstclair.com/loom/">
73 Bill St. Clair</a>, 2008-2009. All rights reserved.</p>
74 </center>
75 </body>
76 </html>