Statocles
Statocles copied to clipboard
Static website CMS
http://www.cpantesters.org/cpan/report/f79249ff-6bf5-1014-a775-075b03b69431 - [ ] t/app/blog/command.t line 374 fails the content test (line-ending character problem?) - [ ] t/app/blog/pages.t line 149 has drive letter in URL: `http://example.com/C:/blog/` - [ ] t/util.t...
There should be a plugin that will fetch any external assets referred to in the site (images, script, stylesheets) to serve locally. Or at least, this should be real easy...
Related to #456, if the push takes too long, we should just time out somehow. I have no idea why my git server is doing this... If we add a...
When we're deploying to a git repo, we often need to switch branches. I've been having a problem with my deploy target where it doesn't respond to `push`. So, I...
There should be an app to display aggregated content from multiple formats: - RSS/Atom feeds - iCalendar feeds - Blog apps The aggregated content should be linked to the source....
Some feed users would prefer to read the entire article. To make this easier on the site admin, add a "feed_sections" data attribute to the blog app.
A Navigation object is like a link, but it also allows for child links to allow for multi-level navigations (dropdown menus, tabbed navigation, or just categorized lists of links). -...
http://www.cpantesters.org/cpan/report/44f24414-2c94-11e5-b0f9-c12c1fb27815 Looks like there are a lot of reports from this one user, all with the same problem.
Because of things like multiple file formats necessary for favicons and responsive sizes needed for all images, we need to be able to have multiple images in an array.
Now that we have a highlighter, we could use it to highlight the source pages. If the highlighter is installed, we should just highlight them. Allow users to disable it,...