mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 11:24:25 +00:00
when rendering a directory in webish, if the url did not correctly include a trailing slash '/' then the browser will be redirected to a url which does. this causes any relative links (e.g. the 'other representations' which are links to files relative to the current directory) to be correctly intrpreted as relative to the directory in question by the browser. uses twisted's addSlash mechanism, which is designed for this purpose :-)
Welcome to the Tahoe project [1], a secure, decentralized, fault-tolerant filesystem. All of the source code is available under a Free Software, Open Source licence (or two). Please see docs/about.html for an introduction, docs/install.html for install instructions, docs/running.html for usage instructions. [1] http://allmydata.org
Description
Languages
Python
98.1%
HTML
0.9%
Nix
0.3%
Shell
0.3%
Makefile
0.2%
Other
0.1%