Olivier CHURLAUD
Olivier CHURLAUD
For reference in ncmpcpp... * https://github.com/arybczak/ncmpcpp/commit/df15fe2bf401ad2eaf9ab903ad091480394be054 * https://github.com/arybczak/ncmpcpp/commit/dd266b0103b5cd05e509c209503d46bbcdcc97b0
this was fixed in https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/8457ba7e9b7c6f553a9c104f91ea1d6cb48a5c13 I suppose
at least we should find this one https://github.com/woolfg/dokuwiki-plugin-gitbacked/commit/8457ba7e9b7c6f553a9c104f91ea1d6cb48a5c13
I looked how to implement this : it cannot be done in a plugin: see https://www.dokuwiki.org/devel:ideas:git_backend
The need: If i use gitbacked, it is because I want all the relevant information of my wiki to be stored in git. Whenever I validate a page (it's what...
When all that is done, my next step would be to create a script that recreates the dokuwiki history based on the git history. But that is for another issue...
very good idea. I'll propose something :)
@Feneric I see that the topic is quite dead but I'll revive it little: Is there a way to document public attributes in doxypypy?
This is used by the KDE community in https://api.kde.org/frameworks/kapidox/html/index.html : you can see what looks strange.
``` Examples: metainfo = { 'key1': 'something', 'maintainers': ['arthur', 'toto']} myteam = [{'arthur': {'name': 'Arthur Pendragon', 'email': '[email protected]'}, 'toto': {'name': 'Toto', 'email: '[email protected]'} }] set_maintainers(metainfo, "maintainers", my_team) ``` outputs: ```...