A bunch of little errors, including a fix to the balancehash computation
[Trubanc.git] / viewtext.txt
bloba0e709b2c22631cb05451ea3545aaf09b6514e38
1 index.php|The web site index page and server web page
2 index.inc|The HTML for the home page when not invoked as a server
3 makekey.php|Utility for creating Trubanc-compatible public/private key pairs
4 settings.php.tmpl|Template for server settings
6 doc/idea.txt|My original idea
7 doc/db.txt|Description of the server database and protocol
8 doc/client.txt|Description of the client database
9 todo.txt|Stuff to do
10 plain-english.html|Source for <a href="plain-english.html">Trubanc in Plain English</a>
11 client.html|Source for <a href="client.html">A Trubanc Web Client</a>
12 css/docstyle.css|Style sheet for the docs
14 lib/curl.php|HTTP get and post with keep-alive
15 lib/fsdb.php|The "File System Database" used by Trubanc
16 lib/LoomRandom.php|Random number generator
17 lib/parser.php|Parser for the protocol strings
18 lib/perf.php|Performance timing
19 lib/ssl.php|Interface to PHP's SSL wrapper
20 lib/timestamp.php|An ever-increasing timestamp
21 lib/tokens.php|All the names used in the database and protocol
22 lib/utility.php|Some utility functions
23 lib/cryptest.php|Test code for encryption
25 lib/server.php|The server
26 lib/servertest.php|Test code for the server
28 lib/client.php|The client API
29 lib/clientest.php|Test code for the client API
31 client/index.php|The web client
32 client/history.php|Web client history display
33 client/settings.php.tmpl|Template for web client settings
34 client/template.php|Web client page template
35 client/debug.php|Toggles debug mode in the web client
37 viewtext.php|The file that generated this listing
38 viewtext.txt|The list of files viewtext.php will show you