On Fri, Oct 22, 2010 at 4:40 PM, Tim Niemueller
<niemuel...@kbsg.rwth-aachen.de> wrote:
> Hi Kepler folks.
>
> Just wanted to let you know that I have filed half a dozen package review
> requests for Kepler packages to Fedora. It's all I need to get roslua
> (http://github.com/timn/roslua) to work, but as a side effect there will be
> Kepler stuff in Fedora eventually.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=645181 (lua-coxpcall)
> https://bugzilla.redhat.com/show_bug.cgi?id=645182 (lua-copas)
> https://bugzilla.redhat.com/show_bug.cgi?id=645183 (lua-md5)
> https://bugzilla.redhat.com/show_bug.cgi?id=645184 (lua-wsapi)
> https://bugzilla.redhat.com/show_bug.cgi?id=645185 (lua-xmlrpc)
> https://bugzilla.redhat.com/show_bug.cgi?id=645186 (xavante)
>
> Two things arose during preparing the package, maybe you can shed some light
> on it:
>
> 1. In wsapi/src/wsapi/sapi.lua is a shebang which provokes an error of the
> script checker. I don't really use that particular functionality I think.
> Either the shebang should go because it was added in error or is not needed
> anymore, or the file should probably reside in some script directory. Can
> you give some insight?

It can be removed, sapi.lua is used just as a library.

> 2. The Xavante package does not contain any startup script. It does not even
> contain an "executable", i.e. a script which includes the config and starts
> the server (and possibly forks in the background if that is possible with
> Lua, never tried). Can something like this be added to make it a "real"
> webserver. Currently it seems to compare more to something like
> libmicrohttpd, i.e. a lib to embed a webserver in another app (which is in
> fact how I'm using it).

This is on purpose, when we moved to WSAPI we changed Xavante's
packaging so it would be just a library for embedding a web server.
There are sample web servers scripts that use Xavante both in WSAPI
(src/launchers/wsapi) and Orbit (src/launchers/orbit).

--
Fabio Mascarenhas

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to