aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-10-11 14:04:36 +0000
committers-ol <s-ol@users.noreply.github.com>2019-10-11 14:04:36 +0000
commit6c3836ec3553819a0dda95efd0855910682fc518 (patch)
tree52f0f9b88ce06ef31da2065bf566f9a9978cb7d7 /root/articles
parenttemporarily fix moonscript in client (diff)
downloadmmm-6c3836ec3553819a0dda95efd0855910682fc518.tar.gz
mmm-6c3836ec3553819a0dda95efd0855910682fc518.zip
fix browser nav issues, fs default sorting
Diffstat (limited to 'root/articles')
-rw-r--r--root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md7
-rw-r--r--root/articles/realities/text$moonscript -> mmm$component.moon2
2 files changed, 4 insertions, 5 deletions
diff --git a/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md b/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md
index bfecbeb..549ea99 100644
--- a/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md
+++ b/root/articles/mmmfs/ba_log/2019-10-10/text$markdown.md
@@ -2,9 +2,8 @@ Today I moved the static resources needed by the web-frontend into the content o
The server doesn't make an exception for static files anymore (as described in [a previous update][2019-10-08]),
but rather the files are just in a fileder called `static` now, and properly typed, here:
-- [`/static/style/`](/static/style/:%20text/html+interactive#inspect)
-- [`/static/mmm/`](/static/mmm/:%20text/html+interactive#inspect)
-- [`/static/fengari-web/`](/static/fengari-web/:%20text/html+interactive#inspect)
+- [/static/style/](/static/style/:%20text/html+interactive)
+- [/static/mmm/](/static/mmm/:%20text/html+interactive)
This removed a big exception and left the server implementation much cleaner and shorter, as can be seen in the corresponding commit [`005cc9b`][005cc9b].
@@ -16,7 +15,7 @@ all content below the current fileder, rather than just including the child-file
Here are some example links for viewing these:
-- [`/?index`](/?index)
+- [`/?index: text/html`](/?index:%20text/html)
- [`/articles/mmmfs/ba_log/?index: text/html`](/articles/mmmfs/ba_log/?index:%20text/html)
Finally I added a third pseudo-facet called `?interactive` that renders the Inspector that the old page ran on,
diff --git a/root/articles/realities/text$moonscript -> mmm$component.moon b/root/articles/realities/text$moonscript -> mmm$component.moon
index 7689dbb..a7dc365 100644
--- a/root/articles/realities/text$moonscript -> mmm$component.moon
+++ b/root/articles/realities/text$moonscript -> mmm$component.moon
@@ -24,7 +24,7 @@ if MODE == 'SERVER'
render: =>
rplc = with div id: @id, :style
\append '(diagram goes here)'
- -- \append "<script type=\"application/lua\">
+ -- \append "<script type=\"text/lua\">
-- local rplc = js.global.document:getElementById('#{@id}');
-- local fn = #{compile @func}
-- diag = Diagram(fn)