ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1062
|
Wed Apr 6 23:02:47 2005 |
| Becher | lehmannth@12move.de | | | | Re: HTML-File as attachement |
I think this is reasonable. All the HTML-files which I want insert (created with the software
INCA) are not shown correctly. My testfiles made with OpenOffice are shown correctly. Maybe
you have the time to program an option for the attachement "Show inside/Show in new window or
tab", so that the user can choose, how his HTML file is shown. Similiar to the option "Submit
as HTML text". |
1064
|
Thu Apr 7 22:18:04 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | | | Re: HTML-File as attachement |
> I think this is reasonable. All the HTML-files which I want insert (created with the software
> INCA) are not shown correctly. My testfiles made with OpenOffice are shown correctly. Maybe
> you have the time to program an option for the attachement "Show inside/Show in new window or
> tab", so that the user can choose, how his HTML file is shown. Similiar to the option "Submit
> as HTML text".
I changed it such that all attachment are shown in a separate browser window if clicked. Hope
this satisfies most people. I believe an extra switch in the config file is too much for this
little thing, unless someone absolutely wants back the old behaviour. |
1065
|
Fri Apr 8 14:35:19 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | All | 2.5.8 | Howto subscribe to ELOG RSS feeds in Mozilla Thunderbird |
So subscribe to ELOG RSS feeds, do the following:
- In Thunderbird, click "Tools/Account setting", then click "Add account",
"RSS News & Blogs", "Next", "Finish", "Ok".
- Select "News & Blogs" in the "Folders" pane, right-click and select
"Properties"
- Click on "Manage Subscriptions..."
- Click on "Add"
- Enter the Feed URL of elog. Use your logbook URL and add "elog.rdf". For
this forum for example, enter
http://midas.psi.ch/elogs/Forum/elog.rdf
- Click OK. That's all.
See how the RSS feed shows up in the attached image. Please note that you
need public read access to your logbook for this to work (via "Guest menu
commands"), since the RSS mechanism does not support authentication. |
Attachment 1: rss.gif
|
|
1098
|
Mon Apr 18 17:02:20 2005 |
| Stephen A. Wood | saw@jlab.org | | Linux | 2.5.8-3 | Directories in top groups |
I am trying to unify several existing logbook collections that run on
seperate servers under a single server using groups. For a top group, under
"[global topgroupname]", I would like to redefine the resource directory or
the logbook directory so that everything except for the .cfg is at it
original location. However, it seems like "Resource dir" and "Logbook dir"
can not be redefined in the global section for specific groups. Is it
possible to redefine these directories for each top group, or is it feature
that could be added?
I could probably do what I want with soft-links, but redefining the resource
dir just seems to be right way to do this. (For one thing, I would like
different favicons for each group.) |
1101
|
Mon Apr 18 21:57:19 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | Linux | 2.5.8-3 | Re: Directories in top groups |
> I am trying to unify several existing logbook collections that run on
> seperate servers under a single server using groups. For a top group, under
> "[global topgroupname]", I would like to redefine the resource directory or
> the logbook directory so that everything except for the .cfg is at it
> original location. However, it seems like "Resource dir" and "Logbook dir"
> can not be redefined in the global section for specific groups. Is it
> possible to redefine these directories for each top group, or is it feature
> that could be added?
Not easily. There is only a single logbook and resource directory inside elogd.
The reason is that these are constants which can be fixed during compile time.
The Debian package uses this extensively. So having multiple directories would
break that scheme.
> I could probably do what I want with soft-links, but redefining the resource
> dir just seems to be right way to do this. (For one thing, I would like
> different favicons for each group.)
I'm afraid you have to use soft links. The favicons you can define however via
the theme, which is a per-logbook option, so it would work in the [global
topgroupname] section as well. |
1107
|
Thu Apr 28 15:20:27 2005 |
| Alex H | alex@synergie-inf.com | | Windows | 2.5.8-6 | MOptions : How that really work ? |
Hi,
Is there anybody that use the MOptions ?
I'am searching some example to understand this fonction could you help
me ? :)
Thanks a lot for answer! |
1108
|
Thu Apr 28 15:42:42 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | | Windows | 2.5.8-6 | Re: MOptions : How that really work ? |
> Is there anybody that use the MOptions ?
> I'am searching some example to understand this fonction could you help
> me ? :)
You used it already! (;-)
In this forum, you clicked on OS:Windows. You can select more than one OS
(->"multi" options or MOptions). The according configuration entry is:
MOptions OS = Linux, Windows, MaxOSX, All, Other |
1158
|
Tue May 24 20:32:08 2005 |
| Andy | nekto@myway.com | | | | Problem with auto-increment attribute |
I have a very strange problem with auto-increment attribute. Here is a part of my configuration:
Attributes = Access ID, Harvest Date, Access, Species, PI, Submission date, Stain, Comments
Preset Access ID = MI-05-%03d
Type Harvest date = date
Type Submission date = date
I tried to add new entry, and it's Access ID is MI-05-001. But when I'm adding another entries,
there Access ID is MI-05-006
I found only one mention of using increment in documentation.
What I'm doing wrong? |