TDI410 refers to the 2.0-litre, four-cylinder twin-turbo diesel motor under the bonnet, which makes 130kW at 3600rpm and 410Nm at 2000rpm. Your other option here is a TDI340, which has 103kW.
Developer(s) | Putercraft LLC |
---|---|
Stable release | |
Written in | Objective-C |
Operating system | OS X |
Platform | Macintosh |
Available in | English |
Type | Help authoring tool |
License | Proprietary |
Website | www.putercraft.com |
Help Crafter is a Macintosh-based help authoring tool published by US based company Putercraft LLC. It outputs a native Mac help bundle to be included in Mac applications.
The latest release is version 2.0. It is available from the Apple App Store.
Help Crafter is help authoring tool for Macintosh desktop applications. It allows users to create individual pages using its text editor, and organize pages in a tree structure. Each page can contain keywords and an abstract that allows users to find content anywhere in the Apple Help Viewer system application.
Home Page: Help Viewer 2.0 on CodePlex
Click download (above) to get version 1.0.0.10 of the Help Viewer 1.0 code examples (compiled executables are included. Code is C# .NET). Requires VS 11 to run and compile.
Help Viewer 2.0 is the help runtime for both Visual Studio 11 and Windows 8 desktop. These have separate DLLs but are created from the same code base. The API examples currently use the VS 11 help API but you can edit the project references to point to the Windows 8 DLLs instead.
There are 2 API examples currently included:
The examples were created by Helpware (MVP Rob Chandler) with the support and partnership of Mr. Paul O'Rear [MS] and the Microsoft Help team.
If you see bugs please report via CodePlex.
Rob
[MS Help MVP]
http://helpware.net
Help Viewer example - Note that this is not fully featured (eg. I haven't implemented things like bookmarks) but it will get you started in creating a standard help viewer.
Help Viewer 2.0 API Explore - Shows you examples of all available help API calls. Plus utilty for creaing ,mshx and .mshi files. Also code that explores the XML files of a managed catalog store. And error log viewer.