Re: Is there a way to indicate when an entry has been edited?, posted by Stefan Ritt on Tue Sep 2 16:07:34 2008
|
W.Koster wrote:
|
Re: Is there a way to import old log messages, posted by Stefan Ritt on Fri Apr 24 09:03:05 2009
|
Joseph Le wrote:
|
Re: Is there a way to export logs, posted by Alex Kühnel on Mon Oct 3 10:18:19 2016
|
shame on me, there is a way!
I can search with find and then export as csv file
/alex |
Re: Is there a python3 api to generate logbook entries from python?, posted by Stefan Ritt on Tue Jan 16 09:46:04 2018
|
There are two options
Wrap the "elog" command line tool
Use "curl". Ther is a PycURL library http://pycurl.io/docs/latest/ which
can be used, so you don't have to call any command line tool. The usage of curl is described in elog:68597
Stefan |
Re: Is there a python3 api to generate logbook entries from python?, posted by Andreas Luedeke on Tue Jan 16 10:13:00 2018
|
Have a look here: https://github.com/paulscherrerinstitute/py_elog
I haven't tried it myself, but it should allow you to add, reply, edit, delete elog entries from python (>= 3.5) via the http elog interface.
It's an anaconda package. |
Re: Is there a python3 api to generate logbook entries from python?, posted by markus on Wed Jan 24 07:54:47 2018
|
Thanks Andreas!
This is more or less exactly what I was looking for...
Regards |
Re: Is there (planned) support for <A NAME> and <HR /> in ELCODE?, posted by Stefan Ritt on Fri Apr 27 08:38:58 2007
|
[quote="Kevin McCarty"]I am wondering if there is any support (or if not, if it is planned) for inserting HTML <a name> and <hr /> tags via ELCODE.[/quote]
Very good idea. The horizontal line [line] is already implemented via [B]\[LINE][/B] and the anchor tag will soon follow. |
Re: Is there (planned) support for <A NAME> and <HR /> in ELCODE?, posted by Kevin McCarty on Fri Apr 27 08:56:10 2007
|
[quote="Stefan Ritt"][quote="Kevin McCarty"]I am wondering if there is any support (or if not, if it is planned) for inserting HTML <a name> and <hr />
tags via ELCODE.[/quote]
|