set index [.help.text index insert]
.help.text insert insert "What is the \"Dotfile Generator\"\n"
.help.text tag add header $index insert
.help.lbox insert end "What is the \"Dotfile Generator\""
set generalHelpIndex($header) $index
lappend textIndexes {What is the \"Dotfile Generator\"}
incr header
.help.text insert insert "The dotfile generator provides a friendly user interface, for configuring dotfile, e.g. "
set index [.help.text index insert]
.help.text insert insert ".emacs"
.help.text tag add italic $index insert
.help.text insert insert ", "
set index [.help.text index insert]
.help.text insert insert ".tcshrc"
.help.text tag add italic $index insert
.help.text insert insert " or "
set index [.help.text index insert]
.help.text insert insert ".tvwmrc"
.help.text tag add italic $index insert
.help.text insert insert ". See the about box for information on the current module. \n\n"
set index [.help.text index insert]
.help.text insert insert "Menus\n"
.help.text tag add header $index insert
.help.lbox insert end "Menus"
set generalHelpIndex($header) $index
lappend textIndexes {Menus}
incr header
.help.text insert insert "The dotfile generator sorts its configuration options into menus. These menus can have any depth, and can be traversed forwards by clicking on the actual menu index, and backwards by clicking on "
set index [.help.text index insert]
.help.text insert insert "<--Back"
.help.text tag add italic $index insert
.help.text insert insert " \n\n"
set index [.help.text index insert]
.help.text insert insert "Generate\n"
.help.text tag add header $index insert
.help.lbox insert end "Generate"
set generalHelpIndex($header) $index
lappend textIndexes {Generate}
incr header
.help.text insert insert "When you click on the generate button, information will either be printed in a dialog box, saved to a file, or both. This is configured in the setup menu. Save is bound to Ctrl-S. \n\n"
set index [.help.text index insert]
.help.text insert insert "Internal States\n"
.help.text tag add header $index insert
.help.lbox insert end "Internal States"
set generalHelpIndex($header) $index
lappend textIndexes {Internal States}
incr header
.help.text insert insert "The dotfile generator can "
set index [.help.text index insert]
.help.text insert insert "not"
.help.text tag add italic $index insert
.help.text insert insert " read it's own output, but what it can do is to write a configuration file, which it can reread to configure it self. This way you can use the generator, and then "
set index [.help.text index insert]
.help.text insert insert "save"
.help.text tag add italic $index insert
.help.text insert insert " you data, and carry on latter. Under the setup menu you can set the dotfile generator up to export every time you "
set index [.help.text index insert]
.help.text insert insert "generate"
.help.text tag add italic $index insert
.help.text insert insert ". \n\n"
set index [.help.text index insert]
.help.text insert insert "Reset Page\n"
.help.text tag add header $index insert
.help.lbox insert end "Reset Page"
set generalHelpIndex($header) $index
lappend textIndexes {Reset Page}
incr header
.help.text insert insert "With the ability of importing comes the posibility of reseting a single menu page, which you do from the main menu \n\n"
set index [.help.text index insert]
.help.text insert insert "More help\n"
.help.text tag add header $index insert
.help.lbox insert end "More help"
set generalHelpIndex($header) $index
lappend textIndexes {More help}
incr header
.help.text insert insert "Help is available for any of the configuration options, by clicking on the right mouse button.\nHelp is available for every widget, ie. for checkbuttons menus etc. When a menu is nested, there is general help on the header, and specific help on each basic option. General help are also found on headers, when a menu is divided into subgroups. \n\n"
set index [.help.text index insert]
.help.text insert insert "Setup\n"
.help.text tag add header $index insert
.help.lbox insert end "Setup"
set generalHelpIndex($header) $index
lappend textIndexes {Setup}
incr header
.help.text insert insert "In the setup menu, you can configure different things for the dotfile generator\n"
set index [.help.text index insert]
.help.text insert insert "dotfile:"
.help.text tag add italic $index insert
.help.text insert insert " This is the file in which the dotfile generator will save its generated output.\n"
set index [.help.text index insert]
.help.text insert insert "Comment character:"
.help.text tag add italic $index insert
.help.text insert insert " this is the comment character(s) for the output language you are configuring for.\n"
set index [.help.text index insert]
.help.text insert insert "generate to file:"
.help.text tag add italic $index insert
.help.text insert insert " Here you can select whether the dotfile generator shall save its generated output to a file or not.\n"
set index [.help.text index insert]
.help.text insert insert "print:"
.help.text tag add italic $index insert
.help.text insert insert " Here you can select whether the dotfile generator shall open an output window and print its output there\n"
set index [.help.text index insert]
.help.text insert insert "Generate defaults too:"
.help.text tag add italic $index insert
.help.text insert insert " If this is selected, things which are default will be generated anyway, otherwise the dotfile generator will only generate things which are different from the default.\n"
set index [.help.text index insert]
.help.text insert insert "Just Generate one page at a time:"
.help.text tag add italic $index insert
.help.text insert insert " You have to different ways to generate information from the dotfile generator. The first one is to select everything you would like to configure, and the choose generate. The other way is to configure one page at a time, and for every page choose generate.\n"
set index [.help.text index insert]
.help.text insert insert "Note"
.help.text tag add bold $index insert
.help.text insert insert " If you choose the second method, the button at the bottom of each configuration page will be inactive. Otherwise they can be toggled with "
set index [.help.text index insert]
.help.text insert insert "Meta-s"
.help.text tag add bold $index insert
.help.text insert insert "\n"
set index [.help.text index insert]
.help.text insert insert "save when generating"
.help.text tag add italic $index insert
.help.text insert insert " If you select this option, the dotfile will save everytime you generate.\n"
set index [.help.text index insert]
.help.text insert insert "Place windows"
.help.text tag add italic $index insert
.help.text insert insert " If you select this option, windows will be place at the top, side by side. Otherwise it is your window managers job to place the window. \n\n"
set index [.help.text index insert]
.help.text insert insert "How to make your own module\n"
.help.text tag add header $index insert
.help.lbox insert end "How to make your own module"
set generalHelpIndex($header) $index
lappend textIndexes {How to make your own module}
incr header
.help.text insert insert "In the subdirectory of the source directory, there exists a document called "
set index [.help.text index insert]
.help.text insert insert "dotdotfiles.ps"
.help.text tag add italic $index insert
.help.text insert insert " this describe the syntax of the dotdotfiles. This document is also available via html in <http://www.imada.ou.dk/~blackie/dotfile/dotdotfiles.ps> \n\n"
set index [.help.text index insert]
.help.text insert insert "more information\n"
.help.text tag add header $index insert
.help.lbox insert end "more information"
set generalHelpIndex($header) $index
lappend textIndexes {more information}
incr header
.help.text insert insert "For more information see <http://www.imada.ou.dk/~blackie/dotfile/> \n\n"
set index [.help.text index insert]
.help.text insert insert "BUGS\n"
.help.text tag add header $index insert
.help.lbox insert end "BUGS"
set generalHelpIndex($header) $index
lappend textIndexes {BUGS}
incr header
.help.text insert insert "please report bug through the WWW page: <http://www.imada.ou.dk/~blackie/dotfile/bugs.html> Don't be shy, after all, I'm not able to correct bugs I don't know exist. \n\n"
