Link to Trubanc 1.0b1 announcement
[loomclient.git] / index.html
blob8b91b1fe2d34c74860103e96cf84b6b02a98bb45
1 <html>
2 <head>
3 <title>Loom Applications &amp; Links</title>
4 <link rel="shortcut icon" href="krugerand.png"/>
5 <link rel="stylesheet" type="text/css" href="tables.css">
6 </head>
7 <body>
8 <img src="loom_logo.gif" alt="Loom Logo" width="73" height="28"/>
9 <p>
10 This page contains information about Patrick Chkeroff's
11 <a href="http://loom.cc/">Loom</a> anonymous electronic trading system.
12 <p>
13 Applications:
14 <ul>
15 <li>
16 <a href="grid-tutorial.php">
17 grid-tutorial.php</a> - my PHP version of Patrick's
18 <a href="https://loom.cc/?function=grid_tutorial&mode=advanced">
19 Grid Tutorial</a>. The tutorial is an example of using my LoomClient
20 PHP class. I have also written a LoomClient Java class, with a simple
21 command line testing interface. Its JavaDoc pages are
22 <a href="java/doc/">here</a>.
23 </li><li>
24 <a href="ip.php">
25 ip.php</a> - my iPhone Loom interface. Supports moving assets, and
26 creating and renaming locations. I'll add location deletion, type
27 maintenance, and skins for other mobile browsers, if there's demand.
28 </li>
29 </ul>
30 <p>
31 Links:
32 <ul>
33 <li>
34 <a href="http://www.loomster.net/doku.php">
35 Loomster.net</a> - Everything Loom
36 </li><li>
37 <a href="http://www.dgcmagazine.com/">
38 DGC Magazine</a> - Digital Gold Currency magazine. Monthly. Has a
39 <a href="http://www.dgcmagazine.com/index.php">blog</a>.
40 </li><li>
41 <a href="http://www.goldnow.st/">
42 GoldNow</a> - buy tokens and GoldNowBanc GoldGrams here.
43 </li><li>
44 <a href="irc://irc.freenode.net/##loom">
45 ##loom</a> IRC channel at irc.freenode.net.
46 </li><li>
47 <a href="currencies.html">Loom-Based Currencies</a> - my copy of the
48 <a href="http://loomster.net/doku.php?id=currencies">
49 Loomster currencies page</a>
50 </li>
51 </ul>
52 <p>
53 My blog has a
54 <a href="http://billstclair.com/blog/categories/loom">Loom
55 Category</a>, which contains all the articles I've writen about
56 Loom. The last time I updated this page, those were:
57 </p>
58 <table class="prettytable">
59 <tr>
60 <th>Date</th>
61 <th>Link</th>
62 <th>Description</th>
63 </tr>
64 <tr>
65 <td>07/12/31</td>
66 <td><a href="http://billstclair.com/blog/loom_electronic_accounting_system.html">
67 Loom Electronic Accounting System</a></td>
68 <td>an overview with links to
69 tutorials and resources. I've since decided that "electronic trading
70 system" is a better name.</td>
71 </tr>
72 <tr>
73 <td>08/01/03</td>
74 <td><a href="http://billstclair.com/blog/loom_security.html">
75 Loom Security</a></td>
76 <td>my analysis of the security of the algorithms and
77 database used by version 58 of the loom.cc source code.</td>
78 </tr>
79 <tr>
80 <td>08/01/03</td>
81 <td><a href="http://billstclair.com/blog/creating_your_own_loom_currency.html">
82 Creating Your Own Loom Currency</a></td>
83 <td>an idea for keeping track of how
84 much reserve of a real asset you have versus how much electronic
85 currency you've issued backed by that asset.</td>
86 </tr>
87 <tr>
88 <td>08/01/04</td>
89 <td><a href="http://billstclair.com/blog/patricks_loom_issuance_scheme.html">
90 Patrick's Loom Issuance Scheme</a></td>
91 <td>a better idea for tracking reserve assets.</td>
92 </tr>
93 <tr>
94 <td>08/01/08</td>
95 <td><a href="http://billstclair.com/blog/loom_three_folder_issuer_protocol.html">
96 Loom Three-folder Issuer Protocol</a></td>
97 <td>an even better idea for tracking reserve assets.</td>
98 </tr>
99 <tr>
100 <td>08/01/19</td>
101 <td><a href="http://billstclair.com/blog/loomster.html">Loomster</a></td>
102 <td>a wiki covering "Everything Loom."</td>
103 </tr>
104 <tr>
105 <td>08/01/27</td>
106 <td><a href="http://billstclair.com/blog/loom_iphone_client.html">Loom iPhone Client</a></td>
107 <td>announcing <a href="ip.php">billstclair.com/loom/ip.php</a></td>
108 </tr>
109 <tr>
110 <td>08/01/28</td>
111 <td><a href="http://billstclair.com/blog/goldnow.html">GoldNow</a></td>
112 <td>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.
113 <.tr>
114 <tr>
115 <td>08/02/03</td>
116 <td><a href="http://billstclair.com/blog/live_compression_of_a_gdbm_database.html">Live Compression of a GDBM Database</a></td>
117 <td>how to reclaim unused space from the file that stores the loom grid and archive.</td>
118 </tr>
119 <tr>
120 <td>08/02/03</td>
121 <td><a href="http://billstclair.com/blog/a_php_script_for_viewing_text_files.html">A PHP Script for Viewing Text Files</a></td>
122 <td>how to <a href="viewtext.php">view the text</a> of the files in this directory.</td>
123 </tr>
124 <tr>
125 <td>08/02/04</td>
126 <td><a href="http://billstclair.com/blog/loomsheet.html">Loomsheet</a></td>
127 <td>announcing plans for my Loom GUI application.</td>
128 </tr>
129 <tr>
130 <td>08/02/17</td>
131 <td><a href="http://billstclair.com/blog/major_loom_release_v61.html">Major Loom release v61</a></td>
132 <td>Patrick has been hard at work, improving the Loom user interface.</td>
133 </tr>
134 <tr>
135 <td>08/02/21</td>
136 <td><a href="http://billstclair.com/blog/loom_iphone_interface_updated.html">Loom iPhone Interface Updated</a></td>
137 <td>to match Patrick's changes</td>
138 </tr>
139 <tr>
140 <td>08/07/28</td>
141 <td><a href="http://billstclair.com/blog/secure_banking_summary.html">Secure Banking: summary</a></td>
142 <td>ideas for signed transactions to enable a secure electronic bank, where customers, and the bank, are identified only by their public key fingerprints.</td>
143 </tr>
144 <tr>
145 <td>08/07/31</td>
146 <td><a href="http://billstclair.com/blog/trubanc.html">Trubanc</a></td>
147 <td>An announcement of my project to make my secure banking idea a reality</td>
148 </tr>
149 <tr>
150 <td>08/08/15</td>
151 <td><a href="http://billstclair.com/blog/trubanc_server_working.html">Trubanc Server Working</a></td>
152 <td>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.</td>
153 </tr>
154 <tr>
155 <td>08/08/20</td>
156 <td><a href="http://billstclair.com/blog/trubanc_encryption.html">Trubanc Encryption</a></td>
157 <td>How to encrypt the client/server link without needing an SSL certificate or the SSL connection overhead.</td>
158 </tr>
159 <tr>
160 <td>08/12/14</td>
161 <td><a href="http://billstclair.com/blog/trubanc_web_client_public_beta.html">Trubanc
162 Web Client Public Beta</a></td>
163 <td>a request for help in testing Trubanc with my shiny, new web client.</td>
164 </tr>
165 <tr>
166 <td>09/03/12</td>
167 <td><a href="http://billstclair.com/blog/trubanc_storage_fees.html">Trubanc Storage Fees</a></td>
168 <td>a demo of the new feature allowing an asset issuer to charge storage fees. Trubanc now has a business plan!</td>
169 </tr>
170 <tr>
171 <td>09/06/05</td>
172 <td><a href="http://billstclair.com/blog/loom_user_interface_changes.html">Loom User Interface Changes</a></td>
173 <td>announcement of version 86 of Loom.cc.</td>
174 </tr>
175 <tr>
176 <td>09/07/14</td>
177 <td><a href="http://billstclair.com/blog/nubux.html">NuBux</a></td>
178 <td>The simplest payment system imagineable.</td>
179 </tr>
180 <tr>
181 <td>09/07/15</td>
182 <td><a href="http://billstclair.com/blog/trubanc_1_0b1.html">Trubanc 1.0b1</a></td>
183 <td>My announcement of the first beta of my Lisp implementation of Trubanc</td>
184 </tr>
185 </table>
187 Download this
188 entire directory, including all the sources and Java binaries, at
189 <a href="../loomclient.tar.gz">loomclient.tar.gz</a>
191 View the files in this directory with my <a href="viewtext.php">file viewer</a>.
193 You can browse my
194 <a href="http://git.or.cz/">
195 Git</a> repository of the source at
196 <a href="http://repo.or.cz/w/loomclient.git">
197 repo.or.cz/w/loomclient.git</a>. It has
198 <a href="http://repo.or.cz/w/loomclient.git?a=atom">
199 Atom</a> and
200 <a href="http://repo.or.cz/w/loomclient.git?a=rss">
201 RSS</a>. feeds. Also pushed to
202 <a href="http://github.com/billstclair/loomclient/">
203 github.com/billstclair/loomclient</a>. To check out your own copy:
204 <blockquote><code>
205 mkdir loomclient<br>
206 cd loomclient<br>
207 git init<br>
208 git pull git://repo.or.cz/loomclient.git
209 </blockquote></code>
211 Last updated: 15 July, 2009
213 <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>
215 <a href="../">Home</a>
216 </body>
217 </html>