A bash script to generate a tilde.json file for tilde servers
Go to file
ubergeek 94e033cf80 Update 'README.md' 2019-11-04 19:13:54 -05:00
README.md Update 'README.md' 2019-11-04 19:13:54 -05:00
gen_tdp Added separate config file, and bummped version 2019-11-05 00:09:27 +00:00
setenv.sh Added separate config file, and bummped version 2019-11-05 00:09:27 +00:00

README.md

Bash TDP Generator

TDP is an acronym for Tilde Description Protocol, as described in TDP RFC.

How To Use

Clone the repo. Edit setenvs.sh, and set the appropriate values for your tilde server. After that is complete, do the following:

./gen_tdp | json_pp

If it's valid json, json_pp should just parse it, and make you a nice json struct. If that is all good, then do this:

./gen_tdp > tilde.json

And then copy that file to where it needs to be.

ToDo

  • None yet