nginx-confgen 2.0

This commit is contained in:
Yorhel 2020-10-22 15:36:06 +02:00
parent 35c6dd4aa8
commit 2f07d8e8e0
7 changed files with 40 additions and 14 deletions

View file

@ -112,6 +112,9 @@ Yxml is used in a few products. Let me know if I missed one.
([src](https://github.com/gllmflndn/gifti/blob/master/%40gifti/private/xml_parser.c)).
- [RetroArch](https://github.com/libretro/RetroArch)
([src](https://github.com/libretro/RetroArch/blob/master/libretro-common/formats/xml/rxml.c)).
- [radare2](https://www.radare.org/n/radare2.html) uses it to parse information
out of XNU binaries
([src](https://github.com/radareorg/radare2/blob/160fc95e66e82d844ef0f5a258c03de844524a6e/libr/bin/format/xnu/r_cf_dict.c)).
- [Crank Software's Storyboard](https://www.cranksoftware.com/storyboard) uses it
to parse runtime configurations
([license](https://resources.cranksoftware.com/cranksoftware/v6.0.0/license/CrankStoryboardLicensing.html#idm45747345758896)).