flatfile cms du jour

Started by rcjordan, February 17, 2016, 02:51:01 PM

Previous topic - Next topic

Drastic

Another mention of lektor from a respected person in the field.


rcjordan

It's been a while since I looked, but I believe BakedJake's requires a unique directory for every page.  Also, I looked but couldn't really determine how images were managed. It's been my experience that these two items become fatal flaws if you try to scale beyond a few dozen pages or so.

ergophobe

One thing that really appeals to me about Lektor is this

QuoteAll source data is well structured and can be tracked in a version control system or cloud storage like Dropbox.

This is often a pain point with a DB-driven CMS

Drastic

>requires a unique directory for every page.

I looked at this last week, briefly, and it didn't look like a good client solution due to the short-code style coding. However, did look like a good option for internal projects. I'll let you know when I eventually get back to this and dig in deeper.

rcjordan

>short-code style coding

I didn't like it, either. 

Typesetter still catches my eye.  A quick search turns up a 3yr old post where someone was trying to make an add-on for better pix management --no telling if they ever got it to fly.

https://www.typesettercms.com/Forum?show=t1504  scroll down to
https://www.typesettercms.com/Forum?show=t1504#post_6634 for down-n-dirty list of cms pix problems


ergophobe


rcjordan

https://mavo.io/

So, github-to-static but will require users to have js enabled??

ergophobe

Github or Dropbox for persistent storage, it looks like

And yes, it seems the whole thing runs on JS... honestly, I find their docs kind of confusing. I think I would need to use it to understand it. It's a different paradigm and it seems like it's easier to set up and use than to "get" through reading

rcjordan

Drastic upstream 18 months ago:

QuoteI'm working on a short-list spec:

- pinging (outgoing only for notify of new posts) & way to edit sites pinged
- custom url structure for cats/posts
- image upload & rich text editor for client posting
- rss feed of posts
- no comments for now, ability to integrate fb/discus comments if client wants.
- runs on php
- uses flatfiles and no db connection
- easily styled using an existing html template to match the site, and run in a directory on the site

Ever come up with a dog-simple cms for clients, Dras?

Drastic

Unfortunately no, and it needs to be revisited. It's been back-burnered so far I'm going to have to dig it out of the drywall. Recent G changes mean I really need to get back on this (or put someone on it, more likely) soonish.

Drastic

So, it's been a while since I looked at these and was looking at grav again.

The sticking point has been the editor and this makes it more workable:
https://learn.getgrav.org/admin-panel/page-editor

Using the panel buttons on highlighted text will add markdown to the text. This still isn't good for a client front end. I'll need to dig around some more.

Drastic


ergophobe

Quote from: Drastic on August 10, 2017, 10:36:49 PM
ok, I think I found a contender:

https://pagekit.com/

Database required though. I thought that was a showstopper

rcjordan


Drastic

>Database required though. I thought that was a showstopper
It uses sqlite, which is close enough.

Played around with it this evening. Meh indeed. About the same for typesetter, played around with it some more too.

Hard to find just what I want.