A webring in use by the solarpunk.moe community
Go to file
Fries 70bb0691d3 implement a CachedResponse Responder struct
this adds a Cache-Control header to existing responses so they can be
cached in the browser. cache busting means this cache can be immutable
as if the file changes, the filename changes, so the browser will get
new files.
2023-07-11 02:37:31 -07:00
.vscode make printing less complicated and refactor cli 2023-07-02 19:46:19 -07:00
cli don't panic on parsing error with running watcher 2023-07-03 22:41:32 -07:00
proc-macros add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
public update stylesheet and clean up asset code 2023-07-09 22:09:07 -07:00
shared add cursed hot reloading support 2023-07-03 16:23:14 -07:00
src implement a CachedResponse Responder struct 2023-07-11 02:37:31 -07:00
templates add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
.editorconfig add a basic implementation of the webring 2023-06-28 15:08:23 -07:00
.gitignore Initial json parsing 2023-06-30 17:47:25 +01:00
Cargo.lock add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
Cargo.toml add cache busting filenames and split off assets 2023-07-11 01:04:53 -07:00
LICENSE add a WIP index page 2023-07-03 23:59:56 -07:00
README.md Initial commit 2023-06-28 20:10:48 +00:00
rustfmt.toml add a basic implementation of the webring 2023-06-28 15:08:23 -07:00

README.md

meowy-webring

A webring in use by the solarpunk.moe community