From 709c78569b26677624e60588fa1166dc659ac93c Mon Sep 17 00:00:00 2001 From: Ole Mathias Heggem Date: Sat, 21 Jan 2023 19:07:38 +0100 Subject: chore: cleanup repo --- web/nms.gathering.org/api/API.rst | 131 - web/nms.gathering.org/api/public/dhcp | 20 - web/nms.gathering.org/api/public/dhcp-summary | 16 - web/nms.gathering.org/api/public/location | 44 - web/nms.gathering.org/api/public/ping | 37 - web/nms.gathering.org/api/public/switch-state | 97 - web/nms.gathering.org/api/public/switches | 36 - web/nms.gathering.org/api/read/comments | 15 - web/nms.gathering.org/api/read/snmp | 30 - web/nms.gathering.org/api/read/switches-management | 30 - web/nms.gathering.org/api/write/comment-add | 24 - web/nms.gathering.org/api/write/comment-change | 25 - web/nms.gathering.org/api/write/switch-add | 92 - web/nms.gathering.org/api/write/switch-update | 123 - web/nms.gathering.org/css/bootstrap-theme.css | 476 -- web/nms.gathering.org/css/bootstrap-theme.css.map | 1 - web/nms.gathering.org/css/bootstrap-theme.min.css | 5 - web/nms.gathering.org/css/bootstrap.css | 6584 -------------------- web/nms.gathering.org/css/bootstrap.css.map | 1 - web/nms.gathering.org/css/bootstrap.min.css | 5 - .../css/jquery.datetimepicker.css | 568 -- web/nms.gathering.org/css/navbar-static-top.css | 4 - .../fonts/glyphicons-halflings-regular.eot | Bin 20127 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 288 - .../fonts/glyphicons-halflings-regular.ttf | Bin 45404 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23424 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff2 | Bin 18028 -> 0 bytes .../img/tg15-salkart-clean-big.png | Bin 84362 -> 0 bytes web/nms.gathering.org/img/tg15-salkart-full.png | Bin 167427 -> 0 bytes web/nms.gathering.org/img/tg15-salkart.png | Bin 141073 -> 0 bytes .../img/tg16-salkart-clean-big.png | Bin 293835 -> 0 bytes web/nms.gathering.org/img/tg16-salkart-full.png | Bin 575014 -> 0 bytes web/nms.gathering.org/index.html | 337 - web/nms.gathering.org/js/bootstrap.js | 2317 ------- web/nms.gathering.org/js/bootstrap.min.js | 7 - .../js/jquery.datetimepicker.full.js | 3073 --------- web/nms.gathering.org/js/jquery.min.js | 4 - web/nms.gathering.org/js/nms-color-util.js | 93 - web/nms.gathering.org/js/nms-data.js | 259 - web/nms.gathering.org/js/nms-info-box.js | 1177 ---- web/nms.gathering.org/js/nms-map-handlers.js | 490 -- web/nms.gathering.org/js/nms-map.js | 590 -- web/nms.gathering.org/js/nms.js | 792 --- web/nms.gathering.org/js/npm.js | 13 - 44 files changed, 17804 deletions(-) delete mode 100644 web/nms.gathering.org/api/API.rst delete mode 100755 web/nms.gathering.org/api/public/dhcp delete mode 100755 web/nms.gathering.org/api/public/dhcp-summary delete mode 100755 web/nms.gathering.org/api/public/location delete mode 100755 web/nms.gathering.org/api/public/ping delete mode 100755 web/nms.gathering.org/api/public/switch-state delete mode 100755 web/nms.gathering.org/api/public/switches delete mode 100755 web/nms.gathering.org/api/read/comments delete mode 100755 web/nms.gathering.org/api/read/snmp delete mode 100755 web/nms.gathering.org/api/read/switches-management delete mode 100755 web/nms.gathering.org/api/write/comment-add delete mode 100755 web/nms.gathering.org/api/write/comment-change delete mode 100755 web/nms.gathering.org/api/write/switch-add delete mode 100755 web/nms.gathering.org/api/write/switch-update delete mode 100644 web/nms.gathering.org/css/bootstrap-theme.css delete mode 100644 web/nms.gathering.org/css/bootstrap-theme.css.map delete mode 100644 web/nms.gathering.org/css/bootstrap-theme.min.css delete mode 100644 web/nms.gathering.org/css/bootstrap.css delete mode 100644 web/nms.gathering.org/css/bootstrap.css.map delete mode 100644 web/nms.gathering.org/css/bootstrap.min.css delete mode 100644 web/nms.gathering.org/css/jquery.datetimepicker.css delete mode 100644 web/nms.gathering.org/css/navbar-static-top.css delete mode 100644 web/nms.gathering.org/fonts/glyphicons-halflings-regular.eot delete mode 100644 web/nms.gathering.org/fonts/glyphicons-halflings-regular.svg delete mode 100644 web/nms.gathering.org/fonts/glyphicons-halflings-regular.ttf delete mode 100644 web/nms.gathering.org/fonts/glyphicons-halflings-regular.woff delete mode 100644 web/nms.gathering.org/fonts/glyphicons-halflings-regular.woff2 delete mode 100644 web/nms.gathering.org/img/tg15-salkart-clean-big.png delete mode 100644 web/nms.gathering.org/img/tg15-salkart-full.png delete mode 100644 web/nms.gathering.org/img/tg15-salkart.png delete mode 100644 web/nms.gathering.org/img/tg16-salkart-clean-big.png delete mode 100644 web/nms.gathering.org/img/tg16-salkart-full.png delete mode 100644 web/nms.gathering.org/index.html delete mode 100644 web/nms.gathering.org/js/bootstrap.js delete mode 100644 web/nms.gathering.org/js/bootstrap.min.js delete mode 100644 web/nms.gathering.org/js/jquery.datetimepicker.full.js delete mode 100644 web/nms.gathering.org/js/jquery.min.js delete mode 100644 web/nms.gathering.org/js/nms-color-util.js delete mode 100644 web/nms.gathering.org/js/nms-data.js delete mode 100644 web/nms.gathering.org/js/nms-info-box.js delete mode 100644 web/nms.gathering.org/js/nms-map-handlers.js delete mode 100644 web/nms.gathering.org/js/nms-map.js delete mode 100644 web/nms.gathering.org/js/nms.js delete mode 100644 web/nms.gathering.org/js/npm.js (limited to 'web/nms.gathering.org') diff --git a/web/nms.gathering.org/api/API.rst b/web/nms.gathering.org/api/API.rst deleted file mode 100644 index 7d5c88b..0000000 --- a/web/nms.gathering.org/api/API.rst +++ /dev/null @@ -1,131 +0,0 @@ -API-dok -======= - -Work in progress. - -There are two relevant paths: /api/public and /api/private. One requires -user-login in, the other does not. - -General: All end-points that output time-based data accept the "now=