mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Version 2.5.1
SVN revision: 781
This commit is contained in:
parent
7e561df928
commit
3d77be4565
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG Administrator's Guide</TITLE>
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
|
||||
<META NAME="author" CONTENT="Fred Pacquier">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
@ -188,7 +188,7 @@ the proxy host (anybody knows how to fix that???).<p>
|
||||
|
||||
<h3><hr><i>Notes for the Solaris platform</i>:</h3>
|
||||
|
||||
<p><a href="mailto:huber@secaron.de">Martin Huber</a> reports that
|
||||
<p><a href="mailto:huber@secaron.de">Martin Huber</a> reports that
|
||||
under Solaris 7 the following command line is needed to compile elog:
|
||||
<P>
|
||||
<ul><code>gcc -L/usr/lib/ -ldl -lresolv -lm -ldl -lnsl -lsocket elogd.c -o elogd</code></ul>
|
||||
@ -200,8 +200,8 @@ the "<B>-k</B>" flag to the <code><b>elogd</b></code> command line to turn keep-
|
||||
|
||||
<h3><hr><i>Note for Mac OS X</i>:</h3>
|
||||
|
||||
<p><a href="mailto:sak@essc.psu.edu">Sridhar Anandakrishnan</a> and
|
||||
<a href="mailto:roktas@emu.edu.tr">Recai Oktas</a> report that under Mac OS X there is a problem with
|
||||
<p><a href="mailto:sak@essc.psu.edu">Sridhar Anandakrishnan</a> and
|
||||
<a href="mailto:roktas@emu.edu.tr">Recai Oktas</a> report that under Mac OS X there is a problem with
|
||||
the default stack size. The command <i><b>limit stacksize unlimited</b></i> (for tcsh) or
|
||||
<i><b>ulimit -s unlimited</b></i> (for bash) increases the stacksize and fixes this problem.
|
||||
Read the according <a href="http://midas.psi.ch/elogs/Forum/379">thread</a> in the forum.
|
||||
@ -381,8 +381,8 @@ files from March 2001, just select them with <b><code>0103??a.log</code>
|
||||
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 16/01/2002
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG - Syntax of elogd.cfg</TITLE>
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<LINK REV="made" HREF="mailto:fredpmygale.org">
|
||||
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
|
||||
<META NAME="author" CONTENT="Fred Pacquier">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
@ -414,7 +414,7 @@ strftime</a>, so a string of <b>%A, %B %d, %Y, %H:%M </b> yields in a display of
|
||||
|
||||
<LI><b><code>Date format = <string></code></b>
|
||||
<br>
|
||||
This option determines how the date is displayed from attributes which are of type "date".
|
||||
This option determines how the date is displayed from attributes which are of type "date".
|
||||
The format of the string is the same as the C function
|
||||
<a href="http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_427.html#IDX2636">
|
||||
strftime</a>, so a string of <b>%A, %B %d, %Y</b> yields in a display of
|
||||
@ -973,10 +973,10 @@ Upon entry, drop-down boxes are displayed which let the user select the day, mon
|
||||
year. Alternatively, a pop-up date picker using a calendar can be displayed if JavaScript
|
||||
is enabled. Date attributes are saved internally as seconds since 1.1.1970, and can therefore
|
||||
be sorted propoerly by clicking on the header of a logbook entry list. On the find page,
|
||||
dates can be searched for via a start and end date. If date attributes are used in a quick filter
|
||||
dates can be searched for via a start and end date. If date attributes are used in a quick filter
|
||||
(see above), a drop-down quick filter box is displayed which lets the user select "last day",
|
||||
"last week", "next week", and so on.<p>
|
||||
|
||||
|
||||
<LI><b><code>Execute new | edit | delete = <command></b></code>
|
||||
<br>
|
||||
It is possible to execute a shell command on the server side after a new message
|
||||
@ -1692,8 +1692,8 @@ but not executed. Default is <b><code>0</code></b>.
|
||||
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 28/01/2004
|
||||
</div>
|
||||
</BODY>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG FAQ</TITLE>
|
||||
<LINK REV="made" HREF="mailto:stefan.ritt@psi.ch">
|
||||
<LINK REV="made" HREF="mailto:stefan.ritt@psi.ch">
|
||||
<META NAME="author" CONTENT="Stefan Ritt">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
<META NAME="keywords" CONTENT="ELOG MIDAS PSI RITT">
|
||||
@ -33,10 +33,10 @@ them directly<p>
|
||||
|
||||
<LI><h2>Perl script to submit an email to ELOG</h2>
|
||||
|
||||
<h3>by <a href="mailto:sak@essc.psu.edu">Sridhar Anandakrishnan</a></h3>
|
||||
<h3>by <a href="mailto:sak@essc.psu.edu">Sridhar Anandakrishnan</a></h3>
|
||||
|
||||
Perl program to split apart an email message and submit each of the mime
|
||||
attachments as an attachment to ELOG. The <i>-a</i> command line is fixed for
|
||||
Perl program to split apart an email message and submit each of the mime
|
||||
attachments as an attachment to ELOG. The <i>-a</i> command line is fixed for
|
||||
now as "subject=subject of the email", so the logbook has to include that.<p>
|
||||
|
||||
<a href="../contrib/mailelog.txt">mailelog.txt</a>
|
||||
@ -45,13 +45,13 @@ now as "subject=subject of the email", so the logbook has to include that.<p>
|
||||
|
||||
<LI><h2>Perl scripts to convert an ELOG logbook to a MySQL database</h2>
|
||||
|
||||
<h3>by <a href="mailto:fhooper@sushisoft.com">Fred Hooper</a></h3>
|
||||
<h3>by <a href="mailto:fhooper@sushisoft.com">Fred Hooper</a></h3>
|
||||
|
||||
Perl scripts to help translate logbooks created by ELOG from the native elog
|
||||
flat file format to a MySQL database. The elog2sql toolkit consists of two
|
||||
scripts. The first script, parsecfg.pl, reads an elogd.cfg, and creates a
|
||||
sqlfile that will create a set of db tables corresponding to ELOG logbooks.
|
||||
The second script, parselog.pl, takes a set of ELOG logfiles, and creates a
|
||||
scripts. The first script, parsecfg.pl, reads an elogd.cfg, and creates a
|
||||
sqlfile that will create a set of db tables corresponding to ELOG logbooks.
|
||||
The second script, parselog.pl, takes a set of ELOG logfiles, and creates a
|
||||
sql file that will enter the logbook data into the database.<p>
|
||||
|
||||
<a href="../contrib/elog2sql.txt">elog2sql.txt</a>
|
||||
@ -60,9 +60,9 @@ sql file that will enter the logbook data into the database.<p>
|
||||
|
||||
<LI><h2>Javascript for Bookmark link for one-click submission to ELOG</h2>
|
||||
|
||||
<h3>by <a href="mailto:fhooper@sushisoft.com">Fred Hooper</a></h3>
|
||||
<h3>by <a href="mailto:fhooper@sushisoft.com">Fred Hooper</a></h3>
|
||||
|
||||
Javascript to be used as a browser link that allows a one step copy and paste
|
||||
Javascript to be used as a browser link that allows a one step copy and paste
|
||||
from a web browser into an ELOG logbook.<p>
|
||||
|
||||
<a href="../contrib/elogsubmit.txt">elogsubmit.txt</a>
|
||||
@ -73,8 +73,8 @@ from a web browser into an ELOG logbook.<p>
|
||||
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 31/01/2003
|
||||
</div>
|
||||
</BODY>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<LINK REL="stylesheet" TYPE="text/css" HREF="elog.css">
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 19/12/2001
|
||||
</div>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG download page</TITLE>
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
|
||||
<META NAME="author" CONTENT="Fred Pacquier">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG FAQ</TITLE>
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
|
||||
<META NAME="author" CONTENT="Fred Pacquier">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
@ -251,8 +251,8 @@ this problem. Read your browser documentation on how to do that.<p>
|
||||
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 17/02/2003
|
||||
</div>
|
||||
</BODY>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>The ELOG Home Page</TITLE>
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
|
||||
<META NAME="author" CONTENT="Fred Pacquier">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
@ -31,8 +31,8 @@
|
||||
[<a class=nav href="#license">License</a>]
|
||||
[<a class=nav href="#links">Links</a>]
|
||||
* </div>
|
||||
<P class=Sub>Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a></P>
|
||||
<div class=version> Current version is : 2.5.0 </div>
|
||||
<P class=Sub>Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a></P>
|
||||
<div class=version> Current version is : 2.5.1 </div>
|
||||
|
||||
<hr><a name="whatis">
|
||||
<div class=section> What is ELOG ? </div>
|
||||
@ -173,8 +173,8 @@ Visits to this page since 23 May 2001:
|
||||
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 16/01/2002
|
||||
</div>
|
||||
</BODY>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG User's Guide</TITLE>
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<LINK REV="made" HREF="mailto:fredp@mygale.org">
|
||||
<META NAME="generator" CONTENT="NoteTab Light 4.86c">
|
||||
<META NAME="author" CONTENT="Fred Pacquier">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
@ -266,8 +266,8 @@ this feature is used to enter alarm messages automatically into the logbook.
|
||||
<p>
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 19/12/2001
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>ELOG FAQ</TITLE>
|
||||
<LINK REV="made" HREF="mailto:stefan.ritt@psi.ch">
|
||||
<LINK REV="made" HREF="mailto:stefan.ritt@psi.ch">
|
||||
<META NAME="author" CONTENT="Stefan Ritt">
|
||||
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
|
||||
<META NAME="keywords" CONTENT="ELOG MIDAS PSI RITT">
|
||||
@ -49,8 +49,8 @@ starting at the items with the most votes. You can vote for a feature, or sugges
|
||||
|
||||
<HR>
|
||||
<div class=footer>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
Content by <a class=nav href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a>,
|
||||
Web pages by <a class=nav href="mailto:fredp@mygale.org">Fred Pacquier</a>
|
||||
- last modified on 31/01/2003
|
||||
</div>
|
||||
</BODY>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user