Merge branch 'master' of ttm.sh:ubergeek/bash_tdp

This commit is contained in:
Ubergeek 2019-11-05 00:32:06 +00:00
commit 725cd3bc58
1 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,17 @@
# Bash TDP Generator
TDP is an acronym for "Tilde Description Protocol", as described in [TDP RFC](http://protocol.club/~datagrok/beta-wiki/tdp.html).
TDP is an acronym for *Tilde Description Protocol*, as described in [TDP RFC](http://protocol.club/~datagrok/beta-wiki/tdp.html).
## 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
* Make a separate config file
* Add info header
* None yet