Software /
code /
clix
File
squishy @ 133:be3b857e991f
clix.raw: Use indentation when prettyprinting if available in util.stanza
Properly indented XML is a lot more readable than squished together on a
single line.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 14 Nov 2020 15:33:35 +0100 |
parent | 122:1dfd28db10bd |
child | 139:6909e479c56b |
line wrap: on
line source
local commands = { "send"; "sendfilecontent"; "receive"; "version"; "ping"; "bounce"; "mirror"; "raw"; "roster"; "export"; "vcard"; "publish_atom"; "sendfile"; "archive"; "presence"; } for _, cmd in ipairs(commands) do Module("clix."..cmd)("clix/"..cmd..".lua") end if GetOption "with-verse" then Module("verse")(GetOption "with-verse"); end Main "clix.lua" Option "executable" Output "clix.bin"