diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 3fa19cac..cbcaf96c 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -1,3 +1,12 @@ +Version 2.2.3, released Nobember 20th, 2002 +=========================================== + +- Added "charset = ..." option +- Fixed bug with 10 attachments +- Added "Table align = ..." option +- Create data directory automatically +- Allow substitutions in attributes for searches, like "Author=$full_name" + Version 2.2.2, released Nobember 6th, 2002 ========================================== diff --git a/doc/config.html b/doc/config.html index 50d09f19..b9e64628 100755 --- a/doc/config.html +++ b/doc/config.html @@ -213,8 +213,8 @@ Here are the available options, by broad categories:
Data dir = <directory>
elogd program.
+is controlled by this statement. If the directory does not exist, it is created
+autmatically by the elogd program.
Number Attachments = <number>
diff --git a/doc/faq.html b/doc/faq.html
index 08768d0d..d57c77f2 100755
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -25,7 +25,7 @@
@@ -140,6 +140,24 @@ This causes the welcome page being redirected to /logbook/last10, where < /logbook?cmd=Search&<attrib>=<value> for a search with <attrib>=<value> +
+This can be achieved with the Bottom text = bottom.html option. Put
+following HTML code in your bottom.html:
+
+
+<center> +<a href="?mode=summary">Summary</a> | +<a href="?mode=full">Full</a> | +<a href="?mode=threaded">Threaded</a> +</center> ++
+This gives you three links with different display mode. You can also add filters there
+like
+
+<a href="?mode=summary&Type=Routine">Routine entries</a>.
+
Here are some "wishlist" items requested by users. I will work down the list as time permits. If you find @@ -164,13 +182,11 @@ a feature you find useful on the list, there is a good chance that it will appea
-