Refresh folder on entering Locations page
[loomclient.git] / index.html
bloba535f1e637924b827fb77ae273361982e986c44f
1 <html>
2 <head>
3 <title>Loom Examples</title>
4 </head>
5 <body>
6 This page contains information about Patrick Chkeroff's
7 <a href="http://loom.cc/">Loom</a> anonymous electronic trading system.
8 <p>
9 My blog has a
10 <a href="http://billstclair.com/blog/categories/loom">Loom
11 Category</a>, which contains all the articles I've writen about
12 Loom. The last time I updated this page, those were:
13 <ul>
14 <li><a href="http://billstclair.com/blog/loom_electronic_accounting_system.html">
15 Loom Electronic Accounting System</a> - an overview with links to
16 tutorials and resources. I've since decided that "electronic trading
17 system" is a better name.</li>
18 <li><a href="http://billstclair.com/blog/loom_security.html">
19 Loom Security</a> - my analysis of the security of the algorithms and
20 database used by version 58 of the loom.cc source code.</li>
21 <li><a href="http://billstclair.com/blog/creating_your_own_loom_currency.html">
22 Creating Your Own Loom Currency</a> - an idea for keeping track of how
23 much reserve of a real asset you have versus how much electronic
24 currency you've issued backed by that asset.</li>
25 <li><a href="http://billstclair.com/blog/patricks_loom_issuance_scheme.html">
26 Patrick's Loom Issuance Scheme</a> - a better idea for tracking
27 reserve assets.</li>
28 <li><a href="http://billstclair.com/blog/loom_three_folder_issuer_protocol.html">
29 Loom Three-folder Issuer Protocol</a> - an even better idea for
30 tracking reserve assets.</li>
31 <li><a href="http://billstclair.com/blog/loomster.html">Loomster</a> - a wiki covering "Everything Loom."</li>
32 <li><a href="http://billstclair.com/blog/loom_iphone_client.html">Loom iPhone Client</a> - announcing <a href="ip.php">billstclair.com/loom/ip.php</a></li>
33 </ul>
34 <p>
35 My PHP version of Patrick's
36 <a href="https://loom.cc/?function=grid_tutorial&mode=advanced">
37 Grid Tutorial</a> is at
38 <a href="grid-tutorial.php">
39 grid-tutorial.php</a>. The tutorial is an example
40 of using my LoomClient PHP class. I have also written a LoomClient
41 Java class, with a simple command line testing interface. Its JavaDoc
42 pages are
43 <a href="java/doc/">here</a>.
44 <p>
45 My iPhone Loom interface supports moving assets, and creating and
46 renaming locations. I'll add location deletion, type maintenance, and
47 skins for other mobile browsers, if there's demand.
48 <a href="ip.php">
49 billstclair.com/loom/ip.php</a>.
50 <p>
51 Download this
52 entire directory, including all the sources and Java binaries, at
53 <a href="../loomclient.tar.gz">loomclient.tar.gz</a>
54 <p>
55 You can browse my
56 <a href="http://git.or.cz/">
57 Git</a> repository of the source at
58 <a href="http://repo.or.cz/w/loomclient.git">
59 repo.or.cz/w/loomclient.git</a>. It has
60 <a href="http://repo.or.cz/w/loomclient.git?a=atom">
61 Atom</a> and
62 <a href="http://repo.or.cz/w/loomclient.git?a=rss">
63 RSS</a>. feeds. To check out your own copy:
64 <blockquote><code>
65 mkdir loomclient<br>
66 cd loomclient<br>
67 git init<br>
68 git pull git://repo.or.cz/loomclient.git
69 </blockquote></code>
70 <p>
71 Links:
72 <ul>
73 <li><a href="http://www.loomster.net/doku.php">Loomster.net</a>
74 </ul>
75 <p>
76 Last updated: 26 January, 2008
77 <p>
78 <a href="../">Home</a>
79 </body>
80 </html>