flounder

A simple gemini site builder
git clone git://git.alexwennerberg.com/flounder
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore6L
-rw-r--r--Caddyfile.example9L
-rw-r--r--LICENSE661L
-rw-r--r--README.md2454B
-rw-r--r--admin.go162L
-rw-r--r--auth.go14L
-rw-r--r--config.go47L
-rw-r--r--db.go301L
-rw-r--r--example-config.toml39L
-rw-r--r--finger.go68L
-rw-r--r--flounder_test.go16L
-rw-r--r--gemfeed.go130L
-rw-r--r--gemini.go165L
-rw-r--r--gmi2html.go140L
-rw-r--r--go.mod18L
-rw-r--r--go.sum59L
-rw-r--r--http.go905L
-rw-r--r--limit.go52L
-rw-r--r--mail.go19L
-rw-r--r--main.go73L
-rw-r--r--sftp.go307L
-rw-r--r--templates/admin.html37L
-rw-r--r--templates/edit_file.html33L
-rw-r--r--templates/emptyfolder.html18L
-rw-r--r--templates/error.html7L
-rw-r--r--templates/feed.html19L
-rw-r--r--templates/fingerproxy.html35L
-rw-r--r--templates/folder.gmi4L
-rw-r--r--templates/footer.html5L
-rw-r--r--templates/gemfeed.gmi6L
-rw-r--r--templates/header.html14L
-rw-r--r--templates/index.gmi15L
-rw-r--r--templates/index.html23L
-rw-r--r--templates/login.html27L
-rw-r--r--templates/me.html57L
-rw-r--r--templates/message.html5L
-rw-r--r--templates/my_site.html78L
-rw-r--r--templates/nav.html19L
-rw-r--r--templates/proxy-robots.txt2L
-rw-r--r--templates/register.html43L
-rw-r--r--templates/reset_pass.html43L
-rw-r--r--templates/static/favicon.ico0B
-rw-r--r--templates/static/favicon.txt1L
-rw-r--r--templates/static/robots.txt30L
-rw-r--r--templates/static/style.css176L
-rw-r--r--templates/updates.html19L
-rw-r--r--templates/user_page.html39L
-rw-r--r--utils.go265L