From 44ab3d16796df32ea72bf2cb5fdfeed666a1e2e1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 16:05:28 -0600 Subject: dump /me as JSON and /list for the autotypist Signed-off-by: Jeff Carr --- files/refresh.html | 9 --------- files/repo.html | 11 ----------- files/repomap | 10 +++++++--- files/test-refresh.html | 9 +++++++++ files/test.html | 11 +++++++++++ 5 files changed, 27 insertions(+), 23 deletions(-) delete mode 100644 files/refresh.html delete mode 100644 files/repo.html create mode 100644 files/test-refresh.html create mode 100644 files/test.html (limited to 'files') diff --git a/files/refresh.html b/files/refresh.html deleted file mode 100644 index baf2c02..0000000 --- a/files/refresh.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - BAD URL redirecting back to go.wit.com - - diff --git a/files/repo.html b/files/repo.html deleted file mode 100644 index c9b9f10..0000000 --- a/files/repo.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - Nothing to see here. Please move along. - - diff --git a/files/repomap b/files/repomap index cb84f05..1263bf0 100644 --- a/files/repomap +++ b/files/repomap @@ -4,7 +4,8 @@ go.wit.com/log git.wit.org/wit/log # gui/ packages -go.wit.com/gui/gui git.wit.org/gui/gui +go.wit.com/gui git.wit.org/jcarr/old-gui/ +go.wit.com/gui/gui git.wit.org/jcarr/new-gui go.wit.com/gui/widget git.wit.org/gui/widget go.wit.com/gui/toolkits git.wit.org/gui/toolkits go.wit.com/gui/debugger git.wit.org/gui/debugger @@ -13,17 +14,20 @@ go.wit.com/gui/gadgets git.wit.org/gui/gadgets # gui libraries go.wit.com/gui/lib/repostatus git.wit.org/jcarr/repostatus go.wit.com/gui/lib/hostname git.wit.org/jcarr/hostname +go.wit.com/gui/lib/linuxstatus git.wit.org/jcarr/hostname go.wit.com/gui/lib/logsettings git.wit.org/jcarr/logsettings go.wit.com/gui/lib/digitalocean git.wit.org/gui/digitalocean go.wit.com/gui/lib/cloudflare git.wit.org/gui/cloudflare +go.wit.com/gui/lib/protobuf/wit git.wit.org/wit/witProtobuf # Applications +go.wit.com/apps/helloworld git.wit.org/gui/helloworld +go.wit.com/apps/autotypist git.wit.org/jcarr/myrepos go.wit.com/apps/control-panel-dns git.wit.org/jcarr/control-panel-dns go.wit.com/apps/control-panel-digitalocean git.wit.org/wit/control-panel-digitalocean go.wit.com/apps/control-panel-cloudflare git.wit.org/wit/control-panel-cloudflare -go.wit.com/apps/control-panel-vpn git.wit.org/wit/control-panel-vpn -go.wit.com/apps/autotypist git.wit.org/jcarr/myrepos +go.wit.com/apps/control-panel-vpn git.wit.org/jcarr/control-panel-vpn go.wit.com/apps/myrepos git.wit.org/jcarr/myrepos go.wit.com/apps/go.wit.com git.wit.org/jcarr/go.wit.com diff --git a/files/test-refresh.html b/files/test-refresh.html new file mode 100644 index 0000000..baf2c02 --- /dev/null +++ b/files/test-refresh.html @@ -0,0 +1,9 @@ + + + + + + + BAD URL redirecting back to go.wit.com + + diff --git a/files/test.html b/files/test.html new file mode 100644 index 0000000..c9b9f10 --- /dev/null +++ b/files/test.html @@ -0,0 +1,11 @@ + + + + + + + + + Nothing to see here. Please move along. + + -- cgit v1.2.3