From 1e3b0a12060dce916b686921c94520202c4cb130 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 29 Oct 2019 15:18:25 +0100 Subject: make security vulnerabilities optional, remove sandbox --- root/sandbox/lua/description: text$markdown.md | 1 - root/sandbox/lua/text$lua -> mmm$dom.lua | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 root/sandbox/lua/description: text$markdown.md delete mode 100644 root/sandbox/lua/text$lua -> mmm$dom.lua (limited to 'root/sandbox/lua') diff --git a/root/sandbox/lua/description: text$markdown.md b/root/sandbox/lua/description: text$markdown.md deleted file mode 100644 index 3071697..0000000 --- a/root/sandbox/lua/description: text$markdown.md +++ /dev/null @@ -1 +0,0 @@ -an example of how to use Lua to create (dynamic) DOM / mmmfs content diff --git a/root/sandbox/lua/text$lua -> mmm$dom.lua b/root/sandbox/lua/text$lua -> mmm$dom.lua deleted file mode 100644 index db420ce..0000000 --- a/root/sandbox/lua/text$lua -> mmm$dom.lua +++ /dev/null @@ -1,10 +0,0 @@ --- see /meta/mmm.dom for documentation -local d = require 'mmm.dom' - -local lua = d.a { 'Lua', href = 'https://www.lua.org/' } -local fengari = d.a { 'fengari.io', href = 'https://fengari.io/' } - -return d.article { - d.h1 'Lua', - d.p { lua, ' is fully supported using ', fengari, ' on the Client.' } -} -- cgit v1.2.3