lua-users home
lua-l archive

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


Hi All,

Has anyone attempted to make a mime type registration for lua?
The form is here: https://www.iana.org/form/media-types
I guess it would make most sense for Roberto or Luiz to do it.

Currently people seem to already be using a mix of text/lua and application/lua
The latter (application/lua) would seem to be preferred by the IETF.

As a bonus feature, I'd love it if the mime type registration could
include an optional 'version' parameter.
e.g. application/lua;version=5.3

Regards,
Daurnimator.