diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-15 08:55:42 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-15 08:55:42 +0000 |
commit | 8506830334b4b9a1b7636910ece6f1392d99ff0f (patch) | |
tree | 2ccbfd62117b1cb02fef37b24eb9cc8552eef2eb /www/elog/pkg-descr | |
parent | cde8ec0cfae283f7c8f373ac63c9033d3555b407 (diff) |
Notes
Diffstat (limited to 'www/elog/pkg-descr')
-rw-r--r-- | www/elog/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/elog/pkg-descr b/www/elog/pkg-descr new file mode 100644 index 000000000000..12e61cd10bb6 --- /dev/null +++ b/www/elog/pkg-descr @@ -0,0 +1,24 @@ +The Electronic Logbook (ELOG) provides a Web interface to manage notes. +Its general purpose is to make it easy for people to put and access +information online; in the form of short, time stamped text messages +with optional HTML markup for presentation, and optional file +attachments. Its features include: + * Has its own daemon, no need for a full-fledged server (e.g. Apache). + * Being a Web application, search, browse and edit notes from + anywhere. + * Includes a tool to create and access notes from the command + line. + * Stores notes as simple as plain text; no special formatting. + * Uses customizable mail-like headers (RFC 2822) to categorize + the notes. + * Supports RSS feeds for entries. + * Exports to CSV (comma-separated-values). + * File attachments (e.g. images, archives). + * Supports workgroups, shared logbooks. + * Message threads, mail notifications for a + forum-like usage. + * Hosts one or more logbooks stored in separate + sections on the host. + * Remotely clone logbooks on separate servers. + +WWW: http://midas.psi.ch/elog/ |