+9
.gitignore
+19
MIT-LICENSE
+1
Makefile
+4
README.md
-17
atproto/netclient/cid.go
-70
atproto/netclient/examples_test.go
-178
atproto/netclient/netclient.go
+39
cmd/astrolabe/README.md
+247
cmd/astrolabe/handlers.go
+54
cmd/astrolabe/main.go
+23
cmd/astrolabe/parse.go
+23
cmd/astrolabe/parse_test.go
+85
cmd/astrolabe/renderer.go
+180
cmd/astrolabe/service.go
cmd/astrolabe/static/apple-touch-icon.png
This is a binary file and will not be displayed.
cmd/astrolabe/static/default-avatar.png
This is a binary file and will not be displayed.
cmd/astrolabe/static/favicon-16x16.png
This is a binary file and will not be displayed.
cmd/astrolabe/static/favicon-32x32.png
This is a binary file and will not be displayed.
cmd/astrolabe/static/favicon.ico
This is a binary file and will not be displayed.
cmd/astrolabe/static/favicon.png
This is a binary file and will not be displayed.
+9
cmd/astrolabe/static/robots.txt
+24
cmd/astrolabe/templates/account.html
+40
cmd/astrolabe/templates/base.html
+14
cmd/astrolabe/templates/error.html
+17
cmd/astrolabe/templates/home.html
+16
cmd/astrolabe/templates/repo.html
+19
cmd/astrolabe/templates/repo_collection.html
+12
cmd/astrolabe/templates/repo_record.html
+72
cmd/athome/README.md
+175
cmd/athome/handlers.go
+60
cmd/athome/main.go
+85
cmd/athome/renderer.go
+193
cmd/athome/service.go
cmd/athome/static/apple-touch-icon.png
This is a binary file and will not be displayed.
cmd/athome/static/default-avatar.png
This is a binary file and will not be displayed.
cmd/athome/static/favicon-16x16.png
This is a binary file and will not be displayed.
cmd/athome/static/favicon-32x32.png
This is a binary file and will not be displayed.
cmd/athome/static/favicon.ico
This is a binary file and will not be displayed.
cmd/athome/static/favicon.png
This is a binary file and will not be displayed.