That's cool.  This project and mine seem to be doing a lot of the same 
stuff.  I was interested in having an easy to setup docker container for 
saving and backing up

FYI, I ran into one pretty big issue using HTTPServer.  On a slow network, 
uploading a tiddlywiki.html file can take a bit of time.  Unfortunately, 
doing this fast and often caused saving issues and corrupted my html file.  
One quick fix is to verify the length of the body is the same as the length 
of the Content-Length header.  

On Tuesday, September 29, 2020 at 2:07:51 AM UTC-6 [email protected] wrote:

> If you are interested, one saver that can use python on the back end is 
> BobSaver, but I think that they have different goals.
>
> BobSaver is a saver plugin and it has a server component that I wrote in 
> different languages (Node, Python or Julia at the moment). 
> https://ooktech-public.gitlab.io/bobsaver/
>
> On Tuesday, September 29, 2020 at 7:22:27 AM UTC+2 Atronoush wrote:
>
>> Nathan,
>> This is wonderful especially for Pythonists. Please ask Jeremy through 
>> GitHub to list this in the Tiddlywiki resources and perhaps on the first 
>> page on saving methods.
>> Also have a look in the forum as I know there are two other Python-TW 
>> Saver.
>>
>> Atro
>>
>> On Mon, Sep 28, 2020 at 12:24 AM Nathan Warner <[email protected]> 
>> wrote:
>>
>>> Hi all, 
>>>
>>> I wanted to share a new project I've been working on. It is a python 
>>> server for hosting/saving tiddlywiki html files.  I started with the Ruby 
>>> Server one, and the "Easy local saving with Python" thread and kind of 
>>> expanded from there. 
>>>
>>> https://github.com/itsamenathan/tiddlysaver-python
>>>
>>> Thanks
>>> Nathan
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/a7b4cf9f-9483-4c52-b711-452a4b7b6d8fn%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/tiddlywiki/a7b4cf9f-9483-4c52-b711-452a4b7b6d8fn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8ff8fb65-1917-4bb3-8ebd-6cb31f6be91an%40googlegroups.com.

Reply via email to