This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Tinderbox File Types : Configuration Files : html_helpers.xml |
html_helpers.xml |
This file is a list of programs that can be configured in HTML Preferences as the associated applications for editing HTML files output by Tinderbox. The file is a list of application names and their Mac OS 'creator' strings. v3.5.0 adds Camino to the list of pre-defined helpers.
Thus, to add a new HTML Editor/Viewer as a 'helper' you need to know its Mac OS 'creator' string and decide on the text you want for the on-screen name. The files will look something like this (without the XML comment):
<helper>
<!-- a list of helpers -->
<helper name="Firefox" signature="MOZB" />
</helpers>The second line above defines 'Firefox' as a helper and this is the name you see in pop-up lists on the program. Under the hood the creator type of 'MOZB' is passed to the Mac OS. It is the syntax of this ine you should copy when adding new helpers. In the following example, the Mac Browser Camino is added as a new helper, by inserting a new 'helper name' XML entity anywhere inside the <helpers></helpers> tags. The helper apps are listed in the order user in the file:
<helpers>
<helper name="Firefox" signature="MOZB" />
<helper name="Camino" signature="MOZC" />
</helpers>The order in which the 'helper name' entities are listed in the XML is the order in which the helpers are listed in Tinderbox's helper pop-ups.
The application should be re-started after editing these files to ensure changes are detected.
Up: Configuration Files | |
Previous: config.xml | Next: linkTypes.xml |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]