> I think you should be using tcp_hostname instead of gethostname if it is > specified. Sorry my late reply, I was ill for some time. I implemented your suggestion in revision 1.522 which is available from CVS. Note that there is also the "URL = xxx" option in the configuration file which lets you specify the whole URL including the host name.
> I happened to find something interesting when trying my perl script. it hangs the > elog system with hand-crafted http header. This bug has been fixed in revision 1.524 of elogd.c available from CVS.
Ok, I changed that in version 2.5.5-3. Note that one can also use the "elog:..." substitution, like Display ThisURL = elog:$logbook/$message id
> Could you implemet and option 'admin menu' which gets displayed > when an 'admin' is logged in. This menu could e.g. also include 'Delete' > while the normal menu would not. You can achieve the same via Allow delete = <admin name>
Thanks, the file will be contained in the next release.
> The <pubDate> item doesn't appear to be a valid RFC-822 date. Causes some > aggregators to fail when parsing. I fixed that, now it passes the Feedvalidator. New version is under CVS.
> Have set up 3 top level groups, each with their own password file. > Ever since users have to 'login' twice to get to the appropriate elog. > You click on top level group, get to log book and click on the one you want > and get login/password dialog box, click ok and and you get it again and > then you finally get into the elog book. > > Anything I can check on this behavior? Sorry my late reply, was very busy these days... (;-) Can you send me your elogd.cfg so that I can see how you defined your groups? - Stefan
> Playing with all the configuration possibilities I have one issue: > I like to use the "Extendable options" but I can't combine them with > the "Conditional attributes". That was never ment to work. But I found some time to implement it. If you download elog255-4.exe from today it whould work. Let me know if you have problems.