<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Documentation is like&#8230;</title>
	<atom:link href="http://blog.niceperson.org/2004/05/04/documentation-is-like/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.niceperson.org/2004/05/04/documentation-is-like/</link>
	<description>Making it up as I go along.</description>
	<lastBuildDate>Mon, 30 Aug 2010 10:16:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joshua Daniel Franklin</title>
		<link>http://blog.niceperson.org/2004/05/04/documentation-is-like/comment-page-1/#comment-304</link>
		<dc:creator>Joshua Daniel Franklin</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/2004/05/04/documentation-is-like/#comment-304</guid>
		<description>Well nuts, you seem determined to post things I&#039;m obligated to reply to. I&#039;ve written documentation for my old job, the Cygwin project, and it&#039;s a decent part of my job now. I&#039;ve not taken a &quot;Technical Writing&quot; class but since a lot of technical writing is crap that doesn&#039;t bother me. I&#039;ve got a liberal arts degree, eh?

To me, there are a couple basic principles. I think I&#039;ve picked these up from O&#039;Reilly but I don&#039;t know for sure:

&lt;ul&gt;
&lt;li&gt;You are writing for yourself (well, for someone with similar skills and experience)&lt;/li&gt;
&lt;li&gt;Keep it simple but without talking down. If someone just needs to spend some time with &lt;cite&gt;Learning Perl&lt;/cite&gt;, tell them, don&#039;t try to restate the whole book in your own words.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use lots of examples (code if appropriate) and explain them&lt;/p&gt;
&lt;p&gt;The standard tool for technical documentation is DocBook, but only use it if you need to. It&#039;s what O&#039;Reilly, FreeBSD, Sun, HP, Red Hat, etc. use for their manuals. It&#039;s useful and powerful but takes some getting used to. If you want to learn it, check out the source to &lt;a href=&quot;http://www.infomotions.com/musings/getting-started/&quot;&gt;Getting Started with XML&lt;/a&gt;, the &lt;a href=&quot;http://cyberelk.net/tim/docbook/&quot;&gt;SelfDocBook&lt;/a&gt; (warning: it only works on Red Hat without tweaking the Makefile), and the &lt;a href=&quot;http://fedora.redhat.com/participate/documentation-guide/&quot;&gt;Fedora Project Documentation Guide&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Well nuts, you seem determined to post things I'm obligated to reply to. I've written documentation for my old job, the Cygwin project, and it's a decent part of my job now. I've not taken a "Technical Writing" class but since a lot of technical writing is crap that doesn't bother me. I've got a liberal arts degree, eh?</p>
<p>To me, there are a couple basic principles. I think I've picked these up from O'Reilly but I don't know for sure:</p>
<ul>
<li>You are writing for yourself (well, for someone with similar skills and experience)</li>
<li>Keep it simple but without talking down. If someone just needs to spend some time with <cite>Learning Perl</cite>, tell them, don't try to restate the whole book in your own words.</li>
<li>
<p>Use lots of examples (code if appropriate) and explain them</p>
<p>The standard tool for technical documentation is DocBook, but only use it if you need to. It's what O'Reilly, FreeBSD, Sun, HP, Red Hat, etc. use for their manuals. It's useful and powerful but takes some getting used to. If you want to learn it, check out the source to <a href="http://www.infomotions.com/musings/getting-started/">Getting Started with XML</a>, the <a href="http://cyberelk.net/tim/docbook/">SelfDocBook</a> (warning: it only works on Red Hat without tweaking the Makefile), and the <a href="http://fedora.redhat.com/participate/documentation-guide/">Fedora Project Documentation Guide</a>.</p>
</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurabelle</title>
		<link>http://blog.niceperson.org/2004/05/04/documentation-is-like/comment-page-1/#comment-305</link>
		<dc:creator>Laurabelle</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/2004/05/04/documentation-is-like/#comment-305</guid>
		<description>Hmm. What you say makes sense, but I think my situation is significantly different from yours, at least at times. I guess there are two kinds of documentation that I have to produce. One kind is for people like me (specifically, Kathy and possibly The Next Intern), and the other is for Other People.

At this point I&#039;ve written a bunch of custom scripts in the Dynix query language, which is called Recall, and linked them to one of the menus in Dynix so that staff who don&#039;t have access to manual Recall can run reports like lists of holdings and such. I tried to make the interface as intuitive as possible, but people still need help. So I wrote up some documentation, and the Web Services Librarian stuck it on the Intranet. I tried to be really thorough, but I really don&#039;t know what people know and what they need help with, and I have a feeling that it&#039;s not organized as well as it could be and therefore not very readable. I should take another look at it... and screenshots would probably be invaluable too. Good idea. (Kind of the equivalent of code in this case.)

I guess what I really need is tools for understanding what the audience for my documentation is going to need to know, when that audience works in another part of the system and has an almost completely different set of skills and knowledge.</description>
		<content:encoded><![CDATA[<p>Hmm. What you say makes sense, but I think my situation is significantly different from yours, at least at times. I guess there are two kinds of documentation that I have to produce. One kind is for people like me (specifically, Kathy and possibly The Next Intern), and the other is for Other People.</p>
<p>At this point I've written a bunch of custom scripts in the Dynix query language, which is called Recall, and linked them to one of the menus in Dynix so that staff who don't have access to manual Recall can run reports like lists of holdings and such. I tried to make the interface as intuitive as possible, but people still need help. So I wrote up some documentation, and the Web Services Librarian stuck it on the Intranet. I tried to be really thorough, but I really don't know what people know and what they need help with, and I have a feeling that it's not organized as well as it could be and therefore not very readable. I should take another look at it... and screenshots would probably be invaluable too. Good idea. (Kind of the equivalent of code in this case.)</p>
<p>I guess what I really need is tools for understanding what the audience for my documentation is going to need to know, when that audience works in another part of the system and has an almost completely different set of skills and knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.niceperson.org/2004/05/04/documentation-is-like/comment-page-1/#comment-306</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/2004/05/04/documentation-is-like/#comment-306</guid>
		<description>&quot;...you seem determined to post things I&#039;m obligated to reply to.&quot;

Sigh!  &quot;Obligated&quot;, &quot;orientated&quot;... what ever happened to the simple words of my youth, &quot;obliged&quot; and &quot;oriented&quot;?  And why are such changes so inconsistent... I mean, why not &quot;determinated&quot;, too?  :^(</description>
		<content:encoded><![CDATA[<p>"...you seem determined to post things I'm obligated to reply to."</p>
<p>Sigh!  "Obligated", "orientated"... what ever happened to the simple words of my youth, "obliged" and "oriented"?  And why are such changes so inconsistent... I mean, why not "determinated", too?  :^(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurabelle</title>
		<link>http://blog.niceperson.org/2004/05/04/documentation-is-like/comment-page-1/#comment-307</link>
		<dc:creator>Laurabelle</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/2004/05/04/documentation-is-like/#comment-307</guid>
		<description>I&#039;m with you on &lt;q&gt;orientate,&lt;/q&gt; but &lt;q&gt;obliged&lt;/q&gt; and &lt;q&gt;obligated&lt;/q&gt; seem slightly different to me, not exactly in meaning but in context. It would have sounded strange if Josh had said he was &lt;q&gt;obliged.&lt;/q&gt;

As for your other question, people are inconsistent, especially in very large masses. Therefore, language is inconsistent.</description>
		<content:encoded><![CDATA[<p>I'm with you on <q>orientate,</q> but <q>obliged</q> and <q>obligated</q> seem slightly different to me, not exactly in meaning but in context. It would have sounded strange if Josh had said he was <q>obliged.</q></p>
<p>As for your other question, people are inconsistent, especially in very large masses. Therefore, language is inconsistent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.niceperson.org/2004/05/04/documentation-is-like/comment-page-1/#comment-308</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/2004/05/04/documentation-is-like/#comment-308</guid>
		<description>&quot;As for your other question,....&quot;

Hmm.  I think I just got me a &quot;rhetorical answer&quot;.  8^)</description>
		<content:encoded><![CDATA[<p>"As for your other question,...."</p>
<p>Hmm.  I think I just got me a "rhetorical answer".  8^)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
