Earlier quoted context omitted.
Heh. You might find my CMS ( http://www.webhook.com ) funny then. It's a CMS based on static-site-generator concepts... it deploys static websites for example and is easy to use and malleable. However it still has a firebase backend and a traditional /cms/ page with all the modern trappings you'd expect. So I kind of went for both :)
Any news regarding hosting this yourself? I remember this being asked a few times, but I'm curious if your stance has changed since.
Scoop: A Glimpse Into the NYTimes CMS
51–60 of 76 posts
Re: Scoop: A Glimpse Into the NYTimes CMS
#52Context: I'm a former copy editor with experience working for digital-only (e.g. Forbes.com) as well as print-driven magazines newspapers. One of the things that's difficult when designing a CMS that works for both digital and print is that there are far fewer space constraints online than in print, and you want to ultimately generate an article that works in both formats. (Oh, and on mobile, and in a condensed versi…
Edit: to be more constructive, it doesn't seem like this would be hard to represent in the underlying data:
...
omnia haec, quaecumque feret uoluntas
caelitum, temptare simul parati,
pauca nuntiate meae puellae
non bona dicta.
cum suis uiuat ualeatque moechis,
quos simul complexa tenet trecentos,
nullum amans uere, sed identidem omnium
ilia rumpens;
The next part is usually taken at face value, but, really? Try
reading it in the most insincere and melodramatic way possible and
it becomes quite funny. His love is cut down like a flower by the
plow? Seriously? Have you read the rest of Catullus's poetry?
Have you read the rest of this poem? The last verse was about how
many lovers his ex girlfriend is sleeping with (300 at once).
nec meum respectet, ut ante, amorem,
qui illius culpa cecidit uelut prati
ultimi flos, praetereunte postquam
tactus aratro est
I'm sure there are much better ways to do it than that; that seems
like a workable starting point, though.But I'm really surprised that newspapers and magazines really present different versions of the same story to digital readers vs. print readers.
Re: Scoop: A Glimpse Into the NYTimes CMS
#53Re: Scoop: A Glimpse Into the NYTimes CMS
#54Re: Scoop: A Glimpse Into the NYTimes CMS
#55Earlier quoted context omitted.
Interesting idea but I'm skeptical that any writer would ever be able to adopt something so "technical" (for lack of a better word). Writers just don't think like that and I don't think they ever will. It's a wall between creative types and tech types that is here to stay, imho.
I'm a writer and I think "like that". I know many other writers that do, as well. And it's not surprising, because writing itself is a technology in a traditional sense. Further, it's more "tech" oriented (in the more contemporary sense) than you give it credit for. It's very close to coding: It's structural, admits of procedure, copy reuse, partakes of historical design advancements, adapts to tech around it, etc. F…
Re: Scoop: A Glimpse Into the NYTimes CMS
#56The 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…
Re: Scoop: A Glimpse Into the NYTimes CMS
#57Earlier quoted context omitted.
I agree - I find the idea of static site generators (SSGs) very appealing, but they are not user-friendly to setup - unless you happen to be technically-minded. Some tell-tale signs that SSGs are made by programmers for other programmers: command line-installation and configuration, a liking for markdown (and a dislike for WYSIWYG). Just to be clear, I'm not knocking any of this. The fact that people have put their o…
> What would it take to make an SSG appeal to a broader set of users? I don't think the SSG, as they largely exist today, will ever gain widespread usage by mainstream users. But one thing that could drive greater adoption would be to develop an aesthetically pleasing web front-end that lets users write content using familiar WYSIWYG tools, but save the content to local files instead of a database. From there, the pr…
Re: Scoop: A Glimpse Into the NYTimes CMS
#58Are there any google docs based CMS's ? Seems like you could offload the editing, saving, tracking changes to google docs - a platform many people seem familiar with now - and then keep the actual CMS to a bare minimum. Have it import the text & spit out a static page even.
http://dev.bangordailynews.com/2011/06/16/marrying-google-do... http://toc.oreilly.com/2011/06/google-docs-wordpress-indesig...
Re: Scoop: A Glimpse Into the NYTimes CMS
#59Earlier quoted context omitted.
There is no doubt that SSGs will "grow up" and appear to gain features like Wordpress. The difference will be that SSGs are born out of loosely coupled tools in a toolchain ecosystem. Over time, I believe the successful SSGs will have a decidedly Unix flavor to them. Take http://www.metalsmith.io/ as an example.
SSGs are fundamentally flawed. The web is moving fast away from being a static page-centric medium to a dynamic content-centric one.
These won't be static site generators any more, and will lose out on the "you can throw it up on Github Pages" benefit, but they'll be far more powerful, and it'll be easier to develop dynamic, data-driven websites.
Re: Scoop: A Glimpse Into the NYTimes CMS
#60Earlier quoted context omitted.
Interesting idea but I'm skeptical that any writer would ever be able to adopt something so "technical" (for lack of a better word). Writers just don't think like that and I don't think they ever will. It's a wall between creative types and tech types that is here to stay, imho.
I'm a writer and I think "like that". I know many other writers that do, as well. And it's not surprising, because writing itself is a technology in a traditional sense. Further, it's more "tech" oriented (in the more contemporary sense) than you give it credit for. It's very close to coding: It's structural, admits of procedure, copy reuse, partakes of historical design advancements, adapts to tech around it, etc. F…
To have a whole section arbitrarily cut from the version of an article that user X reads on their iPad vs user Y on a big screen laptop would be met with skepticism at best, outright horror at worst.
I am a writer as well and I can't imagine writing like that or how such a system could possibly work from a technical perspective, much less a UI perspective.
PS. I didn't mean to say that creative people can't be technical or vice-versa, just that writing tends to be a creative-oriented job while programming is obviously a technical-oriented job. Obviously there is overlap between the two and many people excel at both. Sorry if it came out sounding like I believe there is a creative|technical binary.