feeds.gay -> vore
Jes Olson j3s@c3f.net
Sat, 18 Mar 2023 19:56:06 -0700
4 files changed,
9 insertions(+),
9 deletions(-)
M
readme
→
readme
@@ -2,10 +2,10 @@ todo
[ ] GET / logged out: - describe what feeds.gay is & why it's cool, tell ppl to sign up - discover (list of top20 most popular feeds on feeds.gay) + describe what vore is & why it's cool, tell ppl to sign up + discover (list of top20 most popular feeds on vore) logged in: - discover (list of top20 most popular feeds on feeds.gay) + discover (list of top20 most popular feeds on vore) [x] GET /login form (existing account): username & password form (new account): username & password
M
site.go
→
site.go
@@ -5,8 +5,8 @@ "fmt"
"net/http" "strings" - "git.j3s.sh/feeds.gay/auth" - "git.j3s.sh/feeds.gay/sqlite" + "git.j3s.sh/vore/auth" + "git.j3s.sh/vore/sqlite" "golang.org/x/crypto/bcrypt" )@@ -20,7 +20,7 @@ }
// New returns a fully populated & ready for action Site func New() *Site { - title := "feeds.gay" + title := "vore" s := Site{ title: title, db: sqlite.New(title + ".db"),