<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Helpinator Blog</title>
	
	<link>http://www.helpinator.com/blog</link>
	<description>The Best FREE CHM, PDF, RTF, HTML Help Authoring Tool</description>
	<pubDate>Fri, 29 Aug 2008 15:15:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/helpinator" type="application/rss+xml" /><feedburner:emailServiceId>2379271</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Helpinator 1.4</title>
		<link>http://www.helpinator.com/blog/2008/08/29/helpinator-14/</link>
		<comments>http://www.helpinator.com/blog/2008/08/29/helpinator-14/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 15:12:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[What's new]]></category>

		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.helpinator.com/blog/?p=6</guid>
		<description><![CDATA[This new version has the following new features:

Search and Replace across entire project.
Keywords highlight in the topic editor.
Command-line utility for batch processing.

Search and Replace
To activate &#8220;Search and Replace&#8221; select &#8220;Search &#38; Replace&#8221; node in the project tree view.
To start searching enter text into &#8220;Text to search&#8221; field and press &#8220;Go&#8221;. Helpinator will search all topics [...]]]></description>
			<content:encoded><![CDATA[<p>This new version has the following new features:</p>
<ul>
<li>Search and Replace across entire project.</li>
<li>Keywords highlight in the topic editor.</li>
<li>Command-line utility for batch processing.</li>
</ul>
<p><strong>Search and Replace</strong></p>
<div id="attachment_8" class="wp-caption alignnone" style="width: 302px"><a href="http://www.helpinator.com/blog/wp-content/uploads/2008/08/searchandreplace1.png"><img class="size-medium wp-image-8" title="searchandreplace1" src="http://www.helpinator.com/blog/wp-content/uploads/2008/08/searchandreplace1-292x300.png" alt="Search and Replace" width="292" height="300" /></a><p class="wp-caption-text">Search and Replace</p></div>
<p>To activate &#8220;Search and Replace&#8221; select &#8220;Search &amp; Replace&#8221; node in the project tree view.</p>
<p>To start searching enter text into &#8220;Text to search&#8221; field and press &#8220;Go&#8221;. Helpinator will search all topics in te project and put titles of topics that match search criteria into the list at the bottom. You can double-click items in this list to locate this text in selected topic.</p>
<p>To replace text enter text to be replaced into &#8220;Text to find&#8221;, check &#8220;Replace&#8221; option and enter new text. Then click &#8220;Go&#8221;.</p>
<p><strong>Keywords highlight in the topic editor.</strong></p>
<div id="attachment_9" class="wp-caption alignnone" style="width: 310px"><a href="http://www.helpinator.com/blog/wp-content/uploads/2008/08/keyhl.png"><img class="size-medium wp-image-9" title="keyhl" src="http://www.helpinator.com/blog/wp-content/uploads/2008/08/keyhl-300x256.png" alt="Keywords highlight" width="300" height="256" /></a><p class="wp-caption-text">Keywords highlight</p></div>
<p>Keywords from the &#8220;Keywords&#8221; field at the bottom of the topic editor are now highlighted with dotted blue line.</p>
<p>Also there&#8217;s new context menu item &#8220;Add to keywords&#8221;. Select a word in topic editor, right-click on it and select &#8220;Add to keywords&#8221; from the menu. Selected text will become a keyword.</p>
<p><strong>Command-line utility for batch processing.</strong></p>
<div id="attachment_10" class="wp-caption alignnone" style="width: 310px"><a href="http://www.helpinator.com/blog/wp-content/uploads/2008/08/scline.png"><img class="size-medium wp-image-10" title="scline" src="http://www.helpinator.com/blog/wp-content/uploads/2008/08/scline-300x23.png" alt="command line helpinator" width="300" height="23" /></a><p class="wp-caption-text">command line helpinator</p></div>
<div>Helpinator now comes with command-line compiler <strong>chelpinator.exe</strong> that you  can use in batch files.</div>
<div>It has the following parameters:</div>
<div>chelpinator.exe &lt;format&gt; &lt;outputfileorfolder&gt;  [-v&lt;variables.ini&gt;] &lt;projectfile&gt;</div>
<div>&lt;format&gt; (required) - specifies output format. Can have the following  values:</div>
<div>- /chm - for CHM format</div>
<div>- /rtf - for RTF format</div>
<div>- /pdf - for PDF format</div>
<div>- /html - for browser-based html help.</div>
<div>&lt;outputfileorfolder&gt; (required) - specifies full output folder or  file name. Filename is for CHM, PDF and RTF formats and folder is for HTML  format.</div>
<div>-v&lt;variables.ini&gt; (optional) - you can override values of project  variables using this switch. Create a file with variables you want to override  in the form:</div>
<div>VARIABLE=VALUE</div>
<div>For example:</div>
<div>VERSION=1.5.1</div>
<div>&lt;projectfile&gt; (required) - full path to the Helpinator project you  are about to compile.</div>
<div><strong>Example.</strong></div>
<div>Suppose path to your project is C:\Project\Help\myproject.hgu.</div>
<div>You need to compile PDF help from it and place it into C:\PDF folder.</div>
<div>You can use the following command line to do that:</div>
<div>chelpinator.exe /pdf C:\PDF\myproject.pdf C:\Project\Help\myproject.hgu</div>
]]></content:encoded>
			<wfw:commentRss>http://www.helpinator.com/blog/2008/08/29/helpinator-14/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
