On Tuesday, January 17, 2017 at 3:19:58 PM UTC+1, Terry Brown wrote: > > I assume you mean it's just one Python file, that could be distributed > with Leo? That is an advantage. > > Fossil is native application not python script.
> > backend.snapshot_node(<node_id>, <node_content>) > backend.node_versions(<node_id>) # list version_ids of available versions > backend.get_node(<node_id>, <version_id>) > Cheers -Terry > Well, I can easily change my script to provide API that Terry suggested, using fossil. I'm not sure there's enough difference in convenience there to put a lot > of weight on that distinction. You are right. It maybe just matter of preference and therefore not so important. IMO, sharing, moving, copying is much faster(=easier) for a single file than for a subfolder. As I have seen in links that you pointed to, you have done some node versioning before. I didn't study it very thoroughly so I maybe very wrong, but I feel that you had some unnecessary difficulties with the UNLs, so you encoded them into base64. In my outline encoding scheme, I believe those problems are voided. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
