How does one create a html template for an entry, posted by kenzo Abrahams on Thu Oct 15 12:32:19 2015
|
Good Day
I am new to elog and have a question. This is best explain with an example. If I have two logbooks named "home" and "work" and I would like all the entries |
Re: How does one create a html template for an entry, posted by Stefan Ritt on Thu Oct 15 14:34:36 2015
|
> Good Day
>
> I am new to elog and have a question. This is best explain with an example. If I have two logbooks named "home" and "work" and I would like all the entries |
Re: Show attachments = 0, posted by Eric Quintero on Fri Oct 16 00:24:50 2015
|
Hm, looking through the source, there are many many places where PDF files are treated differently than strictly image filetypes (PNG, etc.). This makes
sense in the context of multi-page documents.
Still, I like using PDFs for vector plots... I suppose I should also confess to the following modification I've made to my ELOG for treating |
Logging entries from the command line, posted by kenzo Abrahams on Mon Oct 26 11:06:46 2015
|
Good Afternoon
Im trying to automatically post an entry using information saved in a text file. I have followed the example in the users guide but i always
seem to get a error message saying transmission failed. Lets say for instance I have a user named John and his password is Blue and he wants to log into |
Re: How does one create a html template for an entry, posted by kenzo Abrahams on Mon Oct 26 11:16:54 2015
|
> > Good Day
> >
> > I am new to elog and have a question. This is best explain with an example. If I have two logbooks named "home" and "work" and I would like all the |
Re: Logging entries from the command line, posted by Stefan Ritt on Mon Oct 26 11:18:57 2015
|
Run the elog command with an additional -v flag (verbose output), and you will see what the elogd server return. It's
HTML, but you should be able to see some error message.
kenzo |
Re: Logging entries from the command line, posted by kenzo Abrahams on Mon Oct 26 11:24:46 2015
|
Hi Stephan
The error message I get is "Error: Command Submit not allowed". I dont know if this might be an issue but it says Response Recieved:
HTTP/1.1 404 Not Found in the first line of the servers response |
Re: Logging entries from the command line, posted by Stefan Ritt on Mon Oct 26 11:32:08 2015
|
This indicates that the username/password is not correct. Can you log in to that logbook in your browser with the username "John" and password
"Blue"?
kenzo |