I merged the alias.json and the config.json because I see no need to keep the data in different files. Also it makes it easier for the second commit, to allow the specification of a different config file. Additional the ToDo (prevent loading more then once !) within lib/respondd.py should be obsolete.
Please take into account, that the configuration of existing installations need to be updatet, if alias.json is used.
I merged the
alias.json
and theconfig.json
because I see no need to keep the data in different files. Also it makes it easier for the second commit, to allow the specification of a different config file. Additional the ToDo (prevent loading more then once !) withinlib/respondd.py
should be obsolete.Please take into account, that the configuration of existing installations need to be updatet, if alias.json is used.
EDIT: needs rebase after #3 has been applied