-
Notifications
You must be signed in to change notification settings - Fork 458
Description
Foremost: Thank you for the work you put into documenting the policies. I do the same for Thunderbird, and I know how much work that is.
In the past we have simply cloned your policies, re-branded them to Thunderbird, removed policies we do not support and then added our own policies on top. However, this became more and more fragile, since we did not port all the actual changes, but got the updated documentation.
I finally decided to create YAML files for all the policies we support, and completely generate our policy documentation. I should have talked with you about this earlier, since you probably have something similar in place.
If you would like to have a peak:
- project description
- generated documentation
- YAML file
- parsing code to generate the initial YAML files from your rendered documentation
We now generate the README files and PLIST files from our YAML config (which will soon be moved out of the repo into our comm-* trees), but not yet the ADML/ADMX files. Before I start working on that final part of the project, I wanted to ask if you have any related generator code or information which I could use as a starting point.
Thanks again for your work on the policy documentation.