This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.golden
Recipients JosephArmbruster, georg.brandl, tim.golden
Date 2007-12-03.11:43:39
SpamBayes Score 0.02047588
Marked as misclassified No
Message-id <1196682220.79.0.752266982646.issue1520@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch against r59286 tries to tease apart the uses of
filename by adding "webify_filepath" and "unwebify_filepath" functions
to sphinx.utils which are then used throughout the app to convert from
filesystem-separated to web-separated paths and back. A WEB_SEP constant
has been defined principally to make its purpose clear in case a
constant "/" was thought to have been a hangover from the code's *nix
origins.

The result has been tested by building manually, ie by invoking python
tools\sphinx-build.py with appropriate params under Win32 native only.
The html, web and htmlhelp versions all style up and function correctly.
It would obviously benefit from testing under Cygwin and *nix. I'm
particularly keen to see it it works on a filesystem which doesn't allow
"/" as a separator.
Files
File name Uploaded
sphinx-r59286.patch tim.golden, 2007-12-03.11:43:39
History
Date User Action Args
2007-12-03 11:43:41tim.goldensetspambayes_score: 0.0204759 -> 0.02047588
recipients: + tim.golden, georg.brandl, JosephArmbruster
2007-12-03 11:43:40tim.goldensetspambayes_score: 0.0204759 -> 0.0204759
messageid: <1196682220.79.0.752266982646.issue1520@psf.upfronthosting.co.za>
2007-12-03 11:43:40tim.goldenlinkissue1520 messages
2007-12-03 11:43:39tim.goldencreate