Live data from Hacker News

Scoop: A Glimpse Into the NYTimes CMS

open.blogs.nytimes.com

1–10 of 76 posts

Re: Scoop: A Glimpse Into the NYTimes CMS

#4
The CMS is in a renaissance period with Wordpress, Joomla, Drupal and the like falling out of favor.

I believe the CMS is bifurcating into two specialized directions.

Several online publishers are coming out and describing their new, home-grown custom CMS. The features are rich and provide robust, innovative tools across the long-form content lifecycle: writing, editing, and publication. There is special attention to collaboration.

On the other hand, more and more website developers align themselves with the goals and properties of static site generators. SSGs are best suited what I call "malleable" websites.

Thus, I think the way to think about this CMS renaissance is that traditional the CMS tried (and failed) to optimize for both long-form content and the malleable website. As a result, people are sick of trying to patch the traditional CMS with plugin after plugin and instead are simply crafting their own.

Re: Scoop: A Glimpse Into the NYTimes CMS

#6

I could see this as premium wordpress service successfully charging $15 - 25 a month for bloggers.

I don't, and it would be too expensive even at $15 imo. But even if something like this had a market there's the problem of the editor, as it uses contenteditable which is at best inconsistent across browser and at worst completely broken. That's also the reason Google Docs dropped it and started doing editing the hard way. As long as you know who uses your software and you can enforce the use of a given browser (as is the case with the writers for the NYT) there's no problem with contenteditable, but for a general solution you need to drop it.

Re: Scoop: A Glimpse Into the NYTimes CMS

#8

I could see this as premium wordpress service successfully charging $15 - 25 a month for bloggers.

I don't, and it would be too expensive even at $15 imo. But even if something like this had a market there's the problem of the editor, as it uses contenteditable which is at best inconsistent across browser and at worst completely broken. That's also the reason Google Docs dropped it and started doing editing the hard way. As long as you know who uses your software and you can enforce the use of a given browser (as…

ice plugin works for tinymce as well as contenteditable http://nytimes.github.io/ice/demo/
Post reply on HN