3d77be4565
SVN revision: 781
82 lines
2.9 KiB
HTML
Executable File
82 lines
2.9 KiB
HTML
Executable File
<HTML>
|
|
<HEAD>
|
|
<TITLE>ELOG FAQ</TITLE>
|
|
<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">
|
|
<LINK REL="stylesheet" TYPE="text/css" HREF="elog.css">
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
|
|
|
|
<div class=title> ELOG Wishlist </div>
|
|
<p>
|
|
<div class=menu> Site map :
|
|
[<a class=nav href="index.html">Home</a>]
|
|
[<a class=nav href="userguide.html">User's Guide</a>]
|
|
[<a class=nav href="adminguide.html">Administrator's Guide</a>]
|
|
[<a class=nav href="faq.html">FAQ</a>]
|
|
[<a class=nav href="wishlist.html">Wishlist</a>]
|
|
[Contributions]
|
|
[<a class=nav href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]
|
|
[<a class=nav href="download.html">Download</a>]
|
|
</div>
|
|
<p>
|
|
<div class=Sub><i>ELOG Contributions</i></div>
|
|
<hr>
|
|
|
|
Here are some "<I>contributions</I>" from various ELOG users. In case of questions, please contact
|
|
them directly<p>
|
|
|
|
<UL>
|
|
|
|
<LI><h2>Perl script to submit an email to ELOG</h2>
|
|
|
|
<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
|
|
now as "subject=subject of the email", so the logbook has to include that.<p>
|
|
|
|
<a href="../contrib/mailelog.txt">mailelog.txt</a>
|
|
<a href="../contrib/mailelog.pl">mailelog.pl</a>
|
|
<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>
|
|
|
|
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
|
|
sql file that will enter the logbook data into the database.<p>
|
|
|
|
<a href="../contrib/elog2sql.txt">elog2sql.txt</a>
|
|
<a href="../contrib/elog2sql">elog2sql</a>
|
|
<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>
|
|
|
|
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>
|
|
<a href="../contrib/elogsubmit.js">elogsubmit.js</a>
|
|
<p>
|
|
|
|
</UL>
|
|
|
|
<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>
|
|
- last modified on 31/01/2003
|
|
</div>
|
|
</BODY>
|
|
</HTML>
|