New stuff, 0.7.0 to be a public release
|
Author |
Message |
JohnMurga
Administrator
      
Posts: 381
Group: Administrators
Joined: Apr 2007
Status:
Offline
Reputation: 2
|
New stuff, 0.7.0 to be a public release
Hi,
I am sorry I have not posted anything recently.
Work and home pressures have had me off-line for a while and will probably still curtail my activities somewhat for a little while.
However ... I have had time to do some coding, and there is a full new public release on the way with some interesting features :-)
Comissioned items
- OpenMoko port (not started, handset yet to arrive)
- Encrypted database container support (Done)
- Unicode support (50% done)
Other items
- Fixes (mostly for minor Linux issues)
- Some new API's (done)
- Embeddable web-server and AJAX demo (80% done)
- Unicode support (50% done)
- BSD and SunOS ports (started)
- Totally revised documentation and examples.
Date is pending ...
Some of these features may be released as a snapshot shortly.
Cheers
John de Murga
|
|
10-31-2008 05:48 AM |
|
 |
jyf1987
Member
  
Posts: 58
Group: Registered
Joined: Jun 2008
Status:
Offline
Reputation: 0
|
RE: New stuff, 0.7.0 to be a public release
i dont know why u add embeddable web-server and ajax demo
these can be written by pure lua script
Cheers
jyf
|
|
10-31-2008 09:45 PM |
|
 |
JohnMurga
Administrator
      
Posts: 381
Group: Administrators
Joined: Apr 2007
Status:
Offline
Reputation: 2
|
RE: New stuff, 0.7.0 to be a public release
i dont know why u add embeddable web-server and ajax demo
these can be written by pure lua script
True, however, native JSON support and being able to serve certain statuses over the web was necessary for one of my projects. The idea is that this also ties in with the templating stuff added in the last build.
I am open to making it an external module if people are adverse to it being in the core.
Cheers
JohnM
|
|
10-31-2008 10:22 PM |
|
 |
asafp
Member
  
Posts: 81
Group: Registered
Joined: Jan 2008
Status:
Offline
Reputation: 0
|
RE: New stuff, 0.7.0 to be a public release
Glad you are back John!
Can someone tell me exactly what is meant by embeddable web-server?
|
|
11-01-2008 09:13 AM |
|
 |
mikshaw
Senior Member
   
Posts: 522
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 5
|
RE: New stuff, 0.7.0 to be a public release
I assume it's used for a web-based interface to your application, such as the way webmin and routers are accessed.
|
|
11-01-2008 09:42 PM |
|
 |
art
Junior Member
 
Posts: 7
Group: Registered
Joined: Sep 2008
Status:
Offline
Reputation: 0
|
RE: New stuff, 0.7.0 to be a public release
Comissioned items
- OpenMoko port (not started, handset yet to arrive)
- Encrypted database container support (Done)
- Unicode support (50% done)
Other items
- Fixes (mostly for minor Linux issues)
- Some new API's (done)
- Embeddable web-server and AJAX demo (80% done)
- Unicode support (50% done)
- BSD and SunOS ports (started)
- Totally revised documentation and examples.
Hi JohnM, I not see Fl_Table binding in 0.7.0, why?
Cheers
art.
|
|
11-02-2008 07:04 AM |
|
 |
JohnMurga
Administrator
      
Posts: 381
Group: Administrators
Joined: Apr 2007
Status:
Offline
Reputation: 2
|
RE: New stuff, 0.7.0 to be a public release
Hi JohnM, I not see Fl_Table binding in 0.7.0, why?
Good question :-)
Mostly because I have been playing with it for ever and I am wary or promising it ... But I guess I might as well let you guys have what I have done so far.
Cheers
JohnM
|
|
11-02-2008 11:07 PM |
|
 |
JohnMurga
Administrator
      
Posts: 381
Group: Administrators
Joined: Apr 2007
Status:
Offline
Reputation: 2
|
RE: New stuff, 0.7.0 to be a public release
I assume it's used for a web-based interface to your application, such as the way webmin and routers are accessed.
That is correct ... It is basically for you be able to provide a basic interface in a couple of lines of code.
Cheers
JohnM
|
|
11-02-2008 11:08 PM |
|
 |
jpjacobs
Member
  
Posts: 113
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: New stuff, 0.7.0 to be a public release
Super, really looking foward to it...
BTW, one thing would be really nice is tab-completion...
like in the murgaLua shell you enter mur<tab> and it completes to murgaLua 
but i don't know how (or how hard ) it is to implement, so, it's just an idea
|
|
11-04-2008 05:29 AM |
|
 |
mikshaw
Senior Member
   
Posts: 522
Group: Registered
Joined: Apr 2007
Status:
Offline
Reputation: 5
|
RE: New stuff, 0.7.0 to be a public release
In Linux/OSX that would be readline; not sure what it is in Windows. I was under the impression that readline support was included with some murgaLua versions, but not in others...I might be hallucinating, though.
When using the murgaLua shell, I often will use it with rlwrap as a wrapper, which provides pretty much the same behavior (though it occasionally hiccups).
|
|
11-08-2008 01:15 AM |
|
 |
|