Hi Rich,

My tweb-config script is/was able to install a TiddlyWeb environment. 
The "twanager server" command is part of TiddlyWebWiki, which uses 
TiddlyWikiClassic as the frontend. 
It also installs a simple server, that lets you access the content. But 
this server is not a general purpose web server. 

If you want to use TW5, a different, more general approach is needed. 

You can use nginx or apache to serve files. eg: index.html (TW5) with an 
installed TiddlyWeb adaptor.
Nginx/apache can then be configured to serve files eg: images, that are 
stored in an image subdirectory. ... So TW can use relative image links and 
the images don't have to be part of index.html.

TiddlyWeb can be accessed using wsgi "drivers". WSGI is a web server 
gateway interface, that can use the TiddlyWeb python app and create the 
TiddlyWeb REST API.

... The problem for me here is, that TiddlyWeb is written in python. While 
python is a good language and widely used, I don't like it. 
I can read it, but I can't program it. So if something unexpected happens, 
I can't easily fix it. ... 
I know, I could learn python, but I found out, that won't happen any time 
soon. (never say never :)

I want to have a TiddlyWeb backend, that is based on javascript. 

-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to