]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
doc: change example filename extension back because it is more recognizable and becau...
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 27 Feb 2008 21:54:05 +0000 (14:54 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 27 Feb 2008 21:54:05 +0000 (14:54 -0700)
docs/webapi.txt

index 2a848e2770b2e324e61ed93bdbbc6f9c296b2220..5fa6301a47e213e296b11743f84228e50c324544 100644 (file)
@@ -61,9 +61,9 @@ In addition, each directory has a corresponding URL. The Pictures URL is:
 http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/Pictures
 
 Note that all filenames in URLs are required to be UTF-8 encoded, so
-"resume.odt" (with an acute accent on both E's) would be accessed with:
+"resume.doc" (with an acute accent on both E's) would be accessed with:
 
- http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.odt
+ http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.doc
 
 The filenames inside upload POST forms are interpreted using whatever
 character set was provided in the conventional '_charset' field, and defaults