Elog
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
Example ELOG web pages |
|
| Developer(s) | Stefan Ritt |
|---|---|
| Stable release | 2.7.5 / 2008-09-22 |
| Operating system | Cross-platform |
| Type | Web application |
| License | GPL |
| Website | ELOG home page |
|
|
This article appears to be written like an advertisement. Please help improve it by rewriting promotional content from a neutral point of view and removing any inappropriate external links. (March 2008) |
ELOG is a generic term and it is an abbreviation for "electronic log". There are many forms of an "electronic log". The rest of this article details one particular software application that is used as an elog. Its name is "ELOG".
ELOG is a Web application written by Stefan Ritt in C which can be used to create personal and common logbooks. It has been developed at the Paul Scherrer Institute originally for shift logbooks in the particle physics experiment MEG, but is now widely used in other fields. Besides the CERN experiments LHCb and CMS is it used on the US coastguard icebreaker USCGC Healy and part of the Debian distribution.
ELOG is licensed under the GNU General Public License as free software. It is currently available in 13 languages.
[edit] Description
ELOG combines a small internal database with a web front-end in a single program. It can be configured though a single configuration file for different applications such as:
- Personal logbooks. People can write down notes in a chronological order ('entries') and retrieve them with a web browser.
- Shared logbooks. Logbooks can be shared among several people with read and optional write access. The most common use of this are shift logbooks replacing the traditional paper logbook.
- Small databases. ELOG can be configured with arbitrary attributes and thus serve a simple database with search facilities for typically a few thousand entries.
- Discussion forums. The possibility to use threads and automatic email notifications make this software useful for (simple) news group servers.
- Bug tracker. ELOG can be configured to work as a simple Bug tracking system with email notifications and a database for open/fixed bugs.
- Any combination of the above hosted on a single site.
The main difference between ELOG and other systems is the fact that ELOG does not depend on any other package such as a database server or PHP. A single executable together with a configuration file make it very simple to install and use.
[edit] Platforms
ELOG consists of a single C program and can be compiled on most systems. Most commonly it is used under Linux, MS Windows, FreeBSD, Mac OS X and Solaris. ELOG was part of the Debian distribution but has been removed in 2008.