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(0) $index
lappend textIndexes {What is the \"Dotfile Generator\"}
.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(1) $index
lappend textIndexes {Menus}
.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 "Save\n"
.help.text tag add header $index insert
.help.lbox insert end "Save"
set generalHelpIndex(2) $index
lappend textIndexes {Save}
.help.text insert insert "When you click on the save 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 "Export/Import\n"
.help.text tag add header $index insert
.help.lbox insert end "Export/Import"
set generalHelpIndex(3) $index
lappend textIndexes {Export/Import}
.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 the "
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 save. \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(4) $index
lappend textIndexes {Reset Page}
.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(5) $index
lappend textIndexes {More help}
.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(6) $index
lappend textIndexes {Setup}
.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 output.\n"
set index [.help.text index insert]
.help.text insert insert "Export file:"
.help.text tag add italic $index insert
.help.text insert insert " This is the file in which the dotfile generator save its configuration 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 character(s) for the output language you are configuring for.\n"
set index [.help.text index insert]
.help.text insert insert "save to file:"
.help.text tag add italic $index insert
.help.text insert insert " Here you can select whether the dotfile generator shall save its 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 "Save defaults too:"
.help.text tag add italic $index insert
.help.text insert insert " If this is selected, things which are default will be saved anyway, otherwise the dotfile generator will only save things which are not default.\n"
set index [.help.text index insert]
.help.text insert insert "Just save one page at a time:"
.help.text tag add italic $index insert
.help.text insert insert " You have to different ways to save information from the dotfile generator. The first one is to select everything you would like to configure, and the choose save. The other way is to configure one page at a time, and for every page choose save.\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.\n"
set index [.help.text index insert]
.help.text insert insert "export when saving"
.help.text tag add italic $index insert
.help.text insert insert " If you select this option, the dotfile will export everytime you save. \n\n"
set index [.help.text index insert]
.help.text insert insert "~/.dotfilerc\n"
.help.text tag add header $index insert
.help.lbox insert end "~/.dotfilerc"
set generalHelpIndex(7) $index
lappend textIndexes {~/.dotfilerc}
.help.text insert insert "The dotfile generator sources the file ~/.dotfilerc, in which you can write a line like this:\n"
set index [.help.text index insert]
.help.text insert insert "set setup(exportFile)"
.help.text tag add bold $index insert
.help.text insert insert " "
set index [.help.text index insert]
.help.text insert insert "filename"
.help.text tag add italic $index insert
.help.text insert insert "\nThis can be done, if you want to change the name for the export file, other setup options can be restored from the exportfile with import. \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(8) $index
lappend textIndexes {How to make your own module}
.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> "
.help.text tag configure header -font $largeFont
.help.text tag configure italic -font $italicFont
.help.text tag configure bold -font $boldFont
.help.text configure -state disabled
