Query re: pystaticfile.py
Chris G <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
Is there any particular reason why pystaticfile.py has been restricted
to allow only files in the static directory and not to allow files in
sub-directories of the static directory?
I.e. I have set:-
py["staticdir"] = "/var/www/htdocs/pb/info"
Pyblosxom converts and displays file in /var/www/htdocs/pb/info but
doesn't convert/display files in subdirectories of info.
A very simple change to pystaticfile.py fixes this, just delete the
two lines (around lines 201, 202) :-
if page_name.find("/") > 0:
page_name = page_name[page_name.rfind("/"):]
Will this have any undesirable consequences?
--
Chris Green
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/