diff --git a/doc/config.html b/doc/config.html index 2123c9e0..1763a243 100755 --- a/doc/config.html +++ b/doc/config.html @@ -580,7 +580,7 @@ Number of logbook entries displayed per page in a search result. The default is
Attributes = <list>
diff --git a/doc/faq.html b/doc/faq.html
index a05adc3a..b48aa5b7 100755
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -59,7 +59,16 @@ all logbooks, the above statements can be placed in the
-No. The idea behind ELOG is that it is a simple to use, simple to install application. Many people use ELOG under Windows, and they even don't know what MySQL means. Other people like the flat file database format, because it's simple, easily accessible from other programs, and it's easy to backup certain days or months of the database (since the filenames contain the date). Since ELOG should be independent of any other package, some "switchable" backend between native ELOG format and MySQL would be needed, which is lots of work and not planned right now.
+No. The idea behind ELOG is that it is a simple to use, simple to install application.
+Many people use ELOG under Windows, and they even don't know what MySQL means. Other people like
+the flat file database format, because it's simple, easily accessible from other programs, and it's easy
+to backup certain days or months of the database (since the filenames contain the date). Since ELOG
+ should be independent of any other package, some "switchable" backend between native ELOG
+format and MySQL would be needed, which is lots of work and not planned right now.
+
+However, there are several contributions from other people who wrote scripts to put ELOG entries
+into a MySQL database. One is available at
+http://midas.psi.ch/elogdemo/Forum/387.
[global]