Push to github
[loomclient.git] / index.html
blob091a8ea34b79c7fd7b32cf7a437e29b7e3139468
1 <html>
2 <head>
3 <title>Loom Applications &amp; Links</title>
4 <link rel="shortcut icon" href="krugerand.png"/>
5 </head>
6 <body>
7 <img src="loom_logo.gif" alt="Loom Logo" width="73" height="28"/>
8 <p>
9 This page contains information about Patrick Chkeroff's
10 <a href="http://loom.cc/">Loom</a> anonymous electronic trading system.
11 <p>
12 Applications:
13 <ul>
14 <li>
15 <a href="grid-tutorial.php">
16 grid-tutorial.php</a> - my PHP version of Patrick's
17 <a href="https://loom.cc/?function=grid_tutorial&mode=advanced">
18 Grid Tutorial</a>. The tutorial is an example of using my LoomClient
19 PHP class. I have also written a LoomClient Java class, with a simple
20 command line testing interface. Its JavaDoc pages are
21 <a href="java/doc/">here</a>.
22 </li><li>
23 <a href="ip.php">
24 ip.php</a> - my iPhone Loom interface. Supports moving assets, and
25 creating and renaming locations. I'll add location deletion, type
26 maintenance, and skins for other mobile browsers, if there's demand.
27 </li>
28 </ul>
29 <p>
30 Links:
31 <ul>
32 <li>
33 <a href="http://www.loomster.net/doku.php">
34 Loomster.net</a> - Everything Loom
35 </li><li>
36 <a href="http://www.dgcmagazine.com/">
37 DGC Magazine</a> - Digital Gold Currency magazine. Monthly. Has a
38 <a href="http://www.dgcmagazine.com/index.php">blog</a>.
39 </li><li>
40 <a href="http://www.goldnow.st/">
41 GoldNow</a> - buy tokens and GoldNowBanc GoldGrams here.
42 </li><li>
43 <a href="irc://irc.freenode.net/##loom">
44 ##loom</a> IRC channel at irc.freenode.net.
45 </li><li>
46 <a href="currencies.html">Loom-Based Currencies</a> - my copy of the
47 <a href="http://loomster.net/doku.php?id=currencies">
48 Loomster currencies page</a>
49 </li>
50 </ul>
51 <p>
52 My blog has a
53 <a href="http://billstclair.com/blog/categories/loom">Loom
54 Category</a>, which contains all the articles I've writen about
55 Loom. The last time I updated this page, those were:
56 <ul>
57 <li><a href="http://billstclair.com/blog/loom_electronic_accounting_system.html">
58 Loom Electronic Accounting System</a> - an overview with links to
59 tutorials and resources. I've since decided that "electronic trading
60 system" is a better name.</li>
61 <li><a href="http://billstclair.com/blog/loom_security.html">
62 Loom Security</a> - my analysis of the security of the algorithms and
63 database used by version 58 of the loom.cc source code.</li>
64 <li><a href="http://billstclair.com/blog/creating_your_own_loom_currency.html">
65 Creating Your Own Loom Currency</a> - an idea for keeping track of how
66 much reserve of a real asset you have versus how much electronic
67 currency you've issued backed by that asset.</li>
68 <li><a href="http://billstclair.com/blog/patricks_loom_issuance_scheme.html">
69 Patrick's Loom Issuance Scheme</a> - a better idea for tracking
70 reserve assets.</li>
71 <li><a href="http://billstclair.com/blog/loom_three_folder_issuer_protocol.html">
72 Loom Three-folder Issuer Protocol</a> - an even better idea for
73 tracking reserve assets.</li>
74 <li><a href="http://billstclair.com/blog/loomster.html">Loomster</a> - a wiki covering "Everything Loom."</li>
75 <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>
76 <li><a href="http://billstclair.com/blog/goldnow.html">GoldNow</a> - seller of e-currencies and loom tokens. Provide your contact information, snail mail, phone, and email, and get a link to create a new Loom folder with 198 usage tokens.
77 <li><a href="http://billstclair.com/blog/live_compression_of_a_gdbm_database.html">Live Compression of a GDBM Database</a> - how to reclaim unused space from the file that stores the loom grid and archive.</li>
78 <li><a href="http://billstclair.com/blog/a_php_script_for_viewing_text_files.html">A PHP Script for Viewing Text Files</a> - how to <a href="viewtext.php">view the text</a> of the files in this directory.</li>
79 <li><a href="http://billstclair.com/blog/loomsheet.html">Loomsheet</a> - announcing plans for my Loom GUI application.</li>
80 <li><a href="http://billstclair.com/blog/major_loom_release_v61.html">Major Loom release v61</a> - Patrick has been hard at work, improving the Loom user interface.</li>
81 <li><a href="http://billstclair.com/blog/loom_iphone_interface_updated.html">Loom iPhone Interface Updated</a> - to match Patrick's changes</li>
82 <li><a href="http://billstclair.com/blog/secure_banking_summary.html">Secure Banking: summary</a> - ideas for signed transactions to enable a secure electronic bank, where customers, and the bank, are identified only by their public key fingerprints.
83 <li><a href="http://billstclair.com/blog/trubanc.html">Trubanc</a> - An announcement of my project to make my secure banking idea a reality</li>
84 <li><a href="http://billstclair.com/blog/trubanc_server_working.html">Trubanc Server Working</a> - the Trubanc server is up at <a href="http://trubanc.com/">Trubanc.com</a>. This post has a link to click to see it in action. I've started work on the client.</li>
85 <li><a href="http://billstclair.com/blog/trubanc_encryption.html">Trubanc Encryption</a> - How to encrypt the client/server link without needing an SSL certificate or the SSL connection overhead.</li>
86 <li><a href="http://billstclair.com/blog/trubanc_web_client_public_beta.html">Trubanc
87 Web Client Public Beta</a> - a request for help in testing Trubanc with my shiny, new web client.
88 </ul>
89 <p>
90 Download this
91 entire directory, including all the sources and Java binaries, at
92 <a href="../loomclient.tar.gz">loomclient.tar.gz</a>
93 <p>
94 View the files in this directory with my <a href="viewtext.php">file viewer</a>.
95 <p>
96 You can browse my
97 <a href="http://git.or.cz/">
98 Git</a> repository of the source at
99 <a href="http://repo.or.cz/w/loomclient.git">
100 repo.or.cz/w/loomclient.git</a>. It has
101 <a href="http://repo.or.cz/w/loomclient.git?a=atom">
102 Atom</a> and
103 <a href="http://repo.or.cz/w/loomclient.git?a=rss">
104 RSS</a>. feeds. To check out your own copy:
105 <blockquote><code>
106 mkdir loomclient<br>
107 cd loomclient<br>
108 git init<br>
109 git pull git://repo.or.cz/loomclient.git
110 </blockquote></code>
112 Last updated: 14 December, 2008
114 <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=21208831510b9e63aa127118f2af8db917fdb042819730"></script><br/><a href='https://www.godaddy.com/gdshop/ssl/ssl.asp'>SSL Certificates</a></span>
116 <a href="../">Home</a>
117 </body>
118 </html>