lua-users home
lua-l archive

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


It was thus said that the Great Petite Abeille once stated:
> 
> > On Jun 5, 2020, at 03:06, Sean Conner <sean@conman.org> wrote:
> > 
> > [3]	As part of my Gemini sever:
> > 
> > 		https://github.com/spc476/GLV-1.12556/blob/master/Lua/GLV-1/url-util.lua
> 
> Another very cool thing Sean has done while on Gemini is porting the Urbit Sigils [1] to Lua.

  A few things you forgot to mention:

	1) it's a large 202,000+ byte script (due to the sigil information)
	2) the only dependency is Lua 5.1 or higher
	3) it works on HTTP, gopher and Gemini servers.

  And speaning of gopher, I have written a gopher server in Lua as well [2].

> Demo:
> https://portal.mozz.us/gemini/gemini.conman.org/sigil
> https://portal.mozz.us/gemini/gemini.conman.org/sigil%3Fid%3DF000F3F9
> 
> Code:
> https://portal.mozz.us/gemini/gemini.conman.org/sigil-cgi.lua

  -spc

> [1] https://urbit.org/blog/creating-sigils/

[2]	https://github.com/spc476/port70