[erlang-questions] Erlang as a tool for human communication -- was GUI development

David Talmage talmage@REDACTED
Thu Dec 28 16:48:21 CET 2017


On Friday, December 22, 2017 7:33:30 AM EST Joe Armstrong wrote:
> ...
> The model of documentation I would like to see is:
> 
>    - One author many eyes
> ...
>    - Beautiful output
> ...
>   - Easy to organise the input
> ...
>   - Low barrier for entry to comments
> ...
>   - Parseable document tree
> ...
>  - Extensible
> ...
> The stages involved were
> 
>     - authoring
>     - editing (this was chapter by chapter with an editor providing
> feedback) - beta release (publish a PDF - this is the many eyes bit)
>     - final chapters and more editing
>     - proof reading
>     - final edit
>     - indexing
>     - layout
> ...
> I'd actually love to know how a newspaper solves this - a decent newspaper
> turns out tens of thousands of words per day - news articles are
> written, proof read and edited in hours - commissioned articles are
> integrated with the news and there must be hundreds to thousands of
> contributing sources.
> ...

The Washington Post uses ARC (https://www.arcpublishing.com/), a home-grown, 
web-based publishing system.  It has an article editor (Ellipsis); CMSes for 
photos (Anglerfish) and video (Goldfish); a page layout editor (PageBuilder); 
and tools for analytics, personalization, user experience testing, and a lot 
more. They all work together seamlessly.

Virtually everything in ARC has a web front end in HTML, Javascript, and CSS.  
The back ends are written in Java or another language that runs on the JVM.

WaPo uses ARC and it sells ARC as a service to other newspapers.  As I recall, 
The Globe and Mail in Toronto and Willamette Week are customers.  Some other 
customers are named in an article on businessinsider.com: http://
www.businessinsider.com/the-washington-post-is-growing-its-arc-publishing-
business-2016-6






More information about the erlang-questions mailing list