Dropplets - A simple database-less CMS
21–30 of 103 posts
Re: Dropplets - A simple database-less CMS
#22But who knows, maybe Dropplets is the one.
Re: Dropplets - A simple database-less CMS
#23It seems cool, it also seems like a little bit of work could be put into making it more accessible to people who didn't write it.
Re: Dropplets - A simple database-less CMS
#24This looks promising. I'm gonna give this a try since I'm looking for a simple and lightweight CMS for my blog. Speaking of which, anyone have any recommendations about that (apart from Jekyll)? I still haven't found what I'm looking for and I'm on the verge of coding my own blog in plain HTML instead of just installing something like Wordpress but that may be a pain in the ass to manage once I have more than handful…
Plus, it's pretty. Which is always a nice bonus.
----
If you're not averse to paying for something, Statamic looks really awesome.
Re: Dropplets - A simple database-less CMS
#25Mods - I think this should be "CMS" (content management system) instead of "CRM" (customer relationship manager), as it's a blogging tool.
Maybe "blogging tool" would be the correct description, a cms is should support much more than just one content type.
Re: Dropplets - A simple database-less CMS
#26Re: Dropplets - A simple database-less CMS
#27Anyone looked at the code and see how this works? When you publish does it generate html or does it do it for each GET?
The index page could take a little longer.
Regardless, it's fairly quick, but it generates the output on each request. Which is to be expected, almost every other tool that isn't manually generated is the same.
Re: Dropplets - A simple database-less CMS
#28Can someone please tell me how this is different from Jekyll? They both work based on the same concept if I'm correct? Also, how about support for category pages? I mean, show a page full of posts from one particular category only? Possible??
Jekyll requires you to generate your site. Dropplets generates pages on each request.
Jekyll runs on your machine, and is written in Ruby. Dropplets runs on your server, and is written in PHP.
Jekyll's posts require very minimal metadata, and use a key/value pairing system with YAML. Dropplets' posts require a ton of metadata, and the same metadata for every post, and in a specific order, and you can't add arbitrary metadata.
----
I don't think Dropplets has categories, but I may be mistaken.
Re: Dropplets - A simple database-less CMS
#29A small rant: I think it is bad practice to hide content below the page height. I just wanted to close the website because I thought 'nothing to see here' before I accidentally scrolled and more content was revealed.