Skip to content.
Find topic
Search text
General webs
Main (Wiki home)
TWiki docs
CCB Quicklinks
FAQ
?
How to use Wiki
Web tools
Recent changes
Topic list
Verbose topic list
Access statistics
Notify me of changes
Web preferences
Help
Text formatting rules
TWiki documentation
Sandbox (test) web
SHIVA
>
LabelIndexFileFormat
More...
Printable version
Attach a file
Edit this page
---++ Label Index File Format Label index files (*.lbl, *.txt) are ascii files used by Duff and SHIVA. Each line contains information of the label id, color (optional), tag name, and the long description. The fields are separated by a tab character. *Without Color*: <pre> <em>id</em> <em>tag</em> <em>description</em> </pre> *With Color*: <pre> <em>id</em> <em>0xrrggbb</em> <em>tag</em> <em>description</em> </pre> The color field sometimes may not be in a full six digit hex number, but the writer should attempt to produce all six digits.