doc: change example filename extension back because it is more recognizable and because I love Brian

This commit is contained in:
Zooko O'Whielacronx 2008-02-27 14:54:05 -07:00
parent 0097d662c7
commit 1934ae26f9

View 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