aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/examples/language_support/lua
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-02-15 14:38:17 +0000
committers-ol <s-ol@users.noreply.github.com>2020-02-15 14:38:17 +0000
commit3abb5c0be1bba44702a77a32caf368775ab855c2 (patch)
tree5451aae8f5eb499094fd3b6f0338150798f8adf9 /root/articles/mmmfs/examples/language_support/lua
parentfix conversion want wildcard (diff)
downloadmmm-3abb5c0be1bba44702a77a32caf368775ab855c2.tar.gz
mmm-3abb5c0be1bba44702a77a32caf368775ab855c2.zip
rename articles to research
Diffstat (limited to 'root/articles/mmmfs/examples/language_support/lua')
-rw-r--r--root/articles/mmmfs/examples/language_support/lua/text$lua -> mmm$dom.lua9
-rw-r--r--root/articles/mmmfs/examples/language_support/lua/title: text$plain1
2 files changed, 0 insertions, 10 deletions
diff --git a/root/articles/mmmfs/examples/language_support/lua/text$lua -> mmm$dom.lua b/root/articles/mmmfs/examples/language_support/lua/text$lua -> mmm$dom.lua
deleted file mode 100644
index 62e79f1..0000000
--- a/root/articles/mmmfs/examples/language_support/lua/text$lua -> mmm$dom.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-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.' }
-}
diff --git a/root/articles/mmmfs/examples/language_support/lua/title: text$plain b/root/articles/mmmfs/examples/language_support/lua/title: text$plain
deleted file mode 100644
index 0f9d550..0000000
--- a/root/articles/mmmfs/examples/language_support/lua/title: text$plain
+++ /dev/null
@@ -1 +0,0 @@
-Lua