From: Zooko O'Whielacronx Date: Wed, 27 Feb 2008 21:54:05 +0000 (-0700) Subject: doc: change example filename extension back because it is more recognizable and becau... X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/sitemap.html?a=commitdiff_plain;h=1934ae26f9376ef262702f0cf3de92f5af336d39;p=tahoe-lafs%2Ftahoe-lafs.git doc: change example filename extension back because it is more recognizable and because I love Brian --- diff --git a/docs/webapi.txt b/docs/webapi.txt index 2a848e27..5fa6301a 100644 --- a/docs/webapi.txt +++ b/docs/webapi.txt @@ -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