-
Notifications
You must be signed in to change notification settings - Fork 123
Complete Getting Started Tutorials #280
Comments
And add:
|
I would like to add envvars as a short example directly in the Usage section. (instead of the current example which isn't all that useful) Then we could link to a separate page which explains it further. |
@omnidan nice, maybe it can be used for release notes, too |
@markus2330 yes I was going to! |
Alright, I hope I get it done by the end of the day. |
@markus2330 how would a tutorial about namespaces differ from |
My pull request #285 has been merged. |
Yes, I forgot to mark this issue here. |
Still open is:
|
get started with envvars is done in the main README.md with a link to more information |
Still open is:
|
Btw. a fancy name for spec+metadata tutorial would be "how to keep /etc empty" basic idea: provided default values in the specification, installing config files to /etc is not necessary anymore. |
👍 |
@markus2330 I would like to use elektra in my project. However, I cannot find examples for the basics like mounting a INI file. I have no problem reading through the code for the Python bindings if necessary but I won't get there if I do not have a basic tutorial at least. My suggestion: Add a basic tutorial with kdb (loading a ini file and manipulating some parameters). |
@Strahlex Usage of specific plugins usually can be found in the README.md of the specific plugins. I added an example in https://github.com/ElektraInitiative/libelektra/tree/master/src/plugins/ini But you are correct: a more general introduction into mounting would be helpful. One currently written is in https://github.com/ElektraInitiative/libelektra/pull/304/files see kdb-mount. |
Hi, I am thinking about something complete end-users (neither Elektra nor Application Developers) might find useful with Elektra 0.8.16 (which hopefully will be a part of Debian stretch release): The hosts plugin+validation seems to be one of the most robust end-users solutions. And it works with Not that config for the hosts plugin is different to other parts of the KDB hierarchy, but the keys within the hosts plugin would give a more pragmatic look on Elektra, it would give an immediate benefit even when edited with So something like:
with many explanations about each possibility. @omnidan do you have some time for it? |
@fberlakovich It is critical for adoption of the augeas plugin that we have a tutorial covering step-by-step how to use the augeas plugin. Please also explain the combinations with journald and keytometa (and others) to show some advantages over directly using augeas. |
It is up to you where to write it but my gut feeling says that on doc/tutorials it will be more visible. It will also be important that you somehow add the information that |
Not related to visible error messages. |
@eiskasten as discussed, please write tutorial/documentation about Elektra's type system. @atmaxinger I assigned you to write tutorial/documentation for 3-way merging. |
I am not entirely sure what the types tutorial should actually cover. Should developers be the target audience? If so wouldn't that tutorial similar if not even completely the same, as the High-Level API Readme? Otherwise, if it is supposed to land in the |
@eiskasten it should be enough if you discuss all the types in the XFCE tutorial (together with its mapping). |
Create "Getting Started Tutorials" to be linked on main page:
Further ideas, see #1522
The text was updated successfully, but these errors were encountered: