<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>I&#039;d Rather Be Writing &#187; wordpress codex</title>
	<atom:link href="http://idratherbewriting.com/tag/wordpress-codex/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Fri, 25 May 2012 16:20:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Subpage Titles on Wikis &#8212; Challenges, Conventions, and Compromises</title>
		<link>http://idratherbewriting.com/2012/03/22/subpage-titles-on-wikis/</link>
		<comments>http://idratherbewriting.com/2012/03/22/subpage-titles-on-wikis/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 13:58:30 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[convention]]></category>
		<category><![CDATA[page titles]]></category>
		<category><![CDATA[wikipedia]]></category>
		<category><![CDATA[Wikis]]></category>
		<category><![CDATA[wordpress codex]]></category>

		<guid isPermaLink="false">http://idratherbewriting.com/?p=10740</guid>
		<description><![CDATA[One of the challenges with wikis (or at least with Mediawiki) is figuring out how to title pages that all belong to the same product or group. I spent a bit of time researching best practices with this and didn&#8217;t come up with a clear answer. I tried to also figure out why I&#8217;d never come across this page titling conundrum before. Here&#8217;s the problem. ... <a href="http://idratherbewriting.com/2012/03/22/subpage-titles-on-wikis/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>One of the challenges with wikis (or at least with Mediawiki) is figuring out how to title pages that all belong to the same product or group. I spent a bit of time researching best practices with this and didn&#8217;t come up with a clear answer. I tried to also figure out why I&#8217;d never come across this page titling conundrum before.</p>
<p>Here&#8217;s the problem. On a large wiki, you have pages about many different products. For simplicity sake, let&#8217;s say that on your wiki, you have documentation about products A, B, C, D, and E. Instruction for each of these products is rather long, so rather than having each wiki page contain all the information for the product, you decide to break up the information into smaller pages. After all, you are conscious of people saying TLDR (&#8220;too long, didn&#8217;t read&#8221;) and simply dismissing your content. So let&#8217;s say you break up each product&#8217;s instructional content into 10 pages each.</p>
<p>For product A, some of these topics include titles like Setting preferences, Running reports, Creating widgets, and Adding new users. For product B, you have similar but slightly different topics: Configuring your profile, Exporting reports, Adding widgets, and Setting up new users. The other products have similar topics.</p>
<p>If each product&#8217;s topics were kept in separate, clearly distinct containers, you wouldn&#8217;t have much of an issue. And in fact traditional webhelp files do usually segment product information like this. In a traditional help authoring scenario, each product would have its own generated webhelp output, and it wouldn&#8217;t matter if the topic names were similar because the content would be siloed from each other anyway.</p>
<p>However, wikis are different beasts. Usually an organization&#8217;s wiki acts as one platform for many products. Help material for products A, B, C, D, and E are all on the same wiki platform. As such, there&#8217;s a need to distinguish product help from each other through unique page titles.</p>
<p>Wikipedia has several techniques for doing this. At the category level, one technique is to name each category with your base category name, and then add the subcategories in parentheses after the base name. You have to see this in action to really grasp it. Check out their <a href="http://en.wikipedia.org/wiki/Wikipedia:Style">Manual of Style</a>. This Manual of Style is rather large. If editors put it all on one page, you could probably scroll down for hours before you reached the end. So they divide this content into various categories. Categories are like chapters. There&#8217;s a category about formatting, images, layout, and more. (<a href="http://en.wikipedia.org/wiki/Category:Wikipedia_Manual_of_Style_(formatting)">See all categories.)</a></p>
<div id="attachment_10745" class="wp-caption alignnone" style="width: 610px"><a href="http://en.wikipedia.org/wiki/Category:Wikipedia_Manual_of_Style"><img class="size-full wp-image-10745 " title="wikipedia categories" src="http://idratherbewriting.com/wp-content/uploads/2012/03/wikipediacats.png" alt="" width="600" height="283" /></a><p class="wp-caption-text">When a topic has multiple categories, the categories appear in parentheses after the topic name.</p></div>
<p>Rather than just listing category titles as &#8220;Formatting,&#8221; they write &#8220;Manual of Style (formatting).&#8221; In other words, they include the product name first, and then put the category name in parentheses following the product name. Presumably this is because readers need to know that the category fits within the Manual of Style and is not just about formatting in general.</p>
<p>When you click the Formatting category, Wikipedia implements another technique: the slash. The Manual of Style (formatting) category has pages in it with names like &#8220;Manual of Style/Dates and numbers,&#8221; &#8220;Manual of Style/Capital letters,&#8221; &#8220;Manual of Style/Proper names.&#8221; &#8220;Manual of Style&#8221; is the base page name, and the title after the slash is a subpage for that page.</p>
<div id="attachment_10746" class="wp-caption alignnone" style="width: 610px"><a href="http://en.wikipedia.org/wiki/Category:Wikipedia_Manual_of_Style_(formatting)"><img class="size-full wp-image-10746 " title="wikipedia-subpages" src="http://idratherbewriting.com/wp-content/uploads/2012/03/wikipedia-subpages.png" alt="" width="600" height="318" /></a><p class="wp-caption-text">Subpages have a slash in the title.</p></div>
<p>If this weren&#8217;t enough, Wikipedia also incorporates a namespace for this specific category. The actual title of these pages is &#8220;Wikipedia:Manual of Style/Proper names.&#8221; The namespace puts the page into a specific space that segments the content differently in searches. Content in the <em>Wikipedia</em> namespace discusses the Wikipedia wiki itself.</p>
<p>The slash is a fairly common convention on wikis for denoting <a title="subpages on wikis" href="http://meta.wikimedia.org/wiki/Help:Link#Subpage_feature">subpages</a>. WordPress&#8217;s wiki uses slashes in titles for their Function Reference subpages.</p>
<div id="attachment_10749" class="wp-caption alignnone" style="width: 610px"><a href="http://codex.wordpress.org/index.php?title=Special%3APrefixIndex&amp;from=Function+Reference&amp;namespace=0"><img class="size-full wp-image-10749" title="Subpages with WordPress" src="http://idratherbewriting.com/wp-content/uploads/2012/03/wordpress-subpages.png" alt="" width="600" height="598" /></a><p class="wp-caption-text">Subpage conventions with WordPress&#39; Codex</p></div>
<p>Interestingly, this appears to be one of the few examples of subpages on the WordPress Codex wiki. Their style guide <a href="http://codex.wordpress.org/Codex:Guidelines#SubPages">cautions against subpages as follows</a>:</p>
<blockquote><p>Do not create sub-pages of a page, other than from your own User page, without discussing first on the wp-docs mailing list. Exceptions to this are the pages under <a title="Function Reference" href="http://codex.wordpress.org/Function_Reference">Function Reference</a> (each of which describes a single function).</p></blockquote>
<p>Undoubtedly, neither the parentheses nor the slash provide elegant ways of titling pages. Imagine titling every one of your help pages with the product name first, followed by a slash with the real page name. At the same time, imagine not including the base page in the page&#8217;s title. The function references shown above would be a mess!</p>
<p>The subpage name technique is ugly for at least two reasons. First, it&#8217;s ungrammatical. Traditionally, the slash denotes an either/or significance, so writing Manual of Style/Proper Names literally means that you could refer to the content either as a Manual of Style or Proper names; the two words are both interchangeable or applicable. This is not really the case, though.</p>
<p>Parentheses aren&#8217;t much better. &#8220;Manual of Style (Proper names)&#8221; suggests that Proper names might be an alternative name for Manual of Style. Parentheses traditionally indicate a whisper or an aside comment.</p>
<p>Only those familiar with Wikipedia&#8217;s conventions, or who guess the meaning of the conventions based on the context of the titles they&#8217;re seeing, will understand the real meaning of the slash or parentheses.</p>
<p>Despite the unconventionality of titling pages this way, slashes seems to be the convention on wikis for denoting subpages. Here&#8217;s how Mozilla&#8217;s wiki uses subpages:</p>
<div id="attachment_10752" class="wp-caption alignnone" style="width: 610px"><a href="https://wiki.mozilla.org/index.php?title=Special:AllPages&amp;from=Mobile%2FQA%2FTegra%2F2009-07-30&amp;to=Mozilla.Elgg"><img class="size-full wp-image-10752" title="mozila-subpages" src="http://idratherbewriting.com/wp-content/uploads/2012/03/mozila-subpages.png" alt="" width="600" height="424" /></a><p class="wp-caption-text">Subpages on Mozilla</p></div>
<p>Not all wikis use subpages. The <a href="http://docwiki.embarcadero.com/RADStudio/en/Special:AllPages">Embarcadero wiki</a> doesn&#8217;t seem to use them. If they need subpages, they put the subpage name in parentheses.</p>
<div id="attachment_10753" class="wp-caption alignnone" style="width: 610px"><a href="http://docwiki.embarcadero.com/RADStudio/en/Special:AllPages"><img class="size-full wp-image-10753" title="embarcadero" src="http://idratherbewriting.com/wp-content/uploads/2012/03/embarcadero.png" alt="" width="600" height="254" /></a><p class="wp-caption-text">Subpages on the Embarcadero wiki</p></div>
<p>The <a href="http://knoppix.net/wiki/Special:Allpages">Knoppix wiki</a> just seems to use subpages for things like bugs.</p>
<div id="attachment_10755" class="wp-caption alignnone" style="width: 610px"><a href="http://idratherbewriting.com/wp-content/uploads/2012/03/knoppix1.png"><img class="size-full wp-image-10755" title="knoppix" src="http://idratherbewriting.com/wp-content/uploads/2012/03/knoppix1.png" alt="" width="600" height="583" /></a><p class="wp-caption-text">Subpages on Knoppix</p></div>
<p>&nbsp;</p>
<p>Other options for article titles are also problematic. Some people recommend that you start the page name with the product title. With this method, you end up with titles such as Acme Configuring your profile, Acme Exporting reports, Acme Adding widgets, and so on (assuming your product&#8217;s name is &#8220;Acme&#8221;). Sometimes this works. Many times it doesn&#8217;t.</p>
<p>An alternative might be to integrate the product title somewhere in the article title. For example, Configuring your Acme profile, Exporting reports from Acme, Adding widgets to Acme, etc. This is all right, but what happens when the product name doesn&#8217;t fit into the title? What if the product name is long and unwieldy, or a clunky acronym? What if your product name is <em>Linguistic Analysis Algorithm Identifier</em>, or something horrendous?</p>
<p>Another approach is to leave out the product name from the title altogether. If you have a sidebar with the collection name, that sidebar will provide some context about the product. This allows you to use graceful looking titles, but this method falls short when the sidebar isn&#8217;t included with the appearance of the page title. Search results, category lists, recent updates, page lists, and other areas of the wiki will not include the contextual sidebar.</p>
<p>I&#8217;m somewhat baffled by this page titling conundrum. I&#8217;m leaning towards the slash method only for content that has a clear top page, as pointed out in this <a href="http://en.wikipedia.org/wiki/Wikipedia_talk:Subpages#Re._Articles_do_not_have_sub-pages_--_wrong">heated discussion thread</a>. In general, I would like to omit subpages in titles altogether. In this same thread, one person notes that subpages are usually unnecessary because articles should stand by themselves:</p>
<blockquote><p>Aside from arguments based on technical or usability details (subpages do not have breadcrumbs in the main article space, newbies would find them confusing), we don&#8217;t use subpages in the main namespace because they should instead be valid articles in and of themselves. This is the practice; for example <a title="History of Canada" href="http://en.wikipedia.org/wiki/History_of_Canada">History of Canada</a> is effectively a subpage of <a title="Canada" href="http://en.wikipedia.org/wiki/Canada">Canada</a>, but is valid as an article in its own right. Indeed, it&#8217;s a guideline that Good and Featured articles must follow to some extent: <a title="Wikipedia:Summary style" href="http://en.wikipedia.org/wiki/Wikipedia:Summary_style">Wikipedia:Summary style</a>. <a title="User:Nihiltres" href="http://en.wikipedia.org/wiki/User:Nihiltres"><span style="color: #233d7a;">Nihiltres</span></a><sup><strong>{</strong><a title="User talk:Nihiltres" href="http://en.wikipedia.org/wiki/User_talk:Nihiltres"><span style="color: #000000;">t</span></a>.<a href="http://en.wikipedia.org/wiki/Special:Log?user=Nihiltres"><span style="color: #000000;">l</span></a><strong>}</strong></sup> 19:01, 20 April 2008 (UTC) (<a href="http://en.wikipedia.org/wiki/Wikipedia_talk:Subpages#Why_articles_do_not_have_subpages_.28arbitrary_subheading.29">See thread</a>.)</p></blockquote>
<p>This is perhaps why articles on Wikipedia are so long. What do you recommend in this situation?<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://3rabbitz.com">3Rabbitz book</a></li>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/flare/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=Flare8"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2012/03/22/subpage-titles-on-wikis/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress Tip: My WordPress Quick Start Guide — Now Available on the WordPress Codex</title>
		<link>http://idratherbewriting.com/2008/04/29/wordpress-quick-start-guide/</link>
		<comments>http://idratherbewriting.com/2008/04/29/wordpress-quick-start-guide/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 06:27:12 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress codex]]></category>
		<category><![CDATA[WordPress Newsletter]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=1494</guid>
		<description><![CDATA[I wrote a WordPress Quick Start Guide in wiki format and posted it on the WordPress Codex. Check it out here: http://codex.wordpress.org/WordPress_Quick_Start_Guide. This guide gives you a quick introduction to the most important tasks and concepts in WordPress. It divides these tasks and concepts into five sections, outlined below: Get Set Up 1.1 Advantages of Self-Hosted WordPress Blogs 1.2 Become Familiar with FTP 1.3 Install ... <a href="http://idratherbewriting.com/2008/04/29/wordpress-quick-start-guide/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I wrote a WordPress Quick Start Guide in wiki format and posted it on the WordPress Codex. Check it out here: <a title="WordPress Quick Start Guide" href="http://codex.wordpress.org/WordPress_Quick_Start_Guide" target="_blank">http://codex.wordpress.org/WordPress_Quick_Start_Guide</a>.</p>
<p><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide" target="_self"><img class="alignnone size-full wp-image-1495 alignright" style="float: right;" title="The WordPress Codex" src="http://www.idratherbewriting.com/wp-content/uploads/2008/04/codex.png" alt="" width="159" height="67" /></a>This guide gives you a quick introduction to the most important tasks and concepts in WordPress. It divides these tasks and concepts into five sections, outlined below: <span id="more-1494"></span></p>
<blockquote><p>
<a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Get_Set_Up">Get Set Up</a></p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Advantages_of_Self-Hosted_WordPress_Blogs"> 1.1 Advantages of Self-Hosted WordPress Blogs</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Become_Familiar_with_FTP"> 1.2 Become Familiar with FTP</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Install_WordPress_on_Your_Web_Host"> 1.3 Install WordPress on Your Web Host</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Explore_Your_New_WordPress_Blog"> 1.4 Explore Your New WordPress Blog</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Configure_General_Settings"> 1.5 Configure General Settings</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Import_Your_Content_from_Blogger_or_Elsewhere"> 1.6 Import Your Content from Blogger or Elsewhere</a></li>
</ul>
<p><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Create_Content"> 2 Create Content</a></p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Write_a_Post"> 2.1 Write a Post</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Create_a_Page"> 2.2 Create a Page</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Make_Categories_for_Your_Posts"> 2.3 Make Categories for Your Posts</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Add_Tags_to_Your_Posts"> 2.4 Add Tags to Your Posts</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Edit_a_Page_or_Post"> 2.5 Edit a Page or Post</a></li>
</ul>
<p><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Style_Your_Site"> 3 Style Your Site</a></p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Change_Your_Theme"> 3.1 Change Your Theme</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Modify_Your_Sidebar"> 3.2 Modify Your Sidebar</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Customize_Your_Header_Image_or_Background"> 3.3 Customize Your Header Image or Background</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Configure_How_Your_Pages_Appear"> 3.4 Configure How Your Pages Appear</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Make_It_Easy_to_Subscribe_to_Your_RSS_Feed"> 3.5 Make It Easy to Subscribe to Your RSS Feed</a></li>
</ul>
<p><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Add_More_Functionality"> 4 Add More Functionality</a></p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Install_a_Plugin"> 4.1 Install a Plugin</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Activate_Akismet_to_Stop_Spam"> 4.2 Activate Akismet to Stop Spam</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Create_a_Regular_Database_Backup"> 4.3 Create a Regular Database Backup</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Include_a_Contact_Form"> 4.4 Include a Contact Form</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Install_Other_Needed_Plugins"> 4.5 Install Other Needed Plugins</a></li>
</ul>
<p><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Understand_the_Code_More"> 5 Understand the Code More</a></p>
<ul>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Understand_A_Little_Bit_About_Template_Tags_.28PHP.29"> 5.1 Understand A Little Bit About Template Tags (PHP)</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Modify_Your_Theme.27s_Appearance"> 5.2 Modify Your Theme&#8217;s Appearance</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Understand_Your_Theme.27s_Files"> 5.3 Understand Your Theme&#8217;s Files</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Recognize_the_Loop"> 5.4 Recognize the Loop</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Learn_How_to_Get_Help"> 5.5  Learn How to Upgrade Your Blog Software</a></li>
<li><a href="http://codex.wordpress.org/WordPress_Quick_Start_Guide#Learn_How_to_Get_Help"> 5.6 Learn How to Get Help</a></li>
</ul>
</blockquote>
<p>I wrote the guide because I&#8217;ve felt, for some time now, that the <a href="http://codex.wordpress.org/Main_Page" target="_self">WordPress Codex</a> is too massive to be useful for anything more than reference information. There needs to be a shorter, more concise way of getting up to speed with <a href="http://wordpress.org" target="_blank">WordPress</a>.</p>
<p>I think my basic organization and content is okay, but the wiki format is challenging. It looks quite long, it&#8217;s not too printer friendly (although you can print it), and there aren&#8217;t any images (which means it&#8217;s not very visually attractive). Writing in wiki format is hard (easy to write, hard to make look professional).</p>
<p>If you have any suggestions for how I might improve the Quick Start Guide, let me know. Actually, if you want to get involved as a WordPress Codex author/editor, see <a href="http://codex.wordpress.org/Contributing_to_WordPress" target="_blank">Contributing to WordPress</a>. After you register for an account and log in, and then change the skin to Monobook, you&#8217;ll see an Edit button you can click to edit the wiki content. I&#8217;d love if it some of you out there actually edited this guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2008/04/29/wordpress-quick-start-guide/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

