Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit 8ca4861a23ed6f9f0148b548567a1cee14ab48fb.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This moved a bunch of logic out of http and into the asset package,
making it available for gmit too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BlogHTTPURL and BlogGeminiURL are now used specifically to construct
absolute URLs to their respective endpoints.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All admin "index" pages are moved under MANAGE, so that we can have (for
example) and normal "GET /posts" page later which would replace the
current index page, and potentially corresponding pages for the other
categories.
The EDIT method replaces the old `?edit` pattern, which normalizes how
we differentiate page functionality generally.
|