XML pipeline: Difference between revisions

Content deleted Content added
No edit summary
Monkbot (talk | contribs)
m History: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
Line 70:
== History ==
 
* 1972 [[Douglas McIlroy]] of [[Bell Laboratories]] adds the pipe operator to the [[UNIX]] command shell. This allows the output from one shell program to go directly into input of another shell program without going to disk. This allowed programs such as the UNIX [[awk]] and [[sed]] to be specialized yet work together [http://www.cs.dartmouth.edu/~doug/].<ref>{{cite web|url=http://cm.bell-labs.com/cm/cs/who/dmr/hist.html |title=Early Unix history and evolution |publisher=Cm.bell-labs.com |date= |accessdate=2013-06-14 |deadurlurl-status=yesdead |archiveurl=https://web.archive.org/web/20150408054606/http://cm.bell-labs.com/cm/cs/who/dmr/hist.html |archivedate=April 8, 2015 }}</ref> For more details see [[Pipeline (Unix)]].
* 1993 [http://seanmcgrath.blogspot.com Sean McGrath] developed a C++ toolkit for [[SGML]] processing.<ref>{{cite web|url=http://xpipe.sourceforge.net/Articles/Miscellaneous/fog0000000020.html |title=FAQ |publisher=Xpipe.sourceforge.net |date=2001-12-09 |accessdate=2013-06-14}}</ref>
* 1998 [[Stefano Mazzocchi]] releases the first version of [[Apache Cocoon]], one of the first software programs to use XML pipelines.