Hello,
I'm trying to use the twstatic plugin to serve my stylesheets, images
and javascript from my TiddlyWeb.
I've used scp to copy my local files to three directories on the
server, under the static directory: css, images, javascript.
Now, when I try access any of the files in these folders, I get a 404;
additionally, if I try and access a folder e.g. /css, I get this
exception:
<snip>
File "/home/ilga/ilga/static.py", line 40, in static
static_file = file(full_path)
IOError: [Errno 21] Is a directory
On the other hand, accessing any file in the static directory itself
works fine.
Is the plugin meant to behave this like? If so, please can folder
support be added?
Thanks,
J.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---