Helpinator 3 is almost ready

Filed under: Uncategorized — admin @ 9:05 am May 20, 2010

What new version will bring?

1. CVS-friendly mode. You can use any CVS available on the market and check-in/check-out individual topics, not entire project.

2. Global named text and paragraph styles.

3. “Cloned” images. Now several library images can have same backgound. This is very useful when you have several images with annotations that are based on the same screenshot. Now you only need to update one image when your interface changes, not all of them.

4. PDF with links in TOC and in table of contents. Link to another topics, websites, etc.

5. New website generator, with “Index” and “Search” tabs, just like in standard CHM.

…and more to come!

Upgrade is free for registered users of Helpinator 2.X. And don’t forget – you can save 50% if you purchase before May, 31st. Use coupon code MAY2010.

50% Off Until May 2010

Filed under: Uncategorized — admin @ 1:57 am

Sale! 50 % off util end of May, 2010. Use coupon code MAY2010 to get this discount.

Helpinator 2.3.2

Filed under: Uncategorized — admin @ 3:50 pm January 5, 2010

* Fixed – missing in-topic PNG images in old projects.
* Fixed “Convert CHM to HGU” to properly convert projects with png images.

Helpinator 2.3.1

Filed under: Uncategorized — admin @ 5:17 pm December 16, 2009

In this update:

* Fixed bug with colors of PNG images

* Fixed bug with anchor lists in topics that contain hyperlinks.

New Support System

Filed under: Uncategorized — admin @ 6:58 pm November 30, 2009

From now on we provide support for our registered users via new ticket support system. It’s easy to use and significantly increases quality of customer service.

Here it is:

http://www.majormind.com/helpdesk

Helpinator 2.3 released

Filed under: Uncategorized — admin @ 6:56 pm

New in this version:

+ Project verification

+ Reports

+ New compile log window

Helpinator 2.1 Released

Filed under: Uncategorized — Tags: — admin @ 5:07 pm August 26, 2009

What’s new in this release:

+ Now users can change titles of {%NEXTTOPIC%} AND {%PREVTOPIC%} tags in HTML
templates.
+ Changed button layout in item lists
+ More predefined HTML templates
+ Fixed bug with PDF in huge projects
+ Fixed bug with variable presets editor

Helpinator 2.0 Released

Filed under: Uncategorized — admin @ 7:39 am June 8, 2009

New features since Beta:

- Header and Footer for PDF

- Correct outline in PDF

- Page numbers in the Table Of Contents

Fixed:

- Bug with missing CSS styles.

Download:

Helpinator 2.0 Professional: helpinator2professional.zip

Helpinator 2.0 FREE: helpinator2free.zip

What’s new in Helpinator 2.0 since version 1.4

Filed under: Uncategorized — admin @ 8:18 am April 3, 2009

You can download Helpinator 2.0 BETA here: http://www.helpinator.com/downloads/helpinatorfreebeta.zip

1.       Multiple languages in one project file.

2.       Conditional compilation and variable presets.

3.       Template builder.

4.       Import/Export RTF and HTML.

5.       Library images inside topics in their natural form (not only as placeholders).

6.       Simple image editor with shapes to annotate screenshots and create diagrams.

7.       Tasks.

1.       Multiple languages in one project file. It’s a hard job to maintain documentation for a multilingual application. If you have separate projects you need to keep structure and context id’s synchronized. Helpinator stores multiple languages in the same project file, project structure and topic context id’s remain the same across all project languages. One language is basic, you can add as many languages as you like at any time

2.       Conditional compilation. It’s a common issue when the same product has different editions with different set of features. But most of the features overlap. Of course you can have separate project for each edition but as with multiple languages you need to keep them synchronized though making double work maintaining same features. Helpinator has conditional compilation feature to solve this issue. First, Helpinator has project variables. Second, Helpinator has conditional directives that can evaluate variable values and skip parts of topic text when condition is false. You can even control entire topic inclusion/exclusion based on condition. You can group variables into named “presets”. Each preset has it’s own variable values. You can select preset before compilation to control compilator behavior through directives.

3.       “Template builder “ feature allows you to create your own HTML template without any HTML/CSS knowledge.

4.       Import/Export RTF and HTML. First of all, you can import existing RTF and HTML documents into Helpinator project. Second you can export topics, snippets and keywords with some additional structure info. This feature allows you to translate your documentation into foreign languages easily. Translated project can be imported back to selected language and project structure will remain the same.

5. Now library images can be shown inside topics in full-size with a small header at the top depicting image name.

6.       Simple image editor with shapes for annotating screenshots and creating simple diagrams. Image editor allows you to add different shapes, text and arrows to your screenshots. Also sometimes it is worth to create a small flow chart to show users what they need to do. Just add empty blank image and use shaped to create diagram.

7.       Tasks. You can assign simple to-do items to topics and entire project. When you edit a topic, list of all tasks assigned to it is shown at the bottom of the editor. When you select “Tasks” node in the project tree view – all tasks in the project are shown. You can select tasks and move to the topic it is assigned to.

Helpinator 2.0 List of Features

Filed under: Uncategorized — Tags: — admin @ 8:10 am

Today we are proud to announce Helpinator 2.0 Beta.

You can download it here: http://www.helpinator.com/downloads/helpinatorfreebeta.zip

Main features of Helpinator:

1.       Multiple languages in one project file.

2.       Generates CHM, PDF, RTF and websites.

3.       Conditional compilation

4.       Template engine with HTML template builder.

5.       Import/Export RTF and HTML

6.       Library images and text snippets.

7.       Simple image editor with shapes to annotate screenshots and create diagrams.

8.       Tasks.

9.       Console version for batch processing.

More detailed explanation of features:

1.       Multiple languages in one project file. It’s a hard job to maintain documentation for a multilingual application. If you have separate projects you need to keep structure and context id’s synchronized. Helpinator stores multiple languages in the same project file, project structure and topic context id’s remain the same across all project languages. One language is basic, you can add as many languages as you like at any time.

2.       Generates CHM, PDF, RTF and websites from the same project. You don’t have to do additional work to provide documentation in different formats.

3.       Conditional compilation. It’s a common issue when the same product has different editions with different set of features. But most of the features overlap. Of course you can have separate project for each edition but as with multiple languages you need to keep them synchronized though making double work maintaining same features. Helpinator has conditional compilation feature to solve this issue. First, Helpinator has project variables. Second, Helpinator has conditional directives that can evaluate variable values and skip parts of topic text when condition is false. You can even control entire topic inclusion/exclusion based on condition. You can group variables into named “presets”. Each preset has it’s own variable values. You can select preset before compilation to control compilator behavior through directives.

4.       Template engine. Templates allow you to change the way your documentation looks. Helpinator supports two types of templates – HTML and RTF. HTML Templates are used to generate CHM and website, RTF templates for RTF and PDF documentation. You can have different templates for different languages and even every topic can have it’s own template. “Template builder “ feature allows you to create your own HTML template without any HTML/CSS knowledge.

5.       Import/Export RTF and HTML. First of all, you can import existing RTF and HTML documents into Helpinator project. Second you can export topics, snippets and keywords with some additional structure info. This feature allows you to translate your documentation into foreign languages easily. Translated project can be imported back to selected language and project structure will remain the same.

6.       Library images and snippets. When you create documentation for a software product you often use the same image or screenshot to illustrate different topics. When interface changes you need to browse through all the topics to find where images need to be changed. Or you can use Helpinator image library feature. All library images are available under “Images” node of project tree view. When you need to include image into topic – just place a link to library image. When library image changes it will appear in it’s new form in all topics that reference it. Text snippets are similar to library images except they are named blocks of text.

7.       Simple image editor with shapes for annotating screenshots and creating simple diagrams. Image editor allows you to add different shapes, text and arrows to your screenshots. Also sometimes it is worth to create a small flow chart to show users what they need to do. Just add empty blank image and use shaped to create diagram.

8.       Tasks. You can assign simple to-do items to topics and entire project. When you edit a topic, list of all tasks assigned to it is shown at the bottom of the editor. When you select “Tasks” node in the project tree view – all tasks in the project are shown. You can select tasks and move to the topic it is assigned to.

9. Helpinator has console app chelpinator.exe that you can use in your batch files to compile project.