Hi,
currently using:
tiddlywiki 2.4.3
tiddlyweb 0.9.14
TiddlyWebAdaptor 0.5.7
ServerSideSavingPlugin 0.4.4
TiddlyWebConfig 0.2.2
python 2.4.4
solaris 10
mozilla 3.06
have some little confusion with static plugin.
Use following in tiddlywebconfig.py:
'css_uri': '/static/css/tiddlyweb.css',
'system_plugins': ['static','formeditor'],
'static_dir': 'static',
have some files for static use there
/static/css/ (for csses)
/static/docs/ (for pdfs)
/static/pics/ (gifs, jpegs)
links to documents work relative and absolute:
[[QuickReference|./docs/tiddlywikiquickreference.pdf]] OK
[[QuickReference|/static/docs/tiddlywikiquickreference.pdf]] OK
but links to pics work only absolute, relative linking to pictures
doesn't work:
[img[picture |./pics/tup_logo_all.gif]] NOK
[img[picture |/static/pics/tup_logo_all.gif]] OK
any ideas?
Tanks Edi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" 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/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---