Version 2.5.5

SVN revision: 1125
This commit is contained in:
Stefan Ritt 2004-11-03 10:01:48 +00:00
parent 8727fbf87c
commit 1cf1b48dc3
13 changed files with 320 additions and 256 deletions

View File

@ -97,7 +97,7 @@
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="wsock32.lib" AdditionalDependencies="wsock32.lib"
OutputFile=".\Debug/elog.exe" OutputFile=".\Debug/elog.exe"
LinkIncremental="1" LinkIncremental="2"
SuppressStartupBanner="TRUE" SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE" GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/elog.pdb" ProgramDatabaseFile=".\Debug/elog.pdb"

View File

@ -25,10 +25,10 @@ Global
{73B4D346-E430-4CDF-89DC-C7E7356D373F}.Release.ActiveCfg = Release|Win32 {73B4D346-E430-4CDF-89DC-C7E7356D373F}.Release.ActiveCfg = Release|Win32
{73B4D346-E430-4CDF-89DC-C7E7356D373F}.Release.Build.0 = Release|Win32 {73B4D346-E430-4CDF-89DC-C7E7356D373F}.Release.Build.0 = Release|Win32
{A206887F-603B-4538-B6F7-A1361EF29E8F}.Debug.ActiveCfg = Debug|Win32 {A206887F-603B-4538-B6F7-A1361EF29E8F}.Debug.ActiveCfg = Debug|Win32
{A206887F-603B-4538-B6F7-A1361EF29E8F}.Debug.Build.0 = Debug|Win32
{A206887F-603B-4538-B6F7-A1361EF29E8F}.Release.ActiveCfg = Release|Win32 {A206887F-603B-4538-B6F7-A1361EF29E8F}.Release.ActiveCfg = Release|Win32
{A206887F-603B-4538-B6F7-A1361EF29E8F}.Release.Build.0 = Release|Win32 {A206887F-603B-4538-B6F7-A1361EF29E8F}.Release.Build.0 = Release|Win32
{96EE8277-42EF-4086-814C-D94BB56BA930}.Debug.ActiveCfg = Debug|Win32 {96EE8277-42EF-4086-814C-D94BB56BA930}.Debug.ActiveCfg = Debug|Win32
{96EE8277-42EF-4086-814C-D94BB56BA930}.Debug.Build.0 = Debug|Win32
{96EE8277-42EF-4086-814C-D94BB56BA930}.Release.ActiveCfg = Release|Win32 {96EE8277-42EF-4086-814C-D94BB56BA930}.Release.ActiveCfg = Release|Win32
{96EE8277-42EF-4086-814C-D94BB56BA930}.Release.Build.0 = Release|Win32 {96EE8277-42EF-4086-814C-D94BB56BA930}.Release.Build.0 = Release|Win32
{ED99DCD0-7A48-4C02-BB77-088217D7A9D0}.Debug.ActiveCfg = Debug|Win32 {ED99DCD0-7A48-4C02-BB77-088217D7A9D0}.Debug.ActiveCfg = Debug|Win32

View File

@ -1,3 +1,12 @@
Version 2.5.5, released November 3rd, 2004
==========================================
- Display ASCII attachments inline, with possibility to hide them
- Implemented regular expressions in search
- Implemented RSS feeds
- Added synchronization from command line of elogd
- Fixed ~20 bugs
Version 2.5.4, released August 4th, 2004 Version 2.5.4, released August 4th, 2004
================================--====== ================================--======

View File

@ -1,176 +1,209 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>The ELOG Home Page</TITLE> <TITLE>The ELOG Home Page</TITLE>
<LINK REV="made" HREF="mailto:fredp&#64;mygale.org"> <LINK REV="made" HREF="mailto:fredp@mygale.org">
<META NAME="generator" CONTENT="NoteTab Light 4.86c"> <META NAME="generator" CONTENT="NoteTab Light 4.86c">
<META NAME="author" CONTENT="Fred Pacquier"> <META NAME="author" CONTENT="Fred Pacquier">
<META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package"> <META NAME="description" CONTENT="Home of the Electronic Logbook (ELOG) package">
<META NAME="keywords" CONTENT="ELOG MIDAS PSI RITT"> <META NAME="keywords" CONTENT="ELOG MIDAS PSI RITT">
<LINK REL="stylesheet" TYPE="text/css" HREF="elog.css"> <LINK REL="stylesheet" TYPE="text/css" HREF="elog.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000ff" VLINK="#800080" ALINK="#ff0000">
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000"> <div class="title">&nbsp; The ELOG Home Page &nbsp;</div>
<div class=title>&nbsp; The ELOG Home Page &nbsp;</div>
<p> <p>
<div class=menu>&nbsp;Site map :&nbsp; <div class="menu">&nbsp;Site map :&nbsp; &nbsp;[Home]&nbsp; &nbsp;[<a class="nav" href="userguide.html">User's
&nbsp;[Home]&nbsp; Guide</a>]&nbsp; &nbsp;[<a class="nav" href="adminguide.html">Administrator's
&nbsp;[<a class=nav href="userguide.html">User's Guide</a>]&nbsp; Guide</a>]&nbsp; &nbsp;[<a class="nav" href="faq.html">FAQ</a>]&nbsp;
&nbsp;[<a class=nav href="adminguide.html">Administrator's Guide</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="faq.html">FAQ</a>]&nbsp; &nbsp;[<a class="nav" href="http://midas.psi.ch/elogs/Linux%20Demo/">DEMO</a>]&nbsp;
&nbsp;[<a class=nav href="wishlist.html">Wishlist</a>]&nbsp; &nbsp;[<a class="nav" href="download.html">Download</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="download.html">Download</a>]&nbsp;
</div> </div>
<p> <p>
<div class=menu>&nbsp;* this section :&nbsp; <div class="menu">&nbsp;* this section :&nbsp; &nbsp;[<a class="nav" href="#whatis">What
&nbsp;[<a class=nav href="#whatis">What is ELOG ?</a>]&nbsp; is ELOG ?</a>]&nbsp; &nbsp;[<a class="nav" href="#screenshots">Screen shots</a>]&nbsp;
&nbsp;[<a class=nav href="#screenshots">Screen shots</a>]&nbsp; &nbsp;[<a class="nav" href="#usecases">Use cases</a>]&nbsp; &nbsp;[<a class="nav" href="#license">License</a>]&nbsp;
&nbsp;[<a class=nav href="#usecases">Use cases</a>]&nbsp; &nbsp;[<a class="nav" href="#links">Links</a>]&nbsp; *&nbsp;</div>
&nbsp;[<a class=nav href="#license">License</a>]&nbsp; <P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">
&nbsp;[<a class=nav href="#links">Links</a>]&nbsp; Stefan Ritt</a></P>
*&nbsp;</div> <div class="version">Current version is : 2.5.5</div>
<P class=Sub>Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt&#64;psi.ch">Stefan Ritt</a></P> <hr>
<div class=version>&nbsp; Current version is : 2.5.4 &nbsp;</div> <a name="whatis">
<div class="section">&nbsp; What is ELOG ? &nbsp;</div>
<hr><a name="whatis">
<div class=section>&nbsp; What is ELOG ? &nbsp;</div>
<p> <p>
<b>ELOG</b> is part of a family of applications known as <i><i>weblog</i>s</i>. Their general purpose is : <b>ELOG</b> is part of a family of applications known as <i><i>weblog</i>s</i>
. Their general purpose is :
<p> <p>
<ol> <ol>
<li>to make it easy for people to put information online in a chronological fashion, in the form of short, time-stamped text messages ("entries") with optional HTML markup for presentation, and optional file attachments (images, archives, etc.) <li>
<p> to make it easy for people to put information online in a chronological
<li>to make it easy for other people to access this information through a Web interface, browse entries, search, download files, and optionally add, update, delete or comment on entries. fashion, in the form of short, time-stamped text messages ("entries") with
optional HTML markup for presentation, and optional file attachments (images,
archives, etc.)
<p></p>
<li>
to make it easy for other people to access this information through a Web
interface, browse entries, search, download files, and optionally add, update,
delete or comment on entries.</li>
</ol> </ol>
<p> <p>
<b>ELOG</b> is a remarkable implementation of a <i>weblog</i> in at least two respects : <b>ELOG</b> is a remarkable implementation of a <i>weblog</i>
in at least two respects :
<p> <p>
<ul> <ul>
<li>its simplicity of use : you don't need to be a seasoned server operator and/or an experimented database administrator to run <b>ELOG</b> ; one executable file (under Unix or Windows), a simple configuration text file, and it works. No Web server or relational database required. It is also easy to translate the interface to the appropriate language for your users. <li>
<p> its simplicity of use : you don't need to be a seasoned server operator and/or
<li>its versatility : through its single configuration file, <b>ELOG</b> can be made to display an infinity of variants of the <i>weblog</i> concept. There are options for what to display, how to display it, what commands are available and to whom, access control, etc. Moreover, a single server can host several <i><i>weblog</i>s</i>, and each <i>weblog</i> can be totally different from the rest. an experimented database administrator to run <b>ELOG</b> ; one executable file
(under Unix or Windows), a simple configuration text file, and it works. No Web
server or relational database required. It is also easy to translate the
interface to the appropriate language for your users.
<p></p>
<li>
its versatility : through its single configuration file, <b>ELOG</b> can be
made to display an infinity of variants of the <i>weblog</i> concept. There are
options for what to display, how to display it, what commands are available and
to whom, access control, etc. Moreover, a single server can host several <i><i>weblog</i>s</i>,
and each <i>weblog</i> can be totally different from the rest.</li>
</ul> </ul>
<p> <p>
<hr>
<hr><a name="screenshots"> <a name="screenshots">
<div class=section>&nbsp; Screen shots &nbsp;</div> <div class="section">&nbsp; Screen shots &nbsp;</div>
<p> <p>
<table border=0 cellpadding=5><tr> <table border="0" cellpadding="5">
<tr>
<td> <td>
<a href=elog.gif><image border=0 align=top src=elog_thumb.jpg alt=elog.gif></a> <a href="elog.gif"><img border="0" align="top" src="elog_thumb.jpg" alt="elog.gif"></a>
</td> </td>
<td valign=top> <td valign="top">
On the left upper panel is a typical logbook page displayed by Netscape Navigator. Each logbook page can contain attachments in a similar way to emails. This makes it possible to store images or text files and retrieve them easily. You could for example attach a sample configuration file which can later be copied to the local machine with the "<I>Save As...</I>" function of the Web browser. On the left upper panel is a typical logbook page displayed by Netscape
Navigator. Each logbook page can contain attachments in a similar way to
emails. This makes it possible to store images or text files and retrieve them
easily. You could for example attach a sample configuration file which can
later be copied to the local machine with the "<I>Save As...</I>" function of
the Web browser.
<p> <p>
Several logbooks can be served though a single <b>ELOG</b> server. Each Several logbooks can be served though a single <b>ELOG</b> server. Each logbook
logbook can use different attributes for its entries. The logbook can then be searched using these attributes. The right pane on the left image shows a search for all can use different attributes for its entries. The logbook can then be searched
entries with attribute "<I>Type</I>" equal to "<I>Configuration</I>", and the lower pane using these attributes. The right pane on the left image shows a search for all
shows the search result. It is also possible to use full-text search in entries with attribute "<I>Type</I>" equal to "<I>Configuration</I>
attributes and the entry body. ", and the lower pane shows the search result. It is also possible to use
full-text search in attributes and the entry body.
<p> <p>
While logbook entries are usually displayed one entry per page, they can While logbook entries are usually displayed one entry per page, they can also
also be listed consecutively which makes it easy to produce a paper printout of a logbook. be listed consecutively which makes it easy to produce a paper printout of a
logbook.
<p> <p>
Logbook pages can be edited or deleted. This feature can be turned off in Logbook pages can be edited or deleted. This feature can be turned off in the
the configuration file so that a logbook entries cannot be changed configuration file so that a logbook entries cannot be changed after being
after being submitted. submitted.
<p> <p>
An additional feature is the automatic generation of a notification email An additional feature is the automatic generation of a notification email
messages based on a certain type or category of a logbook entry. messages based on a certain type or category of a logbook entry.
<p> <p>
Also try out the <b><a href="http://midas.psi.ch/elogs/Linux%20Demo/">online demo</a></b> ! Also try out the <b><a href="http://midas.psi.ch/elogs/Linux%20Demo/">online demo</a></b>
</td></tr></table> !</p>
</td>
</tr>
</table>
<p> <p>
<hr>
<hr><a name="usecases"> <a name="usecases">
<div class=section>&nbsp; Use cases &nbsp;</div> <div class="section">&nbsp; Use cases &nbsp;</div>
<p> <p>
The features of <b>ELOG</b> make it useful for several applications: The features of <b>ELOG</b> make it useful for several applications:
<ul> <ul>
<li><b>Personal Logbooks</b>. Personal notes can be written into <b>ELOG</b> and <li>
can then be retrieved from anywhere with a Web browser. This makes it <b>Personal Logbooks</b>. Personal notes can be written into <b>ELOG</b> and
handy for PC supporters who have to go around in companies or laboratories can then be retrieved from anywhere with a Web browser. This makes it handy for
and don't want to carry their paper logbook with them. The same holds true PC supporters who have to go around in companies or laboratories and don't want
for people traveling around a lot. The logbook database consists of plain to carry their paper logbook with them. The same holds true for people
ASCII files which can copied easily between different computers to have traveling around a lot. The logbook database consists of plain ASCII files
local access, for example on a notebook with no network connection. which can copied easily between different computers to have local access, for
<p> example on a notebook with no network connection.
<li><b>Shared Logbooks</b>. Logbooks can be shared by several people, for <p></p>
reading and optionally for writing. This way workgroups can share <li>
and exchange information like in a (simplified) news group. This is supported <b>Shared Logbooks</b>. Logbooks can be shared by several people, for reading
by the <i>Reply</i> command in <b>ELOG</b> which creates "<I>threads</I>" and optionally for writing. This way workgroups can share and exchange
of entries. Users can be notified by email when new entries are added information like in a (simplified) news group. This is supported by the <i>Reply</i>
to the logbook. Compared to that of a news server, the installation of <b>ELOG</b> is command in <b>ELOG</b> which creates "<I>threads</I>" of entries. Users can be
much simpler. notified by email when new entries are added to the logbook. Compared to that
<p> of a news server, the installation of <b>ELOG</b> is much simpler.
<li><b>Small Databases</b>. Since arbitrary attributes can be defined <p></p>
for a logbook, it can be used as a small database with search facilities. <li>
<p> <b>Small Databases</b>. Since arbitrary attributes can be defined for a
<li><b>Problem collections</b>. A system can consist of two logbooks, in one logbook, it can be used as a small database with search facilities.
of which users enter bugs or problems. If someone adds a problem, an email is <p></p>
<li>
<b>Problem collections</b>. A system can consist of two logbooks, in one of
which users enter bugs or problems. If someone adds a problem, an email is
automatically sent to the administrator, who can then copy the entry to the automatically sent to the administrator, who can then copy the entry to the
second logbook and add the solution to the problem. Users can then look up all second logbook and add the solution to the problem. Users can then look up all
fixed problems. fixed problems.
<p></p>
<li>
<b>Shift Logbooks</b>. If the <i>Allow delete</i> and <i>Allow edit</i> flags
are off, an entry cannot be modified once it's been entered. This can be useful
for shift logbooks for example in accelerator control rooms where each entry
becomes a "<I>document</I>" with a time and author stamp. <b>ELOG</b> was
originally developed as a shift logbook for the <a href="http://pibeta.psi.ch">PiBeta</a>
and <a href="http://meg.psi.ch">Muegamma</a> particle experiments at <a href="http://www.psi.ch">
PSI</a>.
<p></p>
<li>
<b>File collections</b>. Since files can be attached to <b>ELOG</b> entries,
the system can be used to store and retrieve files. This can be used to store
configuration files, which need to be accessible by several people over the
web, or to store images. Since <b>ELOG</b> features an elaborate query
facility, entries can be searched for by specifying several categories.</li>
</ul>
<p> <p>
<li><b>Shift Logbooks</b>. If the <i>Allow delete</i> and <i>Allow edit</i> <hr>
flags are off, an entry cannot be modified once it's been entered. This <a name="license">
can be useful for shift logbooks for example in accelerator control rooms <div class="section">&nbsp; License &nbsp;</div>
where each entry becomes a "<I>document</I>" with a time and author stamp. <b>ELOG</b>
was originally developed as a shift logbook for the
<a href="http://pibeta.psi.ch">PiBeta</a> and
<a href="http://meg.psi.ch">Muegamma</a> particle experiments at
<a href="http://www.psi.ch">PSI</a>.
<p> <p>
<li><b>File collections</b>. Since files can be attached to <b>ELOG</b> entries, <b>ELOG</b> is released under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU
the system can be used to store and retrieve files. This can be used to Public License</a>
store configuration files, which need to be accessible by several .
people over the web, or to store images. Since <b>ELOG</b> features an elaborate
query facility, entries can be searched for by specifying several
categories.
</ul><p>
<hr><a name="license">
<div class=section>&nbsp; License &nbsp;</div>
<p> <p>
<b>ELOG</b> is released under the <a href="http://www.gnu.org/copyleft/gpl.html"> <hr>
GNU Public License</a>. <a name="credits">
<p> <div class="section">&nbsp; Credits &nbsp;</div>
<hr><a name="credits">
<div class=section>&nbsp; Credits &nbsp;</div>
<p> <p>
The author would like to give credits to following people: The author would like to give credits to following people:
<UL> <UL>
<LI><a href="mailto:fredp&#64dial.oleane.com">Fred Pacquier</a> for this Web site and the French translation <LI>
<LI><a href="mailto:roktas&#64omu.edu.tr">Recai Oktas</a> for the Debian package <a href="mailto:fredp@dial.oleane.com">Fred Pacquier</a>
<LI><a href="mailto:djek&#64xs4all.nl">djek</a> for the Dutch translation for this Web site and the French translation
<LI><a href="mailto:Heiko.Scheit&#64mpi-hd.mpg.de">Heiko Scheit</a> for many bug fixes and fruitful discussions <LI>
<LI><a href="mailto:jhcalvo&#64arnet.com.ar">Julio Calvo</a> for the Spanish translation <a href="mailto:roktas@omu.edu.tr">Recai Oktas</a>
for the Debian package
<LI>
<a href="mailto:djek@xs4all.nl">djek</a>
for the Dutch translation
<LI>
<a href="mailto:Heiko.Scheit@mpi-hd.mpg.de">Heiko Scheit</a>
for many bug fixes and fruitful discussions
<LI>
<a href="mailto:jhcalvo@arnet.com.ar">Julio Calvo</a> for the Spanish
translation</LI>
</UL> </UL>
<p> <p>
<hr>
<hr><a name="links"> <a name="links">
<div class=section>&nbsp; Links &nbsp;</div> <div class="section">&nbsp; Links &nbsp;</div>
<p> <p>
If your are reading this documentation from your local <b>ELOG</b> server, check for updates on the <a href="http://midas.psi.ch/elog/">ELOG Home Page</a>. If your are reading this documentation from your local <b>ELOG</b> server,
check for updates on the <a href="http://midas.psi.ch/elog/">ELOG Home Page</a>
.
<p> <p>
See also the <b>ELOG</b> project pages on See also the <b>ELOG</b> project pages on <a href="http://sourceforge.net/projects/elog">
<a href="http://sourceforge.net/projects/elog"> <img align="middle" src="http://sourceforge.net/sflogo.php?group_id=40505&amp;type=1"
<img align=middle src="http://sourceforge.net/sflogo.php?group_id=40505&type=1" width="88" height="31" border="0" alt="SourceForge"></a> and <a href="http://freshmeat.net/projects/elog">
width="88" height="31" border="0" alt="SourceForge"></a> <img align="middle" border="0" src="http://images.freshmeat.net/logo.gif" alt="Freshmeat"></a>
and
<a href="http://freshmeat.net/projects/elog">
<img align=middle border=0 src="http://images.freshmeat.net/logo.gif" alt="Freshmeat"></a>
<p> <p>
<HR> <HR>
<div class=footer>&nbsp; <div class="footer">&nbsp; Content by <a class="nav" href="mailto:Stefan.Ritt@psi.ch">
Content by <a class=nav href="mailto:Stefan.Ritt&#64;psi.ch">Stefan Ritt</a>, Stefan Ritt</a>, Web pages by <a class="nav" href="mailto:fredp@mygale.org">Fred
Web pages by <a class=nav href="mailto:fredp&#64;mygale.org">Fred Pacquier</a> Pacquier</a> - last modified on 16/01/2002 &nbsp;</div>
- last modified on 16/01/2002
&nbsp;</div>
</BODY> </BODY>
</HTML> </HTML>

View File

@ -73,7 +73,6 @@ Start date = Data inicial
End date = Data final End date = Data final
Year = Ano Year = Ano
Text = Texto Text = Texto
(case insensitive substring) = (substring insensível a maiúsculas/minúsculas)
Search all logbooks = Buscar em todos os logbooks Search all logbooks = Buscar em todos os logbooks
Last %d days = Últimos %d dias Last %d days = Últimos %d dias
Last %d entries = Últimas %d mensagems Last %d entries = Últimas %d mensagems
@ -341,3 +340,6 @@ Show all =
This logbook requires authentication = This logbook requires authentication =
Attachment file <b>"%s"</b> empty or not found = Attachment file <b>"%s"</b> empty or not found =
Please increase <b>"Max content length"</b> in config file = Please increase <b>"Max content length"</b> in config file =
Text fields may contain regular expressions =
Case sensitive =
List =

View File

@ -77,7 +77,6 @@ Start date = Start dato
End date = Slut dato End date = Slut dato
Year = År Year = År
Text = Tekst Text = Tekst
(case insensitive substring) = (case insensitive tekst streng)
Search all logbooks = Søg i alle log bøger Search all logbooks = Søg i alle log bøger
Last %d days = Sidste %d dage Last %d days = Sidste %d dage
Last %d entries = Sidste %d indlæg Last %d entries = Sidste %d indlæg
@ -341,3 +340,6 @@ Show all =
This logbook requires authentication = This logbook requires authentication =
Attachment file <b>"%s"</b> empty or not found = Attachment file <b>"%s"</b> empty or not found =
Please increase <b>"Max content length"</b> in config file = Please increase <b>"Max content length"</b> in config file =
Text fields may contain regular expressions =
Case sensitive =
List =

View File

@ -78,7 +78,6 @@ Start date = Startdatum
End date = Einddatum End date = Einddatum
Year = Jaar Year = Jaar
Text = Tekst Text = Tekst
(case insensitive substring) = (ongevoelig voor HOOFD -en kleineletters)
Search all logbooks = Alle Logboeken doorzoeken Search all logbooks = Alle Logboeken doorzoeken
Last %d days = Laatste %d dagen Last %d days = Laatste %d dagen
Last %d entries = Laatste %d berichten Last %d entries = Laatste %d berichten
@ -255,7 +254,6 @@ Entry time = Geef de tijd op
Start = Start Start = Start
End = Eind End = Eind
Remote entry received = Bericht van andere server ontvangen Remote entry received = Bericht van andere server ontvangen
>From = Van
After = Na After = Na
to = aan to = aan
Before = Voor Before = Voor
@ -340,3 +338,11 @@ Show all = Alles laten zien
This logbook requires authentication = Dit logboek vereist authenticatie This logbook requires authentication = Dit logboek vereist authenticatie
Attachment file <b>"%s"</b> empty or not found = Bijlage bestand <b>"%s"</b> leeg of niet gevonden Attachment file <b>"%s"</b> empty or not found = Bijlage bestand <b>"%s"</b> leeg of niet gevonden
Please increase <b>"Max content length"</b> in config file = Verhoog astublieft de <b>"Max content length" (maximale lengte van inhoud)</b> in het configuratie bestand Please increase <b>"Max content length"</b> in config file = Verhoog astublieft de <b>"Max content length" (maximale lengte van inhoud)</b> in het configuratie bestand
#
#---- please translate following items and then remove this comment ----#
#
Text fields may contain regular expressions =
Case sensitive =
From =
List =

View File

@ -76,7 +76,6 @@ Start date = Date de d
End date = Date de fin End date = Date de fin
Year = Année Year = Année
Text = Texte Text = Texte
(case insensitive substring) = (casse non prise en compte)
Search all logbooks = Chercher dans tous les registres Search all logbooks = Chercher dans tous les registres
Last %d days = %d Derniers jours Last %d days = %d Derniers jours
Last %d entries = %d Dernières entrées Last %d entries = %d Dernières entrées
@ -341,3 +340,6 @@ Show all =
This logbook requires authentication = This logbook requires authentication =
Attachment file <b>"%s"</b> empty or not found = Attachment file <b>"%s"</b> empty or not found =
Please increase <b>"Max content length"</b> in config file = Please increase <b>"Max content length"</b> in config file =
Text fields may contain regular expressions =
Case sensitive =
List =

View File

@ -77,7 +77,6 @@ Start date = Anfangsdatum
End date = Enddatum End date = Enddatum
Year = Jahr Year = Jahr
Text = Text Text = Text
(case insensitive substring) = (Teilzeichenkette Großschreibung ignorieren)
Search all logbooks = Alle Logbücher durchsuchen Search all logbooks = Alle Logbücher durchsuchen
Last %d days = Letzte %d Tage Last %d days = Letzte %d Tage
Last %d entries = Letzte %d Einträge Last %d entries = Letzte %d Einträge
@ -325,19 +324,17 @@ You can "steal" the lock by editing this entry = Diese Sperre kann "gestohlen" w
Several logbooks groups are defined on this host = Mehrere Logbuch-Gruppen sind auf diesem Computer eingerichtet Several logbooks groups are defined on this host = Mehrere Logbuch-Gruppen sind auf diesem Computer eingerichtet
Please select one to list the logbooks in that group = Bitte eine auswählen, um die Logbücher in dieser Gruppe anzuzeigen Please select one to list the logbooks in that group = Bitte eine auswählen, um die Logbücher in dieser Gruppe anzuzeigen
No logbook defined on this server = Auf diesem Computer ist kein Logbuch eingerichtet No logbook defined on this server = Auf diesem Computer ist kein Logbuch eingerichtet
Goto ELOG home page = Zur ELOG Home Page
Please enter "%s" = Bitte "%s" eingeben
# Change config file = Konfigurationsdatei ändern
#---- please translate following items and then remove this comment ----# Please check that it exists and elogd has write access and disk is not full = Bitte überprüfen ob es existiert, ob elog Schreibzugriff hat und ob Festplatte nicht voll ist
# Show = Anzeigen
Goto ELOG home page = Hide = Verstecken
Please enter "%s" = Hide all = Alle verstecken
Change config file = Show all = Alle anzeigen
Please check that it exists and elogd has write access and disk is not full = This logbook requires authentication = Dieses Logbuch erfordert Authentifizierung
Show = Attachment file <b>"%s"</b> empty or not found = Datei <b>"%s"</b> ist leer oder nicht vorhanden
Hide = Please increase <b>"Max content length"</b> in config file = Bitte <b>"Max content length"</b> in Konfigurationsdatei erhöhen
Hide all = Text fields may contain regular expressions = Texteingabefelder können Reguläre Ausdrücke enthalten
Show all = Case sensitive = Großschrteibung beachten
This logbook requires authentication = List = Liste
Attachment file <b>"%s"</b> empty or not found =
Please increase <b>"Max content length"</b> in config file =

View File

@ -77,7 +77,6 @@ Start date = Data inizio
End date = Data fine End date = Data fine
Year = Anno Year = Anno
Text = Testo Text = Testo
(case insensitive substring) = (stringa non sensibile alle maiuscole)
Search all logbooks = Cerca in tutti i registri Search all logbooks = Cerca in tutti i registri
Last %d days = Ultimi %d giorni Last %d days = Ultimi %d giorni
Last %d entries = Ultimi %d elementi Last %d entries = Ultimi %d elementi
@ -340,3 +339,6 @@ Show all =
This logbook requires authentication = This logbook requires authentication =
Attachment file <b>"%s"</b> empty or not found = Attachment file <b>"%s"</b> empty or not found =
Please increase <b>"Max content length"</b> in config file = Please increase <b>"Max content length"</b> in config file =
Text fields may contain regular expressions =
Case sensitive =
List =

View File

@ -66,7 +66,6 @@ Day =
Week = 週 Week = 週
Month = 月 Month = 月
End date = 終了日 End date = 終了日
(case insensitive substring) = (大文字小文字を区別しない)
Text = 本文 Text = 本文
Search text also in attributes = 属性内のテキストも検索 Search text also in attributes = 属性内のテキストも検索
Admin = 管理 Admin = 管理
@ -339,3 +338,6 @@ Show all =
This logbook requires authentication = This logbook requires authentication =
Attachment file <b>"%s"</b> empty or not found = Attachment file <b>"%s"</b> empty or not found =
Please increase <b>"Max content length"</b> in config file = Please increase <b>"Max content length"</b> in config file =
Text fields may contain regular expressions =
Case sensitive =
List =

View File

@ -72,7 +72,6 @@ Start date = Fecha comienzo
End date = Fecha termino End date = Fecha termino
Year = Anio Year = Anio
Text = Texto Text = Texto
(case insensitive substring) = (subcadena no sensible a mayusculas)
Search all logbooks = Buscar en todos los logbooks Search all logbooks = Buscar en todos los logbooks
Last %d days = Ultimos %d dias Last %d days = Ultimos %d dias
Last %d entries = Ultimas %d Entradas Last %d entries = Ultimas %d Entradas
@ -279,7 +278,6 @@ Error sending local message = Error al enviar mensaje local
Error receiving message = Error al recibir mensaje Error receiving message = Error al recibir mensaje
Edit entry = Editar entrada Edit entry = Editar entrada
Delete entry = Borrar entrada Delete entry = Borrar entrada
>From = Desde
No 'Attributes' option present in %s = No se encuentra presente la opcion 'Attributes' en %s No 'Attributes' option present in %s = No se encuentra presente la opcion 'Attributes' en %s
CSV ("," separated) = Control de Version (separado por ",") CSV ("," separated) = Control de Version (separado por ",")
CSV (";" separated) = Control de Version (separado por ";") CSV (";" separated) = Control de Version (separado por ";")
@ -334,3 +332,11 @@ Show all = Mostrar todo
This logbook requires authentication = Este libro de anotaciones requiere autenticación This logbook requires authentication = Este libro de anotaciones requiere autenticación
Attachment file <b>"%s"</b> empty or not found = Archivo adjunto <b>"%s"</b> está vacio o no se encontró Attachment file <b>"%s"</b> empty or not found = Archivo adjunto <b>"%s"</b> está vacio o no se encontró
Please increase <b>"Max content length"</b> in config file = Por favor aumente <b>"Max content length"</b> en el archivo de configuración Please increase <b>"Max content length"</b> in config file = Por favor aumente <b>"Max content length"</b> en el archivo de configuración
#
#---- please translate following items and then remove this comment ----#
#
Text fields may contain regular expressions =
Case sensitive =
From =
List =

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.507 2004/11/03 10:01:48 midas
Version 2.5.5
Revision 1.506 2004/11/01 12:26:33 midas Revision 1.506 2004/11/01 12:26:33 midas
Replaced 'Back' by 'List' on single entry display page Replaced 'Back' by 'List' on single entry display page
@ -72,7 +75,6 @@
Revision 1.485 2004/09/24 20:40:25 midas Revision 1.485 2004/09/24 20:40:25 midas
Added cvs_revision Added cvs_revision
Revision 1.483 2004/09/24 16:07:07 midas Revision 1.483 2004/09/24 16:07:07 midas
Display first/previous/next/last directly as link if first.gif is missing Display first/previous/next/last directly as link if first.gif is missing
@ -146,7 +148,7 @@
Added more debugging info Added more debugging info
Revision 1.459 2004/08/11 14:03:35 midas Revision 1.459 2004/08/11 14:03:35 midas
Implemented possibility to server .html files through elog Implemented possibility to serve .html files through elog
Revision 1.458 2004/08/11 06:41:35 midas Revision 1.458 2004/08/11 06:41:35 midas
Release 2.5.4-2 Release 2.5.4-2
@ -630,7 +632,7 @@
\********************************************************************/ \********************************************************************/
/* Version of ELOG */ /* Version of ELOG */
#define VERSION "2.5.4-6" #define VERSION "2.5.5"
char cvs_revision[] = "$Id$"; char cvs_revision[] = "$Id$";
/* ELOG identification */ /* ELOG identification */
@ -5159,9 +5161,7 @@ int is_ascii(char *file_name)
int is_image(char *att) int is_image(char *att)
{ {
return (stristr(att, ".GIF") != NULL) || return (stristr(att, ".GIF") != NULL) ||
(stristr(att, ".JPG") != NULL) || (stristr(att, ".JPG") != NULL) || (stristr(att, ".JPEG") != NULL) || (stristr(att, ".PNG") != NULL);
(stristr(att, ".JPEG") != NULL) ||
(stristr(att, ".PNG") != NULL) ;
} }
/*------------------------------------------------------------------*/ /*------------------------------------------------------------------*/
@ -8657,7 +8657,8 @@ void show_find_form(LOGBOOK * lbs)
rsprintf("</td></tr>\n"); rsprintf("</td></tr>\n");
rsprintf("<tr><td class=\"form2\"><b>%s:</b>", loc("Filters")); rsprintf("<tr><td class=\"form2\"><b>%s:</b>", loc("Filters"));
rsprintf("&nbsp;&nbsp;<span class=\"selcomment\">(%s)</span><br>", loc("Text fields may contain regular expressions")); rsprintf("&nbsp;&nbsp;<span class=\"selcomment\">(%s)</span><br>",
loc("Text fields may contain regular expressions"));
/* table for two-column items */ /* table for two-column items */
rsprintf("<table width=\"100%%\" cellspacing=0>\n"); rsprintf("<table width=\"100%%\" cellspacing=0>\n");
@ -12572,7 +12573,8 @@ void synchronize_logbook(LOGBOOK * lbs, int mode, BOOL sync_all)
rsprintf("ID%d:\t%s\n", message_id, str); rsprintf("ID%d:\t%s\n", message_id, str);
n_delete++; n_delete++;
} if (!isparam("confirm") && mode == SYNC_CLONE) { }
if (!isparam("confirm") && mode == SYNC_CLONE) {
sprintf(str, "ID%d:\t%s", message_id, loc("Entry should be deleted locally")); sprintf(str, "ID%d:\t%s", message_id, loc("Entry should be deleted locally"));
mprint(lbs, mode, str); mprint(lbs, mode, str);
@ -14318,7 +14320,8 @@ void show_rss_feed(LOGBOOK * lbs)
lbs->n_attr, text, &size, NULL, NULL, NULL, NULL, NULL); lbs->n_attr, text, &size, NULL, NULL, NULL, NULL, NULL);
if (getcfg(lbs->name, "RSS Title", title, sizeof(title))) { if (getcfg(lbs->name, "RSS Title", title, sizeof(title))) {
i = build_subst_list(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, attrib, TRUE); i = build_subst_list(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, attrib,
TRUE);
sprintf(str, "%d", message_id); sprintf(str, "%d", message_id);
add_subst_list((char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, "message id", str, &i); add_subst_list((char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, "message id", str, &i);
add_subst_time(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, add_subst_time(lbs, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue,
@ -14753,8 +14756,7 @@ void show_elog_list(LOGBOOK * lbs, INT past_n, INT last_n, INT page_n, char *inf
/* if value starts with '$', substitute it */ /* if value starts with '$', substitute it */
if (str[0] == '$') { if (str[0] == '$') {
j = build_subst_list(lbs, j = build_subst_list(lbs,
(char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) slist, (char (*)[NAME_LENGTH]) svalue, attrib, TRUE);
(char (*)[NAME_LENGTH]) svalue, attrib, TRUE);
add_subst_time(lbs, (char (*)[NAME_LENGTH]) slist, add_subst_time(lbs, (char (*)[NAME_LENGTH]) slist,
(char (*)[NAME_LENGTH]) svalue, "entry time", date, &j); (char (*)[NAME_LENGTH]) svalue, "entry time", date, &j);
@ -18116,7 +18118,8 @@ void show_logbook_node(LBLIST plb, LBLIST pparent, int level, int btop)
|| (getcfg(lb_list[index].name, "Password file", str, sizeof(str)) || (getcfg(lb_list[index].name, "Password file", str, sizeof(str))
&& !getcfg(lb_list[index].name, "Guest menu commands", str, sizeof(str)))) && !getcfg(lb_list[index].name, "Guest menu commands", str, sizeof(str))))
rsprintf("&nbsp;&nbsp;<img src=\"lock.gif\" alt=\"%s\" title=\"%s\">", rsprintf("&nbsp;&nbsp;<img src=\"lock.gif\" alt=\"%s\" title=\"%s\">",
loc("This logbook requires authentication"), loc("This logbook requires authentication")); loc("This logbook requires authentication"),
loc("This logbook requires authentication"));
rsprintf("<br>\n"); rsprintf("<br>\n");
str[0] = 0; str[0] = 0;
getcfg(lb_list[index].name, "Comment", str, sizeof(str)); getcfg(lb_list[index].name, "Comment", str, sizeof(str));