Re: multiple keyword search - regular expression, posted by Stefan Ritt on Fri Sep 4 14:07:31 2009
|
[quote="Yoshio Imai"]Maybe there is a simple way.
If I understand it correctly, the entries are accepted/rejected for inclusion in the search result list based on one call to [I]regexec[/I]. In order to
search for N keywords, you could replace this by a loop of N calls to [I]regexec[/I], and only accept the entry if all of them find a match.[/quote]
|
Absolut links for images in FCK Editor, posted by Jochen Krempel on Thu Feb 7 14:22:57 2008
|
We use ELOG inside a local network, but we want to allow access also from outside the firewall.
The suggested solution from Elog Admin Guide worked fine until version ELOG V2.6.5-1844
(essentially without FCK Editor): |
Re: Absolut links for images in FCK Editor, posted by Stefan Ritt on Mon Feb 11 17:28:33 2008
|
Jochen Krempel wrote:
We use ELOG inside a local network, but we want to allow access also from outside the firewall. |
Re: Absolut links for images in FCK Editor, posted by Jochen Krempel on Tue Feb 12 23:57:52 2008
|
Stefan Ritt wrote:
|
elog crashing on startup, posted by Jeff Stoner on Fri Feb 15 22:24:38 2008
|
I installed elog 2.7.2 rev 2041 into /data/elog on Redhat ES 4 Update 4. This is my initial elogd.cfg file:
[global]port = 80 |
Re: elog crashing on startup, posted by Stefan Ritt on Mon Feb 18 08:00:44 2008
|
Jeff Stoner wrote:
I create 14 of them, one for every 2 letters of the English alphabet and 0-9. The logbook name and Subdir |
move mxml code into elog's src directory, posted by Jeff Stoner on Fri Feb 15 03:16:45 2008
|
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile to:
MXMLDIR = src/mxml
Reason for change: if you want to build several versions of elog and you unpack the distributions in the same top-level directory, the most recently |
Re: move mxml code into elog's src directory, posted by Stefan Ritt on Fri Feb 15 06:59:52 2008
|
Jeff Stoner wrote:
The mxml source code should be moved into the elog-*/src directory. This requires changing the Makefile |