Re: [tw5] Re: tw editions and docker questions

2021-09-20 Thread Jean-Pierre Rivière
Thank you PMario, this is hugely appreciated. As for manually selecting French, it can be automated as tiddlywiki --load french.json where french.json is [{text:$:/languages/fr-FR,title:$:/language}] There is no created field for this tiddler this way, though. I

Re: [tw5] Re: tw editions and docker questions

2021-09-20 Thread PMario
After the server is started, you need to switch the language setting to French manually -m On Monday, September 20, 2021 at 4:11:16 PM UTC+2 PMario wrote: > On Sunday, September 19, 2021 at 2:40:17 PM UTC+2 xca...@immateriel.fr > wrote: > > Embarrassingly, I'm not sure I still grasp the whole

Re: [tw5] Re: tw editions and docker questions

2021-09-20 Thread PMario
On Sunday, September 19, 2021 at 2:40:17 PM UTC+2 xca...@immateriel.fr wrote: Embarrassingly, I'm not sure I still grasp the whole thing anymore. The > confusing thing is that the fr-FR server edition is not meant as an fr-FR > localisation of the server edition (nor any xx-YY-server editions

Re: [tw5] Re: tw editions and docker questions

2021-09-19 Thread Jean-Pierre Rivière
Thank you Xavier. I'm closing this topic and will start another one on Talk about having localized server edition for the sake of it and not that of translating another edition. Le dimanche 19 septembre 2021 à 14:40:17 UTC+2, xca...@immateriel.fr a écrit : > Hi Jean-Pierre, > >

Re: [tw5] Re: tw editions and docker questions

2021-09-19 Thread Xavier Cazin
Hi Jean-Pierre, Embarrassingly, I'm not sure I still grasp the whole thing anymore. The confusing thing is that the fr-FR server edition is not meant as an fr-FR localisation of the server edition (nor any xx-YY-server editions by the way). As far as I know, they are mostly useful when one wants

Re: [tw5] Re: tw editions and docker questions

2021-09-18 Thread Jean-Pierre Rivière
I'm sorry Xavier, but I've been unable to create any edition to see what you suggest would do. I haven't understood how to do it. Could you help me please? cheers, Le mercredi 15 septembre 2021 à 15:20:35 UTC+2, xca...@immateriel.fr a écrit : > Hi Jean-Pierre, > > Historically, the fr-FR and

Re: [tw5] Re: tw editions and docker questions

2021-09-16 Thread Jean-Pierre Rivière
thank you Xavier. got it. As for fr-FR-server, I think it should only have these tiddlers for its tiddlers (no more, no less): ├── $__Acknowledgements.tid ├── $__ContributionBanner.tid ├── $__core_ui_DefaultSearchResultList.tid ├── $__core_ui_ListItemTemplate.tid ├── $__core_ui_SideBar_Open.tid

Re: [tw5] Re: tw editions and docker questions

2021-09-16 Thread Xavier Cazin
Hi Jean-Pierre, Per the tree of the TW5 source: src/ └── TiddlyWiki5 (...) ├── editions │ ├── fr-FR │ │ ├── tiddlers │ │ │ ├── (a few translated tiddlers from tw5.com) │ │ └── tiddlywiki.info │ ├── fr-FR-server │ │ ├── tiddlers │ │ │

Re: [tw5] Re: tw editions and docker questions

2021-09-15 Thread Jean-Pierre Rivière
Hi Xavier, Thanks for your telling. I found only one occurence of default-tiddler-location and that's in $:/boot/boot.js : if ($tw.boot.wikiPath == wikiPath) { $tw.boot.wikiTiddlersPath =

Re: [tw5] Re: tw editions and docker questions

2021-09-15 Thread Xavier Cazin
Hi Jean-Pierre, Historically, the fr-FR and fr-FR-server editions were aimed at providing a translated version of tw5.com. I had wanted to gather a team of translators in order to achieve this, but I eventually gave up as the task seemed too daunting. I focused instead on the fr-FR language

[tw5] Re: tw editions and docker questions

2021-09-15 Thread Jean-Pierre Rivière
Hi @PMario and mauloop! I(ve taken my time but I can now bring some valuable new input. But before that, let me thank you for your answers. I've dipped deeper in docker and nodejs tiddlywiki as a result. And I can tell you that I've finally come to a successful setup but some problems are

[tw5] Re: tw editions and docker questions

2021-09-11 Thread mauloop
I published on Github a little project to run Tiddlyserver with Docker. You can find it at https://github.com/mauloop/tiddlyserver-docker. It allows multiple wikis within a single server instance and custom editions path. I made it for my own use, so it does not provide very rich

[tw5] Re: tw editions and docker questions

2021-09-10 Thread PMario
Hi, It would be nice to have some links to the docker file and docs that you used. ... Your docker start commands look super strange. > docker run -d --rm tiddock wiki --init fr-FR-server > docker run -d --rm tiddock server host=0.0.0.0 That's not how it should be done. ... the fr-FR-server