Re: Can I turn off emoticons?, posted by Stefan Ritt on Wed Sep 21 09:06:03 2005
|
[quote="Dan Chitwood"]Is there a way to not use the emoticons, but at the same time use the ELCode?
An example would be to add a slash before the emoticon code like this: /:)
|
Re: Can I host elog in the web under windows platform without Apache Web Server?, posted by Stefan Ritt on Fri Jan 15 08:04:09 2016
|
When you install elog under windows, an example config file gets installed which lets you do already what you want. Then you can extend the config file
according to the documentation https://midas.psi.ch/elog/config.html
Dawang |
Re: Can I host elog in the web under windows platform without Apache Web Server?, posted by Andreas Luedeke on Fri Jan 15 15:31:54 2016
|
I admit that I'm not sure if I understood the question. It is quite some work to do the opposite, to run elog behind an Apache Web Server.
But
if you just install ELOG out of the box it will always run without an Apache Web Server. You don't need to add anything in the config file for that.
Dawang wrote:
|
Re: Can I host elog in the web under windows platform without Apache Web Server?, posted by Dawang on Fri Jan 29 05:38:03 2016
|
Thanks Andreas and Stefan,
Since I'm not good in setting up webserver, do you know a web hosting company that can I use to integrate elog so that i can access
my elog publicly same as you are using here? Thanks. |
Re: Can I host elog in the web under windows platform without Apache Web Server?, posted by Andreas Luedeke on Fri Jan 29 06:35:05 2016
|
Can't help you with that, and I think it is the wrong forum to ask that question.
You'll need a web service provider that will
allow you to run your own services.
And then it'll either require some skills in host administration or a full host service by the provider.
Cheers,
Andreas
Dawang |
Re: Can Elog make a table?, posted by Stefan Ritt on Thu Aug 8 09:07:45 2024
|
I'm not exactly sure what you want to do, but there are two options in elog:
1) Insert directly a table like this one:
Index
|
Re: Calculations & Interfacing a DataBase with Elog., posted by Stefan Ritt on Sat Jun 22 10:07:08 2019
|
Yes elog stores data in a flat file database. Go to your logbook directory and look for files YYMMDDa.log where you find all data. Some people do a post
submit call to scripts, other integrate JS directly on each page (e.g. via "bottom text" option where you can load a whole JavaScript file),
then pick the fields and do calculations directly in the edit window. |
Re: Calculations & Interfacing a DataBase with Elog., posted by John on Sat Jun 22 10:21:39 2019
|
Thanks Stefan soo much. As I've said, I will update this post(s) as I make any progress :)
John
Stefan |