...nope, sorry. Web server agnostic or I won't even consider you these days.
Show HN: Postleaf – Open source blogging platform
31–40 of 56 posts
Re: Show HN: Postleaf – Open source blogging platform
#32So 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"
That's pretty much my first impression. 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
#33> An open source blogging platform with inline editing, handlebar templates, and a beautiful user interface. Why oh why handlebars? Also, why submit the .net if it just redirects to .org?
Handlebars because PHP isn't great for webpage templates. There are many alternatives, but handlebars has implementations on many, many platforms. It makes the project easier to port to other platforms in the future.
Re: Show HN: Postleaf – Open source blogging platform
#34From 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
#35Re: Show HN: Postleaf – Open source blogging platform
#36For example, I have my own software that runs my website, and I've spent a lot of time making it work exactly how I want. But, I'm not the best at building editing interfaces, so I have avoided building an inline posting interface. I would much rather use a tool that someone has spent a lot of time making work well, if it can save articles to my own website.
Re: Show HN: Postleaf – Open source blogging platform
#37Arrogant much?
Not inferring that others do! ;)
If you want to distinguish yourself then say what you are good at, what makes your experience better/different and to what kind of users this solution is tailored to.
That said, it does look very nice.
Re: Show HN: Postleaf – Open source blogging platform
#38What'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…
Re: Show HN: Postleaf – Open source blogging platform
#39From README.md ## Requirements - PHP 5.5+ - MySQL 5.5.3+ The "doesn't suck" claim is starting to look pretty dubious.
How so?
Maybe you are suggesting that PHP+MySQL apps aren't universally terrible. In this case, please state that and defend it.
Or you are unaware that PHP+MySQL apps have a history of being terrible. In this case, I am not sure what to say.
Re: Show HN: Postleaf – Open source blogging platform
#40Earlier quoted context omitted.
How so?
Your question is bait? Maybe you are suggesting that PHP+MySQL apps aren't universally terrible. In this case, please state that and defend it. Or you are unaware that PHP+MySQL apps have a history of being terrible. In this case, I am not sure what to say.
I copy/pasted that section from your readme to save others time. I am certain that I am not the only one not interested in a PHP blogging platform.