What's really needed is a WYSIWYG GUI editor that exports all (custom and editable) fields to JSON, so you can use something like Middleman to generate a static site based on that content. This way, anytime someone updates and saves content through the GUI, a script will trigger and re-build your static site based on the new JSON file, and publish to s3. To completely decouple the editing experience (and those who cr…
Show HN: Postleaf – Open source blogging platform
21–30 of 56 posts
Re: Show HN: Postleaf – Open source blogging platform
#22"doesn't suck"
Re: Show HN: Postleaf – Open source blogging platform
#23https://github.com/Postleaf/postleaf for those who haven't figured it out yet. I assume the database error is due to some sort of slashdotting effect.
PSA: if you put open source in the title of your product but don't put a link to the source on your front page, you are doing it wrong.
Re: Show HN: Postleaf – Open source blogging platform
#24 ## Requirements
- PHP 5.5+
- MySQL 5.5.3+
The "doesn't suck" claim is starting to look pretty dubious.Re: Show HN: Postleaf – Open source blogging platform
#25Arrogant much?
It's not really all _that_ arrogant to say your stuff doesn't suck, is it?
Re: Show HN: Postleaf – Open source blogging platform
#26So far I've got database errors and a douchey landing page that tells me all about how Postleaf has no truly differentiating features and then asks me for money. "doesn't suck"
After going to the "Features" page and reading through it, pretty much every feature highlighted is something that almost every other blogging platform has as well.
I commend the author for the design, though. It certainly looks nice.
Re: Show HN: Postleaf – Open source blogging platform
#27So far I've got database errors and a douchey landing page that tells me all about how Postleaf has no truly differentiating features and then asks me for money. "doesn't suck"
Re: Show HN: Postleaf – Open source blogging platform
#28From README.md ## Requirements - PHP 5.5+ - MySQL 5.5.3+ The "doesn't suck" claim is starting to look pretty dubious.
Re: Show HN: Postleaf – Open source blogging platform
#29Nice work on the site. I'd give the software a shot on my own server but its sort of hard to give up the WP ecosystem. Any import capability for messages and categories?