tahoe-lafs/docs
Brian Warner 151f69d9b5 webapi.txt: overhaul documentation. API changes are as follows:
* download/upload localdir=/localfile= has been removed. This sort of ambient
   authority was unsafe to expose over the web (CSRF), and at some point
   soon we'll have 'cp -r' in the CLI to replace it.
 * GET save=filename -> GET filename=filename&save=true
 * GET t=download removed
 * side-effect causing operations now use POST where appropriate, not PUT
 * to create multiple directories, either use
   * POST /uri/DIRCAP/parent?t=mkdir&name=child  (more form/browser oriented)
   * POST /uri/DIRCAP/parent/child?t=mkdir (more machine oriented)
   The t=mkdir-p form is still accepted, but not preferred (since it leaks
   the child name queryarg into the logs)
 * use PUT /uri/MUTABLEFILECAP or PUT /uri/DIRCAP/child (on a mutable file) to
   replace its contents, or POST /same?t=upload from forms
 * response bodies and codes are better specified than before
2008-05-19 12:47:46 -07:00
..
testgrid docs/testgrid/introducer.furl: update to new introducer 2008-02-05 18:48:26 -07:00
about.html docs: another small edit (don't mention docs/ directory in about.html now that docs/ is prominent on wiki:Docs) 2008-04-09 16:02:45 -07:00
accounts-introducer.txt docs: add some accounting proposals 2008-03-20 12:18:41 -07:00
accounts-pubkey.txt docs: add some accounting proposals 2008-03-20 12:18:41 -07:00
architecture.txt docs/helper.txt: explain more about the helper 2008-05-06 13:49:01 -07:00
CHK-hashes.svg docs/CHK-hashes.svg: preliminary copy of a whiteboard drawing, showing hash relationships in a CHK file 2007-09-24 18:12:04 -07:00
CLI.txt CLI.txt: document proposed scp:-based CLI syntax 2008-05-09 18:06:29 -07:00
codemap.txt decentralized directories: integration and testing 2007-12-03 14:52:42 -07:00
configuration.txt configuration.txt: describe helper config 2008-05-06 15:59:06 -07:00
denver.txt rename all "*PBURL*" to "*FURL*" 2007-05-22 14:08:30 -07:00
dirnodes.txt docs/dirnodes.txt: add notes on dirnode sizes 2008-02-13 17:40:45 -07:00
file-encoding1.svg docs: update some of the terminology 2007-04-23 19:11:48 -07:00
file-encoding2.svg docs: update some of the terminology 2007-04-23 19:11:48 -07:00
file-encoding3.svg docs: add a bunch of .svg pictures 2007-04-23 18:25:26 -07:00
file-encoding4.svg docs: add a bunch of .svg pictures 2007-04-23 18:25:26 -07:00
file-encoding5.svg docs: add a bunch of .svg pictures 2007-04-23 18:25:26 -07:00
file-encoding6.svg docs: add a bunch of .svg pictures 2007-04-23 18:25:26 -07:00
helper.txt docs/helper.txt: explain more about the helper 2008-05-06 13:49:01 -07:00
install-details.html docs/install-details.html: wrap to 80 cols, no content changes 2008-02-07 21:50:04 -07:00
install.html docs: edit to install.html suggested by Brian 2008-05-06 12:31:15 -07:00
Makefile docs/Makefile: rules to turn our SVG images into .png and .eps forms 2008-01-02 17:00:22 -07:00
mutable-DSA.svg docs/mutable: describe deep-verify-cap scheme, update picture 2008-03-05 16:54:26 -07:00
mutable-DSA.txt docs: remove the redundant (and therefore bit-rotting) parts of mutable-DSA.txt and instead refer to mutable.txt 2008-04-29 15:51:58 -07:00
mutable.txt mutable WIP: rename NotEnoughPeersError to NotEnoughSharesError 2008-04-15 16:08:32 -07:00
running.html docs: shorter running.html 2008-05-06 15:29:04 -07:00
subtree1.svg docs/subtree1.svg: make the page smaller 2007-11-13 13:54:51 -07:00
URI-extension.txt URI-extension.txt: update docs, we aren't using bencode for this. 2007-06-11 17:02:50 -07:00
uri.txt docs/uri.txt: update to reflect mutable files 2008-02-14 17:59:29 -07:00
using.html docs: change example capability 2008-02-19 15:34:19 -07:00
webapi.txt webapi.txt: overhaul documentation. API changes are as follows: 2008-05-19 12:47:46 -07:00
write_coordination.html direct the user to docs/write_coordination.html in case of an UncoordinatedWriteError 2008-01-08 11:15:06 -07:00