hacker culture and the GNU way v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 19 Dec 2018 23:05:52 +0100
branchv_0
changeset 217 3e2fd4ce9f02
parent 216 bbc9c89122f1
child 218 d7a7f20aae51
hacker culture and the GNU way
relpipe-data/index.xml
relpipe-data/makra/unix.xsl
--- a/relpipe-data/index.xml	Mon Dec 17 21:24:38 2018 +0100
+++ b/relpipe-data/index.xml	Wed Dec 19 23:05:52 2018 +0100
@@ -8,9 +8,9 @@
 
 	<text xmlns="http://www.w3.org/1999/xhtml">
 		<p>
-			One of the great parts of the <m:unix/>
-			<m:podČarou><m:unix tvar="vysvětlivka"/></m:podČarou>
-			culture is the invention<m:podČarou>which is attributed to Doug McIlroy, see <a href="http://www.catb.org/~esr/writings/taoup/html/ch07s02.html#plumbing">The Art of Unix Programming: Pipes, Redirection, and Filters</a></m:podČarou>
+			One of the great parts of the hacker culture<m:podČarou><m:unix tvar="vysvětlivka"/>
+			(see also <a href="https://stallman.org/articles/on-hacking.html">hacking</a> and <a href="https://www.gnu.org/gnu/gnu-linux-faq.html">GNU/Linux FAQ</a>)</m:podČarou> and the GNU way
+			is the invention<m:podČarou>which is attributed to Doug McIlroy, see <a href="http://www.catb.org/~esr/writings/taoup/html/ch07s02.html#plumbing">The Art of Unix Programming: Pipes, Redirection, and Filters</a></m:podČarou>
 			of <em>pipes</em> and the idea<m:podČarou>see <a href="http://www.catb.org/~esr/writings/taoup/html/ch01s06.html">The Art of Unix Programming: Basics of the Unix Philosophy</a></m:podČarou> 
 			that <em>one program should do one thing and do it well</em>.
 		</p>
--- a/relpipe-data/makra/unix.xsl	Mon Dec 17 21:24:38 2018 +0100
+++ b/relpipe-data/makra/unix.xsl	Wed Dec 19 23:05:52 2018 +0100
@@ -13,7 +13,7 @@
 
 	<xsl:template match="m:unix[@tvar = 'oboje']">*NIX (formerly UNIX, now mostly GNU/Linux)</xsl:template>
 	<xsl:template match="m:unix[@tvar = 'zkratka']"><abbr title="formerly UNIX, now mostly GNU/Linux">*NIX</abbr></xsl:template>
-	<xsl:template match="m:unix[@tvar = 'vysvětlivka']">formerly UNIX, now mostly <a href="https://www.gnu.org/">GNU/Linux</a></xsl:template>
+	<xsl:template match="m:unix[@tvar = 'vysvětlivka']">formerly UNIX (sometimes called *NIX), now mostly <a href="https://www.gnu.org/">GNU</a>/<a href="https://www.kernel.org/">Linux</a></xsl:template>
 	<xsl:template match="m:unix">*NIX</xsl:template>
 
 </xsl:stylesheet>