Software /
code /
clix
Comparison
squishy @ 76:aa672fc46be1
squishy: Add clix.archive
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 25 Jun 2012 02:39:52 +0200 |
parent | 74:4b64a556a2cd |
child | 100:de5abce983d9 |
child | 102:16cdeb9cd879 |
comparison
equal
deleted
inserted
replaced
75:8d5c99f46cb8 | 76:aa672fc46be1 |
---|---|
8 "roster"; | 8 "roster"; |
9 "export"; | 9 "export"; |
10 "vcard"; | 10 "vcard"; |
11 "publish_atom"; | 11 "publish_atom"; |
12 "sendfile"; | 12 "sendfile"; |
13 "archive"; | |
13 } | 14 } |
14 | 15 |
15 for _, cmd in ipairs(commands) do | 16 for _, cmd in ipairs(commands) do |
16 Module("clix."..cmd)("clix/"..cmd..".lua") | 17 Module("clix."..cmd)("clix/"..cmd..".lua") |
17 end | 18 end |