From e7b84a65084e17d5da64fe1fa716d7a186ed701c Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 4 Oct 2021 16:13:31 +0200 Subject: Split root out of mmm repo --- root/meta/text$moonscript -> fn -> mmm$dom.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'root/meta') diff --git a/root/meta/text$moonscript -> fn -> mmm$dom.moon b/root/meta/text$moonscript -> fn -> mmm$dom.moon index d3e27e1..5430212 100644 --- a/root/meta/text$moonscript -> fn -> mmm$dom.moon +++ b/root/meta/text$moonscript -> fn -> mmm$dom.moon @@ -4,8 +4,8 @@ import link_to from (require 'mmm.mmmfs.util') require 'mmm.dom' => div { style: { 'max-width': '700px' } h3 link_to @ - p "mmm is a collection of Lua/Moonscript modules for web development. - All modules are 'polymorphic' - they can run in the ", (i 'browser'), + p "mmm.dom and mmm.component are Lua/Moonscript modules for web development. + Both modules are 'polymorphic' - they can run in the ", (i 'browser'), ", using the native browser API for creating and interacting with DOM content, as well as on the ", (i 'server'), ", where they operate on and produce equivalent HTML strings." p "As the two implementations of each module are designed to be compatible, -- cgit v1.2.3