mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
docs: tweak wording per kpreid and tweak example filename extension per me
This commit is contained in:
parent
fed427b087
commit
0097d662c7
@ -60,10 +60,10 @@ In addition, each directory has a corresponding URL. The Pictures URL is:
|
|||||||
|
|
||||||
http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/Pictures
|
http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/Pictures
|
||||||
|
|
||||||
Note that all filenames are assumed to be UTF-8 encoded, so "resume.doc"
|
Note that all filenames in URLs are required to be UTF-8 encoded, so
|
||||||
(with an acute accent on both E's) would be accessed with:
|
"resume.odt" (with an acute accent on both E's) would be accessed with:
|
||||||
|
|
||||||
http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.doc
|
http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.odt
|
||||||
|
|
||||||
The filenames inside upload POST forms are interpreted using whatever
|
The filenames inside upload POST forms are interpreted using whatever
|
||||||
character set was provided in the conventional '_charset' field, and defaults
|
character set was provided in the conventional '_charset' field, and defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user