diff --git a/doc/config.html b/doc/config.html index 0de9330f..111cad42 100755 --- a/doc/config.html +++ b/doc/config.html @@ -680,6 +680,18 @@ Options town = San Francisco, "Paris, Texas", "Paris, France"
+
Extendable options = <list>
+Options <attribute> to specify a list
+of possible options, this list is fixed. Sometimes it is desirable to extend
+the list when a new entry in a logbook is made and a certain option is missing
+on the list. By adding the attribute name to the Extandable options
+list, a button appears next to the attribute in the message entry form which
+lets you add new options to the list. The elogd.cfg configuration file is
+then automatically updated. When a new logbook entry gets made, the new option
+automatically appears in the drop-down box for that attribute.
++
ROptions <attribute> = <list>
Options above, but using radio buttons instead
diff --git a/elogd.cfg b/elogd.cfg
index 0791a54c..dff19dec 100755
--- a/elogd.cfg
+++ b/elogd.cfg
@@ -8,6 +8,7 @@ Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
+Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1