Editing the Tópico Ini File

THESE PAGES ARE STILL UNDER CONSTRUCTION AND DO NOT NECESSARELY REFLECT THE CURRENT VERSION OF TÓPICO

Tópico user initialization file (topico.user.xml) contains many settings that are particular to each user. You can edit most of these settings yourself by opening the user file in your favorite XML editor, or through different parts of the program.

Open the XML ini file in a new window.

THIS TOPIC IS A WORK IN PROGRESS

The settings section (<section id="settings">)

The settings section contains different settings used by Tópico. Here are a few examples.

<set key="debug" value="yes|no"/>

Setting debug to "yes" makes the log file a bit more verbose. This options is used to troubleshoot problems when they arise.

<set key="most_recent" value="32"/>

The number of collections to display in the recently opened file list.

<set key="backup_count" value="20"/>

The maximum number of backup to keep for a day. IF you keep selecting the Backup Source files menu item, Tópico will keep this amount of backup for a certain day. With the default setting, the 21st backup on a particular day will erase the first one made on that day.

The publishing section (<section id="publishing">)

The publishing section contains different properties that a re relevant to the publishing process like.

  • Output file names
  • Template file names

The xstandard section (<section id="xstandard">)

The xstandard section lists the different toolbar button configurations available. These configurations are.

XML

<set key="toolbar_default" value="strong,em,underline,sub,sup,,align-left,align-center,align-right,,bullets,numbering,,draw-data-table,hyperlink,image,,wysiwyg,preview,help"/>
<set key="toolbar_alternate" value="expand,bullets,numbering,,layout-table,data-table,,draw-layout-table,draw-data-table,,indent,blockquote,undo-blockquote,,textbox,line,hyperlink,image,,wysiwyg,source,preview,screen-reader,help"/>
<set key="toolbar_symbols" value="copyright,euro,pound,registered-trade-mark,trade-mark,yen,,wysiwyg,source,preview,screen-reader,help"/>
<set key="toolbar_expand" value="expand,,strong,em,underline,sub,sup,,align-left,align-center,align-right,indent,blockquote,undo-blockquote,,bullets,numbering,,draw-data-table,,textbox,line,hyperlink,image,,wysiwyg,source,preview,help"/>

You can edit these button list as you wish. Learn more about each button options at this address on the XStandard web site.

The namespaces section (<section id="namespaces">)

The namespaces section contains all the namespaces used to fill the .NET namespace manager used throughout the publication process.

The languages section (<section id="languages">)

The languages section lists the languages that are checked when upgrading collections. CHECK IF THIS SECTION IS STILL VALID

The status section (<section id="status">)

The status section lists the available topic status. THIS TOPIC IS A WORK IN PROGRESS

The exclude section (<section id="exclude">)

The exclude section lists the elements that are to be excluded from the XHTML validation. Not in use at the moment.

The metas section (<section id="metas">)

The metas section contains a list of the meta elements that are used in individual Tópico topic XHTML file.

THESE PAGES ARE STILL UNDER CONSTRUCTION AND DO NOT NECESSARELY REFLECT THE CURRENT VERSION OF TÓPICO

Sub topics

Learn how the %product_name% XML ini file looks like.

158 / 194