diff --git a/build.bat b/build.bat index 67770d2a..586e6170 100755 --- a/build.bat +++ b/build.bat @@ -17,3 +17,5 @@ net use n: \\pc2075\midas mi_das /user:midas "\program files\NSIS\makensis" /DVERSION=%version% elog.nsi copy elog%version%.exe n:\html\elog\download\windows\ +copy elog%version%.exe n:\html\elog\download\windows\elog-latest.exe + diff --git a/doc/dl-menu.html b/doc/dl-menu.html deleted file mode 100755 index de677cb2..00000000 --- a/doc/dl-menu.html +++ /dev/null @@ -1,15 +0,0 @@ - -
  ELOG download page  
-

-

-

-

ELOG source code and Windows binaries
diff --git a/doc/dl-sig.html b/doc/dl-sig.html deleted file mode 100755 index a110afec..00000000 --- a/doc/dl-sig.html +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/doc/download.html b/doc/download.html index b6f5069d..98dacd6b 100755 --- a/doc/download.html +++ b/doc/download.html @@ -8,9 +8,70 @@ - - - - + +
  ELOG download page  
+

+

+

+ + +ELOG is distributed both as source code and as precompiled binaries for +various platforms. In addition to regular releases, snapshots are made +available containing some new and not yet completely debugged code. This +is usually the case if some user asks for some new features, which are then +implemented and sent to the user for testing. A +CVS web access to the +source code contains the complete develoopment history of ELOG.

+ +

ELOG source code

+ +The source code is available as a good old TAR +file. Select elog-latest.tar.gz +unless you want to download a previous version. Untar the file with

+ + +tar -zxvf elog-latest.tar.gz +

+ +and compile it with "make". Then follow the instructions on how to install the server +on a Linux system. + +

Windows Binaries

+ +The windows binaries are distributed with an automatic +installer. Execute +the installer to install ELOG and to register the elogd server as a windows service. Previous +windows versions can be found here. +The latest snapshot of the elogd.exe executable is +here. To install it, +please stop the ELOG service (if configured), then overwrite the elogd.exe +executable (usually in c:\Program Files\ELOG\elogd.exe or similar), and +optionally restart the ELOG service.

+ +

Linux Binaries

+ +Linux binaries are distributed as a +RPM. For previous +versions check here. There are +also SRPMS. Thanks to Recai Oktas +there is also a Debian package.

+ + +

+ +