Is there (planned) support for <A NAME> and <HR /> in ELCODE?, posted by Kevin McCarty on Thu Apr 26 16:43:45 2007
|
Hello,
I am wondering if there is any support (or if not, if it is planned) for inserting HTML <a name> and <hr /> tags via ELCODE. This would be useful for long log messages in order to provide a table of contents and divide them into clear sections. If this support already exists, I'm afraid it is not obvious to me how to access it in ELCODE. If it does not yet exist, would you consider a patch for it?
As a related issue, to support <a name> usefully, it will also be necessary for ELCODE to support things like [url=#tag], which it currently converts to <a href = "http:///#tag"> instead the expected result of <a href = "#tag">.
(Please send me replies also by email at kmccarty AT princeton DOT edu, as I don't check this forum often.)
Thanks for writing ELOG; our group has been using it very productively on our server for the last few weeks.
best regards,
-- Kevin McCarty |
Re: Is there (planned) support for <A NAME> and <HR /> in ELCODE?, posted by Stefan Ritt on Fri Apr 27 08:38:58 2007
|
Kevin McCarty wrote: | I am wondering if there is any support (or if not, if it is planned) for inserting HTML <a name> and <hr /> tags via ELCODE. |
Very good idea. The horizontal line is already implemented via [LINE] and the anchor tag will soon follow. |
Re: Is there (planned) support for <A NAME> and <HR /> in ELCODE?, posted by Kevin McCarty on Fri Apr 27 08:56:10 2007
|
Stefan Ritt wrote: |
Kevin McCarty wrote: | I am wondering if there is any support (or if not, if it is planned) for inserting HTML <a name> and <hr /> tags via ELCODE. |
Very good idea. The horizontal line is already implemented via [LINE] and the anchor tag will soon follow. |
Wonderful, thanks!
-- Kevin McCarty |
Re: Is there (planned) support for <A NAME> and <HR /> in ELCODE?, posted by Stefan Ritt on Fri Apr 27 13:06:59 2007
|
Kevin McCarty wrote: | I am wondering if there is any support (or if not, if it is planned) for inserting HTML <a name> and <hr /> tags via ELCODE. This would be useful for long log messages in order to provide a table of contents and divide them into clear sections. If this support already exists, I'm afraid it is not obvious to me how to access it in ELCODE. If it does not yet exist, would you consider a patch for it?
As a related issue, to support <a name> usefully, it will also be necessary for ELCODE to support things like [url=#tag], which it currently converts to <a href = "http:///#tag"> instead the expected result of <a href = "#tag">. |
I implemented anchor tags. You can write something like
[ANCHOR]top[/ANCHOR]
and you can then reference it either by directly entering
http://midas.psi.ch/elogs/Forum/2223#top
or by entering simply
elog:2223#top
To make your table of contents, you can put a complete URL tag like
[URL=http://midas.psi.ch/elogs/Forum/2223#top]Goto top[/URL]
or inside the same entry simply
[URL=#top]Goto top[/URL]
which will be shown as
Goto top
I have added these link again at the bottom of this entry so you can try it with this entry directly.
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
... empty space ...
elog:2223#top |
Sorting by column title problem, posted by George Chisholm on Thu Apr 26 22:26:04 2007
|
Hi,
I am implementing ELOG for our Gas Control Centre.
Log entries sort ok when I click the ID or Date column title but not my custom attributes column headers???
Any suggestions?
Where do we send donations?
Best Regards and thanks for writing this very useful app.
George |
Re: Sorting by column title problem, posted by Stefan Ritt on Fri Apr 27 08:23:04 2007
|
George Chisholm wrote: | I am implementing ELOG for our Gas Control Centre.
Log entries sort ok when I click the ID or Date column title but not my custom attributes column headers???
Any suggestions? |
Indeed that was a bug, thanks for reporting it. I fixed it in the intermediate release which you can download at
http://midas.psi.ch/elog/download/windows/elog265-2.exe
George Chisholm wrote: | Where do we send donations? |
I have a PayPal account associated with my email address.
- Stefan |
sort attributs, posted by deletoille on Wed Mar 14 11:55:54 2007
|
hello,
For 1 event, I need the date and the hour of this one. An event can be enter in elog several days after this one. The problem is that I do not manage to carry out one sorts on these two attibuts. I tested the order “? rsort” but this one works only on one entry not out of 2 at the same time (? rsort=Heure+evenement, Date+evenement&mode=threaded)
have an easy way?
Thank you very much
Xavier Deletoille |
Re: sort attributs, posted by Stefan Ritt on Wed Mar 14 12:06:20 2007
|
deletoille wrote: |
For 1 event, I need the date and the hour of this one. An event can be enter in elog several days after this one. The problem is that I do not manage to carry out one sorts on these two attibuts. I tested the order “? rsort” but this one works only on one entry not out of 2 at the same time (? rsort=Heure+evenement, Date+evenement&mode=threaded)
have an easy way? |
Yepp. Since you can only sort on a single attribute, you combine time and date into one. This can be done like following:
Attributes = Icone, Type def fiche, ..., Evenement
Type Evenement = datetime
Now you can not only sort on Evenement, but you get also a date picker for that attribute in the entry form. To format the way Evenement is displayed, use the Time format option. |
Re: sort attributs, posted by deletoille on Wed Mar 21 16:51:14 2007 
|
Stefan Ritt wrote: |
deletoille wrote: |
For 1 event, I need the date and the hour of this one. An event can be enter in elog several days after this one. The problem is that I do not manage to carry out one sorts on these two attibuts. I tested the order “? rsort” but this one works only on one entry not out of 2 at the same time (? rsort=Heure+evenement, Date+evenement&mode=threaded)
have an easy way? |
Yepp. Since you can only sort on a single attribute, you combine time and date into one. This can be done like following:
Attributes = Icone, Type def fiche, ..., Evenement
Type Evenement = datetime
Now you can not only sort on Evenement, but you get also a date picker for that attribute in the entry form. To format the way Evenement is displayed, use the Time format option. |
thanks, It works but the order "?sort" seems to works only in summary view (attachment 1) and not in threaded (attachement 2) view.
Any idea? |
Re: sort attributs, posted by Stefan Ritt on Wed Apr 25 20:29:39 2007 
|
deletoille wrote: | thanks, It works but the order "?sort" seems to works only in summary view (attachment 1) and not in threaded (attachement 2) view.
Any idea? |
Two ideas. First, you have following URL:
.../page?rsort=Date+Evenement
but your attribute is "Evenement" (without "Date"). Can you check that?
Second: In threaded mode, only the "thread heads" are sorted. If an entry has one or more replies, it does not make sense to tear apart these replies because of sorting, so threads are always kept together, independent of their attributes. |
"Guest menu commands" not changing the menu line, posted by Steve Jones on Wed Mar 28 21:00:17 2007
|
I tried adding the lines below to my Global section, and while Guest access is turned on the menu line does not change. I tried searching SVN change logs for a comment regarding any 'guest' bugs but found nothing. Was this a problem at some point and fixed? I noticed that the Midas site is running 2.6.4-1814 and the guest menus work! Am I doing something wrong or was this a problem in the past?
Thanks!
Guest menu commands = List, Find, Login, Help
Guest List Menu commands = List, Find, Login, Help |
Re: "Guest menu commands" not changing the menu line, posted by Steve Jones on Thu Mar 29 23:03:26 2007
|
Steve Jones wrote: | I tried adding the lines below to my Global section, and while Guest access is turned on the menu line does not change. I tried searching SVN change logs for a comment regarding any 'guest' bugs but found nothing. Was this a problem at some point and fixed? I noticed that the Midas site is running 2.6.4-1814 and the guest menus work! Am I doing something wrong or was this a problem in the past?
Thanks!
Guest menu commands = List, Find, Login, Help
Guest List Menu commands = List, Find, Login, Help |
Quote: |
Ok, well, I built version 2.6.4-1795 and I have the same issue -- Guest menus do not show up when added to my configuration.
Suggestions on where to look? Start from scratch?
|
|
Re: "Guest menu commands" not changing the menu line, posted by Stefan Ritt on Fri Mar 30 06:38:28 2007
|
Steve Jones wrote: | Am I doing something wrong or was this a problem in the past? |
I can't remember any problem of that type.
Steve Jones wrote: | Suggestions on where to look? Start from scratch? |
Might not be a bad idea. Use the little config file from the distribution, then just add the guest menu lines, and try it. If it works, modify it gradually until it equals to your full config file, to see where the problem is. Stupid quiestion: After you added your guest menu, did you log out to become a "guest"? If you are logged in with your user name (stored in a cookie), you never will see the guest menu. |
Re: "Guest menu commands" not changing the menu line, posted by Steve Jones on Fri Mar 30 16:05:20 2007
|
Stefan Ritt wrote: |
Steve Jones wrote: | Am I doing something wrong or was this a problem in the past? |
I can't remember any problem of that type.
Steve Jones wrote: | Suggestions on where to look? Start from scratch? |
Might not be a bad idea. Use the little config file from the distribution, then just add the guest menu lines, and try it. If it works, modify it gradually until it equals to your full config file, to see where the problem is. Stupid quiestion: After you added your guest menu, did you log out to become a "guest"? If you are logged in with your user name (stored in a cookie), you never will see the guest menu. |
Quote: |
To answer your last question - yes, i logged out and the menu line never changed. I even put it into debug mode but the output reflects exactly what I see -- a non-changing menu line. I'll start with the simple config and see what happens.
BTW, WebSVN no longer provides a means of downloading a tar of your code trunk. I had to go to http://midas.psi.ch/elog/download/tar/ in order to get your 2.6.4-1 revision.
|
|
Re: "Guest menu commands" not changing the menu line, posted by Steve Jones on Fri Mar 30 16:42:35 2007
|
Steve Jones wrote: |
Stefan Ritt wrote: |
Steve Jones wrote: | Am I doing something wrong or was this a problem in the past? |
I can't remember any problem of that type.
Steve Jones wrote: | Suggestions on where to look? Start from scratch? |
Might not be a bad idea. Use the little config file from the distribution, then just add the guest menu lines, and try it. If it works, modify it gradually until it equals to your full config file, to see where the problem is. Stupid quiestion: After you added your guest menu, did you log out to become a "guest"? If you are logged in with your user name (stored in a cookie), you never will see the guest menu. |
Quote: |
To answer your last question - yes, i logged out and the menu line never changed. I even put it into debug mode but the output reflects exactly what I see -- a non-changing menu line. I'll start with the simple config and see what happens.
BTW, WebSVN no longer provides a means of downloading a tar of your code trunk. I had to go to http://midas.psi.ch/elog/download/tar/ in order to get your 2.6.4-1 revision.
|
|
Quote: |
Ok, here is what I found. Apparently in the past there was a "Find Menu Commands = " option? Because I had this in my config and elog was not barfing on it being there. So, I changed the word "Find" with "List" and things seems to now work. Stefan, was there an old command called "Find Menu Commands"?
|
|
Re: "Guest menu commands" not changing the menu line, posted by Stefan Ritt on Tue Apr 3 17:16:23 2007
|
Steve Jones wrote: | BTW, WebSVN no longer provides a means of downloading a tar of your code trunk. I had to go to http://midas.psi.ch/elog/download/tar/ in order to get your 2.6.4-1 revision.
|
That should be fixed now.
Steve Jones wrote: | Ok, here is what I found. Apparently in the past there was a "Find Menu Commands = " option? Because I had this in my config and elog was not barfing on it being there. So, I changed the word "Find" with "List" and things seems to now work. Stefan, was there an old command called "Find Menu Commands"?
|
Yes. Indeed this was changes some time ago. Have a look at elog:880. Unfortunately I did not announce this change clearly. |
Re: "Guest menu commands" not changing the menu line, posted by Steve Jones on Wed Apr 25 19:44:34 2007
|
Stefan Ritt wrote: |
Steve Jones wrote: | BTW, WebSVN no longer provides a means of downloading a tar of your code trunk. I had to go to http://midas.psi.ch/elog/download/tar/ in order to get your 2.6.4-1 revision.
|
That should be fixed now.
Steve Jones wrote: | Ok, here is what I found. Apparently in the past there was a "Find Menu Commands = " option? Because I had this in my config and elog was not barfing on it being there. So, I changed the word "Find" with "List" and things seems to now work. Stefan, was there an old command called "Find Menu Commands"?
|
Yes. Indeed this was changes some time ago. Have a look at elog:880. Unfortunately I did not announce this change clearly. |
Quote: |
Ok, I am fixed now (took me awhile to respond - sorry).
Thanks Stefan!
|
|
is there any other way for users to have access without my being online?, posted by marion on Thu Apr 19 00:17:53 2007
|
is there any other way for users to have access to the ELOG without my being online?
marion |
Re: is there any other way for users to have access without my being online?, posted by Steve Jones on Wed Apr 25 19:42:22 2007
|
marion wrote: | is there any other way for users to have access to the ELOG without my being online?
marion |
Quote: |
Your windows machine must be turned on, on the network, but you do not have to be logged in IF you have setup elog to "Run as a Service"
|
|
ok i give up - i have to admit - i do not understand the instructions, posted by marion on Wed Apr 18 22:59:52 2007
|
is there a possibility to get instructions in newbie language?
marion |
Re: ok i give up - i have to admit - i do not understand the instructions, posted by Stefan Ritt on Thu Apr 19 07:41:19 2007
|
marion wrote: | is there a possibility to get instructions in newbie language? |
No. You need some basic knowledge to run elog. Without this knowledge, it's better if you use some other package. |
HOW TO change http://localhost:8080/ to an address where users can access?, posted by marion on Tue Apr 10 04:03:59 2007
|
hi folks
thankyou for your time
have read the user docs
and admin docs
and faqs
i used the latest windows installer to have the script runner as a server on windows
BTW i have been looking for over 3 years for this sort of thing - so i had given up for the i would say, i have looked at over 120 scripts and progs for possibilites - could this really be it?
i have managed to make another logfile using the config example
from stev ritt accelerator logbook
with a slight variation (changed file attached)as i could not make the original work for me as i do not know what i am doing.
i placed this in the demo config, underneath the code that was already there ie
Theme = default
Comment = General linux tips & tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type
I REPLACED BELOW CODE
; use user level password access
Password file = passwd
Login expiration = 1000
Admin user = ritt
Self register = 1
WITH THIS CODE
; use user level password access
Password file = XXXXXX
Login expiration = 1000
Admin user = XXXXXX
Self register = 1
==============================================
MY QUESTION:
HOW do i change the automated address http://localhost:8080/ to an address where users can access?
or do i tell them the address is http://localhost:8080/ - somehow i think that is not going to work for them even though it does for me.
my address is
http://organicparents.org |
Re: HOW TO change http://localhost:8080/ to an address where users can access?, posted by Stefan Ritt on Tue Apr 10 10:17:27 2007
|
If you run elog on the machine which has the internet address organicparents.org, then you will be able to access elog under http://organicparents.org:8080, given that your firewall allows this access from outside. |
Re: HOW TO change http://localhost:8080/ to an address where users can access?, posted by marion on Wed Apr 18 13:59:14 2007
|
Stefan Ritt wrote: |
If you run elog on the machine which has the internet address organicparents.org, then you will be able to access elog under http://organicparents.org:8080, given that your firewall allows this access from outside. |
hi again stefan
i am getting the idea that i am supposted to upload elog to my website ? is this correct?
ie e should make a directory for ELOG and load files - what files?
or all the files that came from the downloaded ELOG PROGRAM that i placed in my c-d rive ?
marion |
Re: HOW TO change http://localhost:8080/ to an address where users can access?, posted by Stefan Ritt on Wed Apr 18 15:04:25 2007
|
marion wrote: | i am getting the idea that i am supposted to upload elog to my website ? is this correct?
ie e should make a directory for ELOG and load files - what files?
or all the files that came from the downloaded ELOG PROGRAM that i placed in my c-d rive ?
marion |
Where is your website? If it's hosted at a company, it's probably impossible to run elog there, since they only allow PHP scripts etc. |
Re: HOW TO change http://localhost:8080/ to an address where users can access?, posted by marion on Wed Apr 18 22:45:57 2007
|
Stefan Ritt wrote: |
marion wrote: | i am getting the idea that i am supposted to upload elog to my website ? is this correct?
ie e should make a directory for ELOG and load files - what files?
or all the files that came from the downloaded ELOG PROGRAM that i placed in my c-d rive ?
marion |
Where is your website? If it's hosted at a company, it's probably impossible to run elog there, since they only allow PHP scripts etc. |
where - i am not sure what you mean by where . it is hosted by franceso - i have full access to everything - i have cpanel -
Operating system Linux
Service Status Click to View
Kernel version 2.6.11-1.1369_FC4
Machine Type i686
Apache version 1.3.37 (Unix)
PERL version 5.8.4
Path to PERL /usr/bin/perl
Path to sendmail /usr/sbin/sendmail
Installed Perl Modules Click to View
PHP version 4.4.6
MySQL version 4.1.21-standard
cPanel Build 10.9.0-RELEASE 7965
Theme cPanel X v2.6.0
Documentation Click to View |
Re: HOW TO change http://localhost:8080/ to an address where users can access?, posted by Stefan Ritt on Thu Apr 19 07:40:01 2007
|
marion wrote: | it is hosted by franceso - i have full access to everything - i have cpanel - |
Then you have to install elog there from the RPM. See http://midas.psi.ch/elog/adminguide.html |
IF i run this as a "windows server", does this mean i have to be online for users to access it?, posted by marion on Tue Apr 10 04:27:02 2007
|
hi again folks
QUESTION
IF i run this as a "windows server", does this mean i have to be online for users to access it? |
Re: IF i run this as a "windows server", does this mean i have to be online for users to access it?, posted by Stefan Ritt on Tue Apr 10 10:13:52 2007
|
marion wrote: | hi again folks
QUESTION
IF i run this as a "windows server", does this mean i have to be online for users to access it? |
Yes. |
Re: IF i run this as a "windows server", does this mean i have to be online for users to access it?, posted by marion on Wed Apr 18 13:52:36 2007
|
Stefan Ritt wrote: |
marion wrote: | hi again folks
QUESTION
IF i run this as a "windows server", does this mean i have to be online for users to access it? |
Yes. |
so, is there any OTHER way for users to access the ELOG apart from via me?
eg online page?
marion |