Re: Global change of links, posted by Stefan Ritt on Fri Dec 6 10:58:57 2024
|
You would have to access the raw elgo database files (which are pure ASCII files) and write some script which goes through all files and changes the URLs.
Stefan
Dr Marta Divall wrote: |
Dear All,
We have been using the ELOG for several years and had inserted hyper-links instead of whole files in order to save storage space. From this month our server is moved to a new location with a new address. Is there a way for me to retrospectivelly replace all addresses with the new server file pass?
Thanks in advance,
Best regards,
Marta
|
|
Re: Global change of links, posted by Dr Marta Divall on Fri Dec 6 11:06:28 2024
|
Thanks!
Stefan Ritt wrote: |
You would have to access the raw elgo database files (which are pure ASCII files) and write some script which goes through all files and changes the URLs.
Stefan
Dr Marta Divall wrote: |
Dear All,
We have been using the ELOG for several years and had inserted hyper-links instead of whole files in order to save storage space. From this month our server is moved to a new location with a new address. Is there a way for me to retrospectivelly replace all addresses with the new server file pass?
Thanks in advance,
Best regards,
Marta
|
|
|
, posted by on Fri Mar 25 08:24:11 107
|
|
Re: strage colors when only 'cmd=Search' is given as command, posted by Stefan Ritt on Mon Jul 1 10:31:31 2002
|
> Try this URL
>
> http://midas.psi.ch/elogdemo/Forum/?cmd=Search
Ok, has been fixed. Will be included in the next version. |
Re: last?? links in threaded mode, posted by Stefan Ritt on Mon Jul 1 10:32:28 2002
|
> The mode (i.e. summary, threaded, full) should be kept for the
> last??? and past??? links on a page.
>
> For instance:
>
> http://midas.psi.ch/elogdemo/Linux/last10?mode=threaded
>
> The last20 link on this page should also be in threaded mode.
Has been fixed. Will be included in next version. |
Re: Admin password, posted by Stefan Ritt on Mon Jul 1 10:36:47 2002
|
> I want to set up eLogs for a class w/out the need for passwords. But, at the
> same time, I don't want the students to change the config file. I tried
> setting up a global password, but am having some difficulty with the syntax
> I suppose I could remove the config command from the menu and edit the file
> using Pico, but that would require a better memory than I have...
>
> ******************
>
> usage: elogd [-p port] [-h hostname] [-D] [-c file] [-r pwd] [-w pwd] [-a
> pwd] [-l logbook]
>
> -p <port> TCP/IP port
> -h <hostname> TCP/IP hostname
> -D become a daemon
> -c <file> specify configuration file
> -v debugging output
> -r create/overwrite read password in config file
> -w create/overwrite write password in config file
> -a create/overwrite admin password in config file
> -l <logbook> specify logbook for -r and -w commands
>
> -k do not use keep-alive
>
> [root@eMonster elog]# elogd -a youtheman
>
> Must specify a lookbook via the -l parameter.
Nearly correct, just follow the note: specify a logbook via the -l parameter.
So if you logbook is called "linux", you enter
elogd -a youtheman -l linux |
Re: trailing '-' are removed from a message!!!, posted by Stefan Ritt on Mon Jul 1 11:35:28 2002
|
> Try to submit the following message:
>
> *** cut here ***
> -------------------------------------------------
> -------------------------------------------------
> -------------------------------------------------
> -------------------------------------------------
> *** cut here ***
>
> In fact after the next line there were 4 lines with '-', but
> they were not accepted by elog:
Ok, also fixed. Updated version is at
http://midas.psi.ch/cgi-bin/cvsweb/elog/elogd.c
Here is actually an example with '----' at the end:
-------------------------------------------------
-------------------------------------------------
-------------------------------------------------
------------------------------------------------- |
Options <attribute> = List????, posted by Mo on Mon Jul 1 13:56:12 2002
|
Hello,
Is it possible to have a drop down list with commas in the options.
For instance, if you want to have a attribute "CityState" you would
probably want a comma between the City and State name. Since the Options
are separated by commas, it turns into two different options. I dont know
if there is a way to do this or if this is a bug?
MO |