This version is out of date, covering development from v6.0.0 to v6.6.5. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

TinderboxSix Icon

config.xml

This file holds a number of configuration settings currently not included in the document's Document settings in the config sub-folder of the Tinderbox Support folder. The file is stored Most settings relate to weblogs and RSS but two are for general use:

The application should be re-started after editing these files to ensure changes are detected.

From v6.4.0, two new elements may be overridden in config.xml. The default font name sets the default $TextFont for newly-created documents, and 1-9 sets the relative $TextFontSize from 1 (tiny) to 9 (huge). For instance:

<TextFont>Helvetica Neue</TextFont>
<code><TextSize>4</TextSize>

The default content config.xml (as in the app package):

<config version="1">
	<RecentPostLimit> 25 </RecentPostLimit>
	<RecentFileLimit> 7  </RecentFileLimit>
	<UniqueValueLimit> 99 </UniqueValueLimit>
	<TechnoratiServer>http://rpc.technorati.com/rpc/ping</TechnoratiServer>
	<TechnoratiMethod>weblogUpdates.ping</TechnoratiMethod>
	<WeblogsComServer>http://rpc.weblogs.com/RPC2</WeblogsComServer>
	<WeblogsComMethod>weblogUpdates.ping</WeblogsComMethod>
	<FeedsterServer>http://api.feedster.com/ping</FeedsterServer>
	<FeedsterMethod>weblogUpdates.ping</FeedsterMethod>
	<GoogleServer>http://blogsearch.google.com/ping/RPC2</GoogleServer>
	<GoogleMethod>weblogUpdates.extendedPing</GoogleMethod>
</config>


A Tinderbox Reference File : Tinderbox File Types : Configuration Files : config.xml