From b2b262faa56be956cb515e54db2fa5d016c88c36 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Wed, 20 May 2020 02:54:24 -0400 Subject: renamed web/ -> static/ as it's more descriptive --- static/index.txt | 28 ++++++++++++++++++++++++++++ web/index.txt | 28 ---------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 static/index.txt delete mode 100644 web/index.txt diff --git a/static/index.txt b/static/index.txt new file mode 100644 index 0000000..d108168 --- /dev/null +++ b/static/index.txt @@ -0,0 +1,28 @@ +This is the tilde.institute informational API + +Not finished. Currently planning: + + / + - Information on endpoints and purpose + + /[plain|json] + - Response formats + + /$FMT/osversion + - OpenBSD version + + /$FMT/pkgs + - Installed packages + + /$FMT/query + ?pkg=[a-zA-Z0-9+] + - Check if a package is installed. + + /$FMT/uptime + - Uptime and Load + + /$FMT/usercount + - Number of registered user accounts + + /$FMT/users + - List of users (maybe CSV for plaintext?) and ancillary information diff --git a/web/index.txt b/web/index.txt deleted file mode 100644 index d108168..0000000 --- a/web/index.txt +++ /dev/null @@ -1,28 +0,0 @@ -This is the tilde.institute informational API - -Not finished. Currently planning: - - / - - Information on endpoints and purpose - - /[plain|json] - - Response formats - - /$FMT/osversion - - OpenBSD version - - /$FMT/pkgs - - Installed packages - - /$FMT/query - ?pkg=[a-zA-Z0-9+] - - Check if a package is installed. - - /$FMT/uptime - - Uptime and Load - - /$FMT/usercount - - Number of registered user accounts - - /$FMT/users - - List of users (maybe CSV for plaintext?) and ancillary information -- cgit 1.4.1-2-gfad0