Age | Commit message (Collapse) | Author |
|
Atom XML feed timestamps may have a T or a space as the separator between the date and the time.
IssueID #348
|
|
IssueID #276
|
|
Keep hold of the `Gempub` data while the page is open so it can be used for other purposes.
|
|
`Gempub` opens and parses a Gempub archive and provides access to the contents in a common way.
|
|
A missing license banners and pragmas.
|
|
Load "metadata.txt" and check for the new properties. Contents of the cover page were shuffled around a bit.
IssueID #255
|
|
Use MIME hooks to generate a Gempub cover page with a preloaded cover image.
This required applying MIME filtering to "file://" requests as well.
Todo: More cleanup, add a gempub.c.
|
|
|
|
Entries may only have a "published" time.
|
|
If no user-configured MIME hooks handle an Atom XML document, it will
be translated using a built-in filter hook.
Only Atom is supported.
IssueID #78
|
|
Don't leak a string list.
|
|
This time without a race.
IssueID #90
|
|
IssueID #89
|
|
|
|
|
|
|
|
This is a very powerful mechanism: translate the contents of any request to something else when the original MIME type matches a configured regexp.
The external hook command may still elect not to process the request.
|