diff --git a/elogd.service b/elogd.service index a9916515..de379408 100644 --- a/elogd.service +++ b/elogd.service @@ -6,7 +6,7 @@ Documentation=man:elog(8) [Service] Type=forking -ExecStart=/usr/local/sbin/elogd -D -c /usr/local/elog/elogd.cfg +ExecStart=/home/ritt/elog/build/elogd -D -c /srv/elogs/elogd.cfg ExecReload=/bin/kill -HUP ${MAINPID} ExecStop=/bin/kill ${MAINPID} diff --git a/mkdocs/docs/download.md b/mkdocs/docs/download.md deleted file mode 100644 index 9bfb4754..00000000 --- a/mkdocs/docs/download.md +++ /dev/null @@ -1,48 +0,0 @@ -# ELOG download page - ---- - -ELOG is distributed both as source code and as precompiled binaries for -various platforms. In addition to major versions, minor releases are -made containing bug fixes or 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. The minor -releases are named **`x.y.z-r`** where **`r`** is the release number. A -[web access](https://bitbucket.org/ritt/elog) to the source code -contains the complete development history of ELOG, plus the newest fixes -and features which might yet be in a release. To check out the GIT -repository, use: - -`git clone https://bitbucket.org/ritt/elog --recursive` - -No tags are used, so it is recommended to always use the newest release -from the \"master\" branch. - -Building elogd requires the CMake system and is done in the traditional -way: - -``` text -$ cd elog -$ mkdir build -$ cd build -$ cmake .. -$ make -``` - -This will put the executables **`elogd`** and **`elog`** into the build -directory, from where they can be moved to a system directory like -**`/usr/local/sbin/elogd`** - -News for each version can be seen in the -[changelog](http://elog.psi.ch/elog/download/ChangeLog) - -## Windows Binaries - -The windows binaries are distributed with an automatic -[installer](http://elog.psi.ch/elog/download/windows/elog-latest.exe). -Execute the installer to install ELOG and to register the elogd server -as a windows service. Previous windows versions can be found -[here](http://elog.psi.ch/elog/download/windows/). - -Note that the windows binaries are very much outdated and will be -updated once the develop gets access again to a Windows PC. diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index a3662746..0a169587 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -5,6 +5,8 @@ Ritt](mailto:Stefan.Ritt@psi.ch) *Current version: 3.1.4* +[PDF version](https://elog.psi.ch/elog/pdf/document.pdf) + --- ## What is ELOG ? diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 223e6703..d09c31f8 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -12,6 +12,10 @@ nav: - Wishlist: wishlist.md - Contributions: contrib.md - Demo: demo.md - - Download: download.md + - Download info: download_info.md + +theme: material + +plugins: + - to-pdf -theme: readthedocs \ No newline at end of file diff --git a/mkdocs/site/404.html b/mkdocs/site/404.html index a9703370..72dd7dff 100644 --- a/mkdocs/site/404.html +++ b/mkdocs/site/404.html @@ -1,141 +1,433 @@ - - -
- - - - -