lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Everyone,

Thanks for the feedback yesterday on my little Lua web framework Tir.
I finally got all the gear up and working, so now you can try Tir out
yourself and give me more critiques:

http://tir.mongrel2.org/home


Here's how to install it:

http://tir.mongrel2.org/wiki?name=Install

Here's instructions on getting started:

http://tir.mongrel2.org/wiki?name=GettingStarted

Finally, if you want to hack on it:

http://tir.mongrel2.org/wiki?name=ContributorInstructions


I'd say my biggest question is on the Install instructions how I can
get that list of install commands down to just one single luarocks
install line.  It seems kind of silly that I have to have people
curling down rockspecs manually to get at specs that are outside the
luarocks ecosystem.  Anyone got ideas on telling luarocks that Tir
depends on random URLs?

Thanks Again,

Zed