<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>one man writes</title>
	<atom:link href="http://www.onemanwrites.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onemanwrites.co.uk</link>
	<description>musings on technical communications</description>
	<pubDate>Thu, 08 May 2008 07:56:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Revision Control</title>
		<link>http://www.onemanwrites.co.uk/2008/05/08/revision-control/</link>
		<comments>http://www.onemanwrites.co.uk/2008/05/08/revision-control/#comments</comments>
		<pubDate>Thu, 08 May 2008 07:56:47 +0000</pubDate>
		<dc:creator>Gordon McLean</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.onemanwrites.co.uk/?p=125</guid>
		<description><![CDATA[Prompted by an excellent article - Subversion for writers - I thought it might be useful to offer a Windows view. Like most software groups, our development team use a version control system to manage multiple versions of the product; we have customers using many previous versions and all are maintained in the same system [...]]]></description>
			<content:encoded><![CDATA[<p>Prompted by an excellent article - <a href="http://strangenoises.org/subversion-for-writers/">Subversion for writers</a> - I thought it might be useful to offer a Windows view. Like most software groups, our development team use a version control system to manage multiple versions of the product; we have customers using many previous versions and all are maintained in the same system so we can patch fixes back through multiple versions.</p>
<p>Our team of writers use the same system, although as we are using FrameMaker we lose some of the nicer features but the core reasons for using a version control system remain - files are locked by whoever is working on them, and we have a full version history of changes made, including when, who and why.<br />
<span id="more-125"></span><br />
We use Subversion which, when I joined the company, I&#8217;d had no experience with. However the basic premise is simple, you store the master files in a central repository and everyone uses a client to manage a local working copy (updating and locking the central repository as required). TortoiseSVN is our client of choice, which offers a simple right-click menu to access the required functionality. One advantage of this system is simplicity as it is a file-based, single lock system, so only one person can work on a file at a time, ideal for most technical writing teams.</p>
<p>Presuming your files are already in the central repository (there are many guides on how to do this, it is very straightforward) you first need to create an empty folder on your own machine, this will be the local working area. You then checkout a copy of the master files from the central repository to your local working area. The checkout process will mimic the folder structure used in the central repository, and Tortoise will now start to apply rules to those folders (more on that in a bit).</p>
<p>It&#8217;s important to note that once you have checked out files locally, they are still under version control. To delete or add files to this local area, you will need to use the options available through Tortoise (right-click a folder or file in that area). Files and folders under version control will have an additional icon to indicate their current status.</p>
<p>To work on a file (or files) you must first lock it in the central repository, then open it in your preferred editor. If there is a newer version of the file in the central repository, you will be prompted to update your local copy first. Once the file is locked you can edit it as normal and when you are finished and have saved the changes, simply close the file, right-click and select Commit. The changes you&#8217;ve made are updated back in the central repository and the file is unlocked for others to use. </p>
<p>We currently use FrameMaker and it works fairly well with this system, although there are some limitations. As the file format FrameMaker (or Word for that matter) uses isn&#8217;t binary, then you can&#8217;t use various commands so no merging of documents, for example. However if you need to maintain multiple versions of the same document it works well.</p>
<p>There are a couple of gotchas though, and we use a combination of SVN (Subversion) locking and the CheckFileStatus plugin for FrameMaker to get a process that works for us. </p>
<p>The plugin simply flags whether the file you are opening is read-only or not, and as SVN locking simply sets that property on the selected file, it&#8217;s enough to catch whether you are trying to work on a file that hasn&#8217;t been locked. In other words, all the files in your local working area are read-only until you lock them and remove that property. Once locked the files are no longer read-only and the plugin will allow you to open them to work on.</p>
<p>It does mean that you need to set an SVN property on the files you have checked out which will mean you CANNOT edit any files until you have requested a lock from SVN. This way only one person can edit a file at a time, which suits our needs (as we cannot use the &#8216;merge&#8217; functionality in SVN).</p>
<p>To add the property:</p>
<p>   1. In your local checkout directory, right-click a folder, and select Properties.<br />
   2. On the Subversion tab, click Properties.<br />
   3. Click Add&#8230; .<br />
   4. Enter the property name (you&#8217;ll need to type it) &#8220;svn:needs-lock&#8221;.<br />
   5. Enter a property value of *.<br />
   6. Select Apply property recursively.<br />
   7. Click OK, then OK again.<br />
   8. Close the Properties dialog. </p>
<p>Note: SVN doesn&#8217;t actually apply this setting to the folder, just the files within it.</p>
<p>And that&#8217;s it, you are ready to go. To work on a file, or set of files (like a FrameMaker book and chapters), select them in your local working area, right-click and select Get Lock&#8230; . Once locked, you work with the files as normal and once you are done, right-click and select SVN Commit&#8230; .</p>
<p>Done. Hope this was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemanwrites.co.uk/2008/05/08/revision-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Less words, more actions</title>
		<link>http://www.onemanwrites.co.uk/2008/05/05/less-words-more-actions/</link>
		<comments>http://www.onemanwrites.co.uk/2008/05/05/less-words-more-actions/#comments</comments>
		<pubDate>Mon, 05 May 2008 21:19:49 +0000</pubDate>
		<dc:creator>Gordon McLean</dc:creator>
		
		<category><![CDATA[Introspection]]></category>

		<guid isPermaLink="false">http://www.onemanwrites.co.uk/?p=131</guid>
		<description><![CDATA[Back from a short break in Hungary (Budapest is a glorious city, if you ever get the chance you must visit it) I find myself wondering what to do next. I was looking forward to the trip and have been building towards it for several weeks now. I had planned my work around it, knowing [...]]]></description>
			<content:encoded><![CDATA[<p>Back from a short break in Hungary (Budapest is a glorious city, if you ever get the chance you must visit it) I find myself wondering what to do next. I was looking forward to the trip and have been building towards it for several weeks now. I had planned my work around it, knowing what I needed to do before I left and with a rough idea of what I need to do when I go back.</p>
<p>It&#8217;s a little different here on this blog though.</p>
<p>I&#8217;ve just re-read my previous post (the big long one below) and it strikes me that while it may be interesting to some it suggests I may be at a point in my career where I need to practice a little more of what I preach.</p>
<p>In other words, I need to start to try to do all these things I&#8217;ve mentioned, rather than theorise and prevaricate over the nuances. But then that&#8217;s a bad habit of mine.</p>
<p>Sometimes you just need to put up or shut up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemanwrites.co.uk/2008/05/05/less-words-more-actions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Everything is connected</title>
		<link>http://www.onemanwrites.co.uk/2008/05/02/everything-is-connected/</link>
		<comments>http://www.onemanwrites.co.uk/2008/05/02/everything-is-connected/#comments</comments>
		<pubDate>Fri, 02 May 2008 07:52:53 +0000</pubDate>
		<dc:creator>Gordon McLean</dc:creator>
		
		<category><![CDATA[Profession]]></category>

		<category><![CDATA[Single Source]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Theory]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.onemanwrites.co.uk/?p=130</guid>
		<description><![CDATA[This post has been bubbling for the past year or so, ever since I started this blog. It&#8217;s a bit of a ramble but if I don&#8217;t publish it now I&#8217;ll just keep adding to it and it&#8217;s long enough as it is!
I question everything. It&#8217;s part of the way my mind works, and is [...]]]></description>
			<content:encoded><![CDATA[<p>This post has been bubbling for the past year or so, ever since I started this blog. It&#8217;s a bit of a ramble but if I don&#8217;t publish it now I&#8217;ll just keep adding to it and it&#8217;s long enough as it is!</p>
<p>I question everything. It&#8217;s part of the way my mind works, and is something I&#8217;ve embraced and believe it makes me better at my job as a technical communicator. That attitude has also helped me realise that there is a common thread that can be found across several different areas of our industry, which I (and others) are slowly pulling together. Convergence is the word that springs to mind, and as businesses clamber onto the social networking bandwagon, now is an excellent time to grab the reigns and take control.</p>
<p>Let&#8217;s step back a little.</p>
<p>Late last year, on two separate mailing lists, I followed discussions about what the myriad of people who share my profession have as job titles. I prompted one discussion on the ISTC mailing list, and chipped in some thoughts on the TechWR mailing list before dropping out later on when the noise ratio, as ever, got too high.</p>
<p>I wonder how much useful information I miss when I do that? Ahhh something else to ponder. But not today.</p>
<p>Anyway, discussions around how we as a profession should be referring to ourselves, envitably leads to discussions and thoughts about what we do, where our skills lie, and the benefits we can bring to an organisation. Something I&#8217;ve toyed with before, but which is wrapped up in many layers of <em>ifs</em>, <em>buts</em> and other such caveats.</p>
<p>Following on from that, I read an article by Virginia Lynch in the CIDM newsletter (and if you aren&#8217;t subscribed to their newsletter, <a href="http://www.infomanagementcenter.com/enewsletter/enewsletter.htm">you should be</a>) entitled <a href="http://www.infomanagementcenter.com/enewsletter/200711/third.htm">Information Developers - The New Role of Technical Writers in a Flat World</a> which encapsulates a lot of my current thinking on how to take my current team forward, making sure we are matching company strategy whilst allowing the team members to retain a focus on maintaining and developing their core skills. The article title rather neatly alludes to Thomas Friedman&#8217;s book <a href="http://www.amazon.co.uk/gp/product/0141034890?ie=UTF8&#038;tag=something-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0141034890">The World Is Flat: The Globalized World in the Twenty-first Century</a> which is certainly worth a read.</p>
<p>Virginia mentions that JoAnn Hackos recently referred to these core skills as &#8220;Basic Hygiene&#8221;, citing the fact that, regardless of how the collation and production, distribution and usage of information may change, as we explore the burgeoning arena of new tools available to us under the banner of &#8220;social web applications&#8221; our core skills remain. Typically they tend to drop off as we are pushed to create more, faster, with a rise in quantity favoured over a maintenance of quality.</p>
<blockquote><p>style, grammar, punctuation, spelling, and even clarity seem to have been sacrificed for quantity —JoAnn points out that knowledge of basic writing skills is still critical to our success as writers. Basic Hygiene also comprises an understanding and appreciation of editing, the information development life cycle, fundamental web and computer skills, and of course attention to detail.</p></blockquote>
<p>However it is important to note the nod towards quantity being a business leader, and those of us tasked with managing a team need to consider how we achieve that business aim, without impacting our integrity as Technical Writ&#8230; umm&#8230; Information Developers?</p>
<p>So, how do we produce more whilst maintaining quality?</p>
<p>Wait! What&#8217;s that coming over the hill? Ahhh yes, the shining white knight of single source, armour gleaming, his trusty DITA (or DocBook) in hand, ready to do battle against the ills of productivity measurements and over-zealous QA departments. What else were you expecting? Ohh more resource? No, not these days when everyone is a &#8220;content creator&#8221;, not these days when we should be embracing and encouraging our audience to help plug the gaps in our information dykes <em>(I really must stop mixing my metaphors)</em>.</p>
<p>Topic-based writing certainly seems to tick the required boxes and every business case and ROI I&#8217;ve read (and I&#8217;ve written a couple myself) points us towards the promises found over the horizon and the <em>&#8220;he&#8217;ll be here real soon, honest&#8221;</em> arrival of the aforementioned white knight. The trouble is that, whilst it is easy to agree with the theory, I&#8217;m not all that sure the white knight is all he seems. Certainly as we climb the hill towards him, auditing our content, deciding on chunking levels, agreeing metadata requirements, we begin to see that that armour seems a little thin and dented in areas, and I&#8217;m not entirely sure the knight is filling that armour as much as he should. Aren&#8217;t they supposed to be big strapping warriors? He looks a little weedy to me&#8230;</p>
<p>Topic driven content written with a minimalist slant, deferring here to the instructions of <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.co.uk%2FElements-Style-William-Strunk%2Fdp%2F020530902X%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1209415567%26sr%3D8-1&#038;tag=something-21&#038;linkCode=ur2&#038;camp=1634&#038;creative=6738">Strunk and White</a>* rather than <a href="http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.co.uk%2FNurnberg-Funnel-Minimalist-Instruction-Communication%2Fdp%2F0262031639%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1209415469%26sr%3D8-1&#038;tag=something-21&#038;linkCode=ur2&#038;camp=1634&#038;creative=6738">Roy Carroll</a>, are where we seem to be (need to be?) heading and that&#8217;s fine and good from where I&#8217;m sitting.</p>
<blockquote><p><em>* A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, for the same reason that a drawing should have no unnecessary lines and a machine no unnecessary parts. This requires not that the writer make all his sentences short, or that he avoid detail and treat his subject only in outline, but that every word tell.</em></p></blockquote>
<p>On the flip side, there is a definite growth in awareness around the use of Web 2.0 technologies and systems, building online communities, integrating Wikis, blogs, RSS feeds into the information flow either as part of end user deliverables or as methods for encouraging information creation by everyone involved with the product, internal or external.</p>
<p>A large part of our job concerns the collation and filtering of information so as far as I&#8217;m concerned anything we can do to make the creation of source information easier has to be welcomed. Extending these mechanisms beyond internal usage means it should be easier to provide information to the people who really need it, with the added bonus of a greater level of trust in that information. Don&#8217;t believe me? Which type of information do you put most weight on, the information passed to you by a trusted colleague who you know uses the product heavily, or the product documentation? (and bear in mind that we technical writers pre-disposed to favour the work of our peers). That in itself is another issue which may be alleviated by embracing social content creation, pulling on the goodwill generated by openly inviting contribution and collaboration, whilst giving technical writers a chance to show their worth in full public view.</p>
<p>So where is all this heading? I&#8217;m not sure if anyone is too sure but there do seem to be some trends appearing. The use of Wikis to host documentation, the creation of community websites with few restrictions, and more. There are plenty of tools, and with a little work you can get them talking to each other. Technology is not the limiting factor anymore, attitudes are now the only things stopping us trying these wonderous new things. It&#8217;s a big step for some companies, and some people, to free their information, to pass their hard earned knowledge about willy-nilly without a clue as to how it will be used.</p>
<p>Once you&#8217;ve gotten past the limitations, the real effort, once you have your community or collaboration up and running, is the surrounding processes. Do you want to pump content into the website regularly? (yes). Do you want to allow anyone and everyone to contribute to that same store of information? (yes). Do you want to allow others to quietly correct your mistakes? (yes). Do you want to give the people who need it, access to information about your product, regardless where it originates, trusting them to use their judgement? (yes).</p>
<p>The final pieces of the jigsaw are the finer details of implementation. Presuming we want to reuse information as often as possible where do you store information and how do you allow access to it? Who should be involved in verifying new information? Where/how is the level of trust established?</p>
<p>Pulling together the threads of this emerging role is tricky, with so much overlap into multiple areas and so much to consider there is a danger of not seeing the wood for the trees. This post is an attempt to step back and make a little more sense of what I can see, what I know, and the changes starting to drag our profession in interesting new directions. I fear I may have muddied the waters, but hopefully they&#8217;ll settle and things will start to make sense.</p>
<p>Regardless of whether I&#8217;m right or wrong, one thing is for sure, these are exciting times and we have a great opportunity to finally leverage technical communications into the spotlight. The value of information is finally being properly realised, and we are ideally placed to help any organisation make the most of what information they have and help them understand and create the information they really need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemanwrites.co.uk/2008/05/02/everything-is-connected/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning from others</title>
		<link>http://www.onemanwrites.co.uk/2008/04/30/learning-from-others/</link>
		<comments>http://www.onemanwrites.co.uk/2008/04/30/learning-from-others/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 09:42:53 +0000</pubDate>
		<dc:creator>Gordon McLean</dc:creator>
		
		<category><![CDATA[Theory]]></category>

		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.onemanwrites.co.uk/?p=128</guid>
		<description><![CDATA[I spent most of the weekend laying, re-laying, cutting and swearing at laminate flooring. I read the provided instructions, measured twice (hell, four or five times in most cases) but still it proved problematic. I re-read the instructions, googled a little and then, after some experimentation finally figured out what the problem was&#8230; me.
Well not [...]]]></description>
			<content:encoded><![CDATA[<p>I spent most of the weekend laying, re-laying, cutting and swearing at laminate flooring. I read the provided instructions, measured twice (hell, four or five times in most cases) but still it proved problematic. I re-read the instructions, googled a little and then, after some experimentation finally figured out what the problem was&#8230; me.</p>
<p>Well not just me, but my interpretation of the instructions which were a little vague in one key area. Namely, where to start. This is crucial as, most laminate flooring needs to be laid the correct way to make it possible to snap all the pieces into place. It&#8217;s a one-directional jigsaw puzzle, if you will.</p>
<p>The details here aren&#8217;t important, but what it taught me (for the umpteenth time I guess) is that documentation needs to be complete, unambiguous and for hardware related matters at least, a picture tells a thousand stories.</p>
<p>I keep going back to the assumed knowledge angle, and it rings true for this example. One of the forums I found during a frantic Googling session yielded a comment along the lines of: &#8220;The professionals know this but it&#8217;s not something you&#8217;ll find in the instructions&#8221;. </p>
<p>I have been guilty of this in the past. Presumption is the silent virus that can kill an otherwise excellent piece of documentation stone dead. All it takes is one presumption to render an entire document AND THE PRODUCT IT IS SUPPORTING, next to useless (or at the very least &#8220;problematic&#8221;). Introducing that kind of negative thinking at an early stage of the product lifecycle makes it very hard to undo.</p>
<p>Although that, itself, is a presumption. I&#8217;m presuming that most people only read the documentation when they are still novice users. So maybe that is another presumption that I need to work on removing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemanwrites.co.uk/2008/04/30/learning-from-others/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recently Read</title>
		<link>http://www.onemanwrites.co.uk/2008/04/27/recently-read-19/</link>
		<comments>http://www.onemanwrites.co.uk/2008/04/27/recently-read-19/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 20:49:11 +0000</pubDate>
		<dc:creator>Gordon McLean</dc:creator>
		
		<category><![CDATA[RecentlyRead]]></category>

		<guid isPermaLink="false">http://www.onemanwrites.co.uk/?p=126</guid>
		<description><![CDATA[Blimey, another week has flown past and, as ever a few things have caught my eye.
9 ways to gather user feedback
It&#8217;s often a struggle to get true user feedback on your documentation, Craig Haiss offers some suggestions to improve things in this area. Whilst I&#8217;ve tried some of these, and had heard of them all, [...]]]></description>
			<content:encoded><![CDATA[<p>Blimey, another week has flown past and, as ever a few things have caught my eye.</p>
<p><strong><a href="http://www.helpscribe.com/2008/04/savvy-ways-to-gather-user-feedback.html">9 ways to gather user feedback</a></strong><br />
It&#8217;s often a struggle to get true user feedback on your documentation, Craig Haiss offers some suggestions to improve things in this area. Whilst I&#8217;ve tried some of these, and had heard of them all, it&#8217;s worth a look to jog the memory:</p>
<blockquote><p>You can write the most detailed instructions in the world, but if they aren&#8217;t the instructions users actually want, you&#8217;re wasting your time. That said, how do you go about gathering feedback to flesh out your documentation?</p></blockquote>
<p><strong><a href="http://www.gryphonmountain.net/archives/techcomm/tech-comm-job-to-job-title-something-lost-in-transit">Tech Comm Job to Job Title: Something Lost in Transit?</a></strong><br />
Ben Minson is musing on job titles and, as well as raising a giggle, ends up stuck. Job titles, as a way to convey what you do for a living, are important.</p>
<blockquote><p>&#8230; the dictionary says one who documents is a &#8220;documentalist&#8221;—however, I’m reluctant to adopt a job title that includes the word &#8220;mental.&#8221; So this is where you get &#8220;documentation specialist.&#8221; The same goes for &#8220;usability specialist.&#8221;</p>
<p>It seems a little funny that, being writers at heart and therefore professional manipulators of language, some of the terms we pick for our field don’t easily translate into job titles. </p></blockquote>
<p>I&#8217;m currently experimenting with the title &#8220;Technical Information Manager&#8221; which is a little OTT but seems to fit my current role, thankfully my company, like myself, isn&#8217;t hung up on formal job titles (they prefer that you, you know, get on with whatever needs done). So, what&#8217;s your job title?</p>
<p><strong><a href="http://monkeypi.net/2008/04/23/theicons-4/">Typography humour</a></strong></p>
<p><strong><a href="http://dita.xml.org/blog/glossary-of-dita-terms">Glossary of DITA terms</a></strong><br />
Bob Doyle is wondering if there should be a central, user-maintained, glossary of DITA terminology:</p>
<blockquote><p>many DITA-related terms are not defined &#8230; They are simply assumed.<br />
And some is insider jargon, like reltable for Relationship Table.<br />
And there is no convenient alphabetical listing.<br />
You can search for terms on the DITA Infocenter, but then you have to already know the term.</p></blockquote>
<p>This got me thinking. If you have been toying with setting up a documentation Wiki, then this may be an excellent place to start. It might also throw up some interesting usage of terminology. Definitely something I&#8217;m going to have a stab at (well, I&#8217;ll add it to the list of things to try).</p>
<p><strong><a href="http://charlesjeter.com/2008/04/25/friday-comments-review-robohelp-vs-flare/">RoboHelp vs Flare</a></strong><br />
Interesting round up of posts and comments on this topic. If you use, or are planning to use, either product, give it a look.</p>
<p>And I&#8217;m done. Another week in the wonderful world of Technical Communications has gone, I wonder what next week will bring?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onemanwrites.co.uk/2008/04/27/recently-read-19/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
