Changed midas.psi.ch to elog.psi.ch

This commit is contained in:
ritt 2021-03-17 13:39:59 +01:00
parent 9a26491b85
commit 611489ba60
6 changed files with 29 additions and 29 deletions

View File

@ -18,10 +18,10 @@
&nbsp;[<a class=nav href="userguide.html">User's Guide</a>]&nbsp;
&nbsp;[Administrator's Guide]&nbsp;
&nbsp;[<a class=nav href="faq.html">FAQ</a>]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class=nav href="wishlist.html">Wishlist</a>]&nbsp;
&nbsp;[<a class=nav href="contrib.html">Contributions</a>]&nbsp;
&nbsp;[<a class=nav href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="http://elog.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="download.html">Download</a>]&nbsp;
</div>
<p>
@ -45,7 +45,7 @@
<p>
Since version 2.0, ELOG contains a RPM file which eases the installation. Get the
file <code><b>elog-x.x.x-x.i386.rpm</code></B> from the <a href="http://midas.psi.ch/elog/download/RPMS/">download</a>
file <code><b>elog-x.x.x-x.i386.rpm</code></B> from the <a href="http://elog.psi.ch/elog/download/RPMS/">download</a>
section and execute as root <code><b>"rpm -i elog-x.x.x-x.i386.rpm"</b></code>. This will
install the <code><b>elogd</code></B> daemon in <code><b>/usr/local/sbin</code></B>
and the <code><b>elog</code></B> and <code><b>elconv</code></B> programs in
@ -75,13 +75,13 @@ which the daemon runs.
<p>
To start the daemon on non-RedHat systems, like SuSE or Solaris, a more generic
startup scrips has been provided by Steve Jones in the <a href="http://midas.psi.ch/elogs/Contributions/9">
startup scrips has been provided by Steve Jones in the <a href="http://elog.psi.ch/elogs/Contributions/9">
Contributions</a> section.<p>
<h3><hr><i>Installation from the tarball</i>:</h3>
<p>
<a href="http://midas.psi.ch/elog/download/">Download</a> the latest <code><b>elog-x.x.x.tar.gz</code></B> package.<p>
<a href="http://elog.psi.ch/elog/download/">Download</a> the latest <code><b>elog-x.x.x.tar.gz</code></B> package.<p>
Make sure you have the <b>libssl-dev</b> package installed. Consult your distribution for details.
<p>
Expand the compressed TAR file with <code><b>tar -xzvf elog-x.x.x.tar.gz</code></B>.
@ -313,7 +313,7 @@ console mode</I> (or "<I>DOS box</I>") under Windows 9x and ME. Under Windows NT
possible to run it as a <I>service</I> (the Windows equivalent of a UNIX <I>daemon</I>).
<p>
<a href="http://midas.psi.ch/elog/download/windows">Download</a> the latest <code><b>elogxxx.exe</b></code>
<a href="http://elog.psi.ch/elog/download/windows">Download</a> the latest <code><b>elogxxx.exe</b></code>
file and execute it. The installer puts the <b>ELOG</b> system into a directory you specify and adds
some menu shortcuts. With these shortcuts, the daemon <code>elogd.exe</code> can be started directly and
the demo logbook can be accessed with the browser. Alternatively, the <code>elogd.exe</code> daemon can
@ -433,7 +433,7 @@ URL = https://your.host.domain/elog
</pre></ul>
There is a more detailed step-by-step instructions at the
<a href="http://midas.psi.ch/elogs/contributions/11">contributions section<a>.
<a href="http://elog.psi.ch/elogs/contributions/11">contributions section<a>.
<h3><i>Using ssh</i>:</h3>

View File

@ -19,13 +19,13 @@
&nbsp;[<a class=nav href="faq.html">FAQ</a>]&nbsp;
&nbsp;[<a class=nav href="wishlist.html">Wishlist</a>]&nbsp;
&nbsp;[Contributions]&nbsp;
&nbsp;[<a class=nav href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="http://elog.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="download.html">Download</a>]&nbsp;
</div>
<p>
<center>
<h2>ELOG contributions can now be found in a <a href="http://midas.psi.ch/elogs/Contributions">separate logbook</a></h2>
<h2>ELOG contributions can now be found in a <a href="http://elog.psi.ch/elogs/Contributions">separate logbook</a></h2>
</center>
<HR>

View File

@ -16,10 +16,10 @@
&nbsp;[<a target=_top class=nav href="userguide.html">User's Guide</a>]&nbsp;
&nbsp;[<a target=_top class=nav href="adminguide.html">Administrator's Guide</a>]&nbsp;
&nbsp;[<a target=_top class=nav href="faq.html">FAQ</a>]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a target=_top class=nav href="wishlist.html">Wishlist</a>]&nbsp;
&nbsp;[<a class=nav href="contrib.html">Contributions</a>]&nbsp;
&nbsp;[<a target=_top class=nav href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a target=_top class=nav href="http://elog.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[Download]&nbsp;
</div>
<p>
@ -41,12 +41,12 @@ To check out the GIT repository, use:<P>
Building elogd and installing it from the GIT repository works in the same way as building
it from the tarball. Issue in the elog directory a "make", followed by a "make install".<p>
News for each version can be seen in the
<a href="http://midas.psi.ch/elog/download/ChangeLog">changelog</a><p>
<a href="http://elog.psi.ch/elog/download/ChangeLog">changelog</a><p>
<div class=Section><i>ELOG source code</i></div><p>
The source code is available as a good old <a href="http://midas.psi.ch/elog/download/tar/">TAR<a>
file. Select <a href="http://midas.psi.ch/elog/download/tar/elog-latest.tar.gz">elog-latest.tar.gz</a>
The source code is available as a good old <a href="http://elog.psi.ch/elog/download/tar/">TAR<a>
file. Select <a href="http://elog.psi.ch/elog/download/tar/elog-latest.tar.gz">elog-latest.tar.gz</a>
unless you want to download a previous version. Untar the file with<p>
<code>
@ -59,16 +59,16 @@ on a Linux system.
<div class=Section><i>Windows Binaries</i></div><p>
The windows binaries are distributed with an automatic
<a href="http://midas.psi.ch/elog/download/windows/elog-latest.exe">installer<a>. Execute
<a href="http://elog.psi.ch/elog/download/windows/elog-latest.exe">installer<a>. Execute
the installer to install ELOG and to register the elogd server as a windows service. Previous
windows versions can be found <a href="http://midas.psi.ch/elog/download/windows/">here</a>.<p>
windows versions can be found <a href="http://elog.psi.ch/elog/download/windows/">here</a>.<p>
<div class=Section><i>Linux Binaries</i></div><p>
Linux binaries are distributed as a
<a href="http://midas.psi.ch/elog/download/RPMS/elog-latest.i386.rpm">RPM</a>. For previous
versions check <a href="http://midas.psi.ch/elog/download/RPMS/">here</a>. There are
also <a href="http://midas.psi.ch/elog/download/SRPMS">SRPMS</a>. Thanks to Roger Kalt
<a href="http://elog.psi.ch/elog/download/RPMS/elog-latest.i386.rpm">RPM</a>. For previous
versions check <a href="http://elog.psi.ch/elog/download/RPMS/">here</a>. There are
also <a href="http://elog.psi.ch/elog/download/SRPMS">SRPMS</a>. Thanks to Roger Kalt
there is also a <a href="http://packages.debian.org/elog">Debian package</a>.<p>
</frameset>
</HTML>

View File

@ -18,15 +18,15 @@
&nbsp;[<a class=nav href="userguide.html">User's Guide</a>]&nbsp;
&nbsp;[<a class=nav href="adminguide.html">Administrator's Guide</a>]&nbsp;
&nbsp;[FAQ]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class=nav href="wishlist.html">Wishlist</a>]&nbsp;
&nbsp;[<a class=nav href="contrib.html">Contributions</a>]&nbsp;
&nbsp;[<a class=nav href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="http://elog.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="download.html">Download</a>]&nbsp;
</div>
<p>
<div class=Sub><b>Frequently Asked Questions about usage and configuration</b></div>
<center>Please check also the <a href="http://midas.psi.ch/elogs/Forum">ELOG Forum</a>.</center>
<center>Please check also the <a href="http://elog.psi.ch/elogs/Forum">ELOG Forum</a>.</center>
<hr>
<OL>
<LI><a href=#1>How does one configure elog to display the last message by default</a>
@ -80,7 +80,7 @@ format and MySQL would be needed, which is lots of work and not planned right no
However, there are several contributions from other people who wrote scripts to put ELOG entries
into a MySQL database. One is available at
<a href="http://midas.psi.ch/elogs/Forum/387">http://midas.psi.ch/elogs/Forum/387</a>.
<a href="http://elog.psi.ch/elogs/Forum/387">http://elog.psi.ch/elogs/Forum/387</a>.
<p>
<LI><a name=3><b>Can I run the ELOG daemon from inside Apache or any other Web server?</b>
@ -398,7 +398,7 @@ wrong.<p>
<LI><a name=20><b>How can I create an ELOG entry automatically from a script</b>
<p>
I agree, it's a bit hidden, but on the
<a href="https://midas.psi.ch/elog/userguide.html">User's Guide</a>, at the
<a href="https://elog.psi.ch/elog/userguide.html">User's Guide</a>, at the
bootom of the page, last point, there is a description of the standalone
"elog" utility, which can be used from a script or from another program to
submit an automatic email entry. This works locally or remotely, with optional

View File

@ -18,10 +18,10 @@
&nbsp;[User's Guide]&nbsp;
&nbsp;[<a class="nav" href="adminguide.html">Administrator's Guide</a>]&nbsp;
&nbsp;[<a class="nav" href="faq.html">FAQ</a>]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class="nav" href="wishlist.html">Wishlist</a>]&nbsp;
&nbsp;[<a class="nav" href="contrib.html">Contributions</a>]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class="nav" href="download.html">Download</a>]&nbsp;
</div>
<p>
@ -284,7 +284,7 @@ RSS (RDF Site Summrary or Really Simple Syntication) is a web feed format to pub
<p>
To obtain the RSS feed, one simply has to request the file <b><code>elog.rdf</code></b> from a logbook. For the ELOG forum, one can enter the URL</p>
<code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://midas.psi.ch/elogs/Forum/elog.rdf">https://midas.psi.ch/elogs/Forum/elog.rdf</a>
<a href="https://elog.psi.ch/elogs/Forum/elog.rdf">https://elog.psi.ch/elogs/Forum/elog.rdf</a>
</code>
<p>The browser then offers the possiblity to subscribe to that logbook:<p>
<img src="rss.png"></p>

View File

@ -26,9 +26,9 @@ map :&nbsp; &nbsp;[<a class="nav" href="index.html">Home</a>]&nbsp;
&nbsp;[<a class="nav" href="userguide.html">User's Guide</a>]&nbsp;
&nbsp;[<a class="nav" href="adminguide.html">Administrator's Guide</a>]&nbsp;
&nbsp;[<a class="nav" href="faq.html">FAQ</a>]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Forum">Forum</a>]&nbsp;
&nbsp;[Wishlist]&nbsp;
&nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class="nav" href="http://elog.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class="nav" href="download.html">Download</a>]&nbsp;
</div>