updated readme

This commit is contained in:
Luxferre
2024-10-22 20:14:27 +03:00
parent 4453ed575a
commit 38998549b1
+2
View File
@@ -15,6 +15,7 @@ The tii repo consists of the following parts:
* tiipost.tcl: the core ii/IDEC message posting library and CLI utility * tiipost.tcl: the core ii/IDEC message posting library and CLI utility
* tiiview.tcl: the CLI viewer of the fetched ii/IDEC messages and conferences * tiiview.tcl: the CLI viewer of the fetched ii/IDEC messages and conferences
* tiidb: the (overridable) directory that contains all messages and echo lists * tiidb: the (overridable) directory that contains all messages and echo lists
* config.txt: the set of parameters for all HTTP requests by the tii scripts
* stations.txt: the list of stations to be auto-fetched by tiifetch when none * stations.txt: the list of stations to be auto-fetched by tiifetch when none
of its command-line parameters is passed of its command-line parameters is passed
* auth.txt: the list of station/authstring mappings to be used by tiipost when * auth.txt: the list of station/authstring mappings to be used by tiipost when
@@ -28,6 +29,7 @@ Readiness status
* tiipost.tcl: ready/tested * tiipost.tcl: ready/tested
* tiiview.tcl: ready/tested * tiiview.tcl: ready/tested
* tiidb (format): ready/tested * tiidb (format): ready/tested
* config.txt (format/fields): ready/tested
* stations.txt (format): ready/tested * stations.txt (format): ready/tested
* auth.txt (format): ready/tested * auth.txt (format): ready/tested
* tiix.tcl: planned * tiix.tcl: planned