diff --git a/Build.rakumod b/Build.rakumod deleted file mode 100644 index 97b0194..0000000 --- a/Build.rakumod +++ /dev/null @@ -1,18 +0,0 @@ -use v6.d; - -class Build { - method build($dist-path) { - - #| also specified in en_SI.rakumod - my $rahx = '.rahx-config'; - my $file = 'html5-tags-list.csv'; - - #| mkdir will use existing if present - mkdir "$*HOME/$rahx"; - - copy "resources/$file", "$*HOME/$rahx/$file"; - - exit 0 - } -} - diff --git a/META6.json b/META6.json index 280a359..a9ec032 100644 --- a/META6.json +++ b/META6.json @@ -13,10 +13,7 @@ "provides": { "HTMX": "lib/HTMX.rakumod" }, - "resources": [ - "html5-tags-w3schools.csv", - "html5-tags-list.csv" - ], + "resources": [], "license": "Artistic-2.0", "tags": [], "source-url": "" diff --git a/README.md b/README.md index 9ada881..46c3e77 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ TODOS #### Follow On +- [ ] consider adding back end template to this module (like this https://github.com/Konfuzian/htmx-examples-with-flask/tree/main) - [ ] CSS - try some alternatives, read some stuff, make a plan - [ ] Cro - how to integrate HTMX Static pages with Cro backend - [ ] Hummingbird - ditto for HB diff --git a/bin/html5-tags-extract.raku b/bin/html5-tags-extract.raku deleted file mode 100755 index 54f4283..0000000 --- a/bin/html5-tags-extract.raku +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env/raku - -# This script extracts HTML5 tag names from the table at -# https://www.w3schools.com/tags/default.asp - -my @lines = "../resources/html5-tags-w3schools.csv".IO.lines; - -@lines.shift; # remove header row -@lines.shift; # remove !-- -- -@lines.shift; # remove !DOCTYPE -@lines .= grep: {! /'Not supported in HTML5'/}; # remove deprecated -@lines .= map: *.split(",")[0]; # take column 1 -@lines .= map: *.subst('<', ''); # \ rm angle brackets -@lines .= map: *.subst('>', ''); # / -@lines .= grep: {! /'h1'/}; # remove '
+ Dunder Mifflin Inc. (stock symbol DMI) is + a micro-cap regional paper and office supply distributor with + an emphasis on servicing small-business clients. +
+