Publ
Publ copied to clipboard
Flexible publishing system for the web
## Expected Behavior It'd be nice to be able to set a `link_class` on a `[]` or `![]` so that a link can be designated as a `u-like-of`, `u-in-reply-to`, `u-repost-of`,...
## Expected Behavior In contexts where the Markdown output will have HTML stripped, certain Markdown configuration directives should always be disabled, and there should probably be a fixed Markdown configuration...
## Expected Behavior `view(order='title',count=20)` should still have next/previous links ## Current Behavior When the sort order is set to `title`, all pagination is disabled.
Less an issue and more an idea on how to handle native push notifications: publ (or a module that talks to it) can have the notion of subscribers and views...
## Expected Behavior It'd be nice to be able to sort a view by most- and least-recently updated. ## Context Would be helpful for update feeds etc.
Placeholder thing for actually getting coverage up to 50% overall
## Expected Behavior There should be a Python API that allows something to look up an entry by URL and/or path, rather than solely by entry ID. ## Context This...
## Expected Behavior Add an API, `entry.media`, which renders the HTML of an entry and extracts out the elements which could be considered media attachments in a feed context -...
## Expected Behavior When rendering a protected entry from a category view that should also be logged; the log should indicate which category and template it came from. ## Current...
## Expected Behavior Having multiple `Auth:` headers should allow them to compound, even if the order can't be guaranteed ## Current Behavior Only one `Auth:` header is used, with no...