diff --git a/NT/elog.vcproj b/NT/elog.vcproj index 15ff89a7..652717d8 100755 --- a/NT/elog.vcproj +++ b/NT/elog.vcproj @@ -97,7 +97,7 @@ Name="VCLinkerTool" AdditionalDependencies="wsock32.lib" OutputFile=".\Debug/elog.exe" - LinkIncremental="1" + LinkIncremental="2" SuppressStartupBanner="TRUE" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\Debug/elog.pdb" diff --git a/NT/elogd.sln b/NT/elogd.sln index 47bc4e07..1fd6741a 100755 --- a/NT/elogd.sln +++ b/NT/elogd.sln @@ -25,10 +25,10 @@ Global {73B4D346-E430-4CDF-89DC-C7E7356D373F}.Release.ActiveCfg = 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.Build.0 = Debug|Win32 {A206887F-603B-4538-B6F7-A1361EF29E8F}.Release.ActiveCfg = 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.Build.0 = Debug|Win32 {96EE8277-42EF-4086-814C-D94BB56BA930}.Release.ActiveCfg = Release|Win32 {96EE8277-42EF-4086-814C-D94BB56BA930}.Release.Build.0 = Release|Win32 {ED99DCD0-7A48-4C02-BB77-088217D7A9D0}.Debug.ActiveCfg = Debug|Win32 diff --git a/doc/ChangeLog b/doc/ChangeLog index 751ed0d9..559041c0 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 ================================--====== diff --git a/doc/index.html b/doc/index.html index 5779b709..79ac15be 100755 --- a/doc/index.html +++ b/doc/index.html @@ -1,176 +1,209 @@ -
--
--
-Home of the Electronic Logbook package by Stefan Ritt
--ELOG is part of a family of applications known as weblogs. Their general purpose is : -
-
-
-ELOG is a remarkable implementation of a weblog in at least two respects : -
-
-
- -
-
|
- |
-
-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 "Save As..." function of the Web browser.
- -Several logbooks can be served though a single ELOG server. Each -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 -entries with attribute "Type" equal to "Configuration", and the lower pane -shows the search result. It is also possible to use full-text search in -attributes and the entry body. - -While logbook entries are usually displayed one entry per page, they can -also be listed consecutively which makes it easy to produce a paper printout of a logbook. - -Logbook pages can be edited or deleted. This feature can be turned off in -the configuration file so that a logbook entries cannot be changed -after being submitted. - -An additional feature is the automatic generation of a notification email -messages based on a certain type or category of a logbook entry. - -Also try out the online demo ! - |
- -
-The features of ELOG make it useful for several applications: -
-
-
-
-
-
- -
-ELOG is released under the -GNU Public License. -
- -
-The author would like to give credits to following people: - -
- -
-If your are reading this documentation from your local ELOG server, check for updates on the ELOG Home Page. -
-See also the ELOG project pages on
-
-
-and
-
-
-
- -
+
++
+Home of the Electronic Logbook package by + Stefan Ritt
++ ELOG is part of a family of applications known as weblogs + . Their general purpose is : +
+
+ ELOG is a remarkable implementation of a weblog + in at least two respects : +
+
+
+
|
+ |
+
+ 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 "Save As..." function of
+ the Web browser.
+ + Several logbooks can be served though a single ELOG server. Each 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 + entries with attribute "Type" equal to "Configuration + ", and the lower pane shows the search result. It is also possible to use + full-text search in attributes and the entry body. + + While logbook entries are usually displayed one entry per page, they can also + be listed consecutively which makes it easy to produce a paper printout of a + logbook. + + Logbook pages can be edited or deleted. This feature can be turned off in the + configuration file so that a logbook entries cannot be changed after being + submitted. + + An additional feature is the automatic generation of a notification email + messages based on a certain type or category of a logbook entry. + + Also try out the online demo + ! + |
+
+
+ The features of ELOG make it useful for several applications: +
+
+ ELOG is released under the GNU + Public License + . +
+
+ The author would like to give credits to following people: +
+
+ If your are reading this documentation from your local ELOG server, + check for updates on the ELOG Home Page + . +
+ See also the ELOG project pages on
+ and
+
+
+