sitewriter
sitewriter copied to clipboard
Bringing IndieWeb to the JAM (Micropub for static sites)
Looking at the following example: ``` yaml categories: {{#categories}} - {{name}} {{/categories}} ``` Should the user not have provided any categories, the `categories` key will be output regardless. The ability...
We need to pool sessions because security, but in active development that means they get flushed by restarts too often. We already have a shared resource, so let's use Moneta...
Sites need some preferences: - Time zone (#36) - Private (hide from "powered by Sitewriter" directory) - Generator
When editing templates for a post type, it would be helpful to see example outputs. This will require sample property sets for every post type.
The round trip for testing is long, so some rspec or minitest scenarios to validate the basics would be helpful. Perhaps this should re-use the sample data for #51
A blank template is an intimidating start, so let's have a default template for each entry type. Maybe these should vary for different publishing platforms, but I think #30 will...
Receive webventions for POSSE updates to discover syndications (and then use #17)
I don't need this, but maybe someone else does?
Depends on #10