diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-31 14:11:47 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-31 14:11:47 +0000 |
| commit | 2c3977673b94f67779cc439b7b1460f08d8d38df (patch) | |
| tree | 254497411925ee7c0eaa1268756358f48ba6ecba /root/articles/mmmfs/ba_log | |
| parent | lots of fixes (diff) | |
| download | mmm-2c3977673b94f67779cc439b7b1460f08d8d38df.tar.gz mmm-2c3977673b94f67779cc439b7b1460f08d8d38df.zip | |
table-of-contents, reference order
Diffstat (limited to 'root/articles/mmmfs/ba_log')
4 files changed, 8 insertions, 3 deletions
diff --git a/root/articles/mmmfs/ba_log/intro: text$markdown.md b/root/articles/mmmfs/ba_log/intro: text$markdown.md new file mode 100644 index 0000000..37366cf --- /dev/null +++ b/root/articles/mmmfs/ba_log/intro: text$markdown.md @@ -0,0 +1,4 @@ +The following pages document the development of the `mmmfs` system described above in the form of a project log. +Please note that the log has been written primarily for viewing using a web browser, and as such makes extensive use of +hyperlinking, and also includes some videos that cannot be reproduced in print. It is therefore recommended to view the +live version of the log online at the following address: [s-ol.nu/ba/log](https://s-ol.nu/ba/log). diff --git a/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon index d23edbb..97a6283 100644 --- a/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon +++ b/root/articles/mmmfs/ba_log/print: text$moonscript -> fn -> mmm$dom.moon @@ -6,7 +6,8 @@ import ropairs from require 'mmm.ordered' div { class: 'print-ownpage' - h1 link_to @, "appendix: project log" + h1 (link_to @, "appendix: project log"), id: 'ba-log' + @gett 'intro: mmm/dom' table.unpack for post in *@children continue if post\get 'hidden: bool' diff --git a/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon index 37ffc78..bd2859d 100644 --- a/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon +++ b/root/articles/mmmfs/ba_log/text$moonscript -> fn -> mmm$dom.moon @@ -4,7 +4,8 @@ import ropairs from require 'mmm.ordered' => div { - h1 link_to @, "appendix: project log" + h1 (link_to @, "appendix: project log"), id: 'ba-log' + @gett 'intro: mmm/dom' ul do posts = for post in *@children continue if post\get 'hidden: bool' diff --git a/root/articles/mmmfs/ba_log/title: text$plain b/root/articles/mmmfs/ba_log/title: text$plain deleted file mode 100644 index a440bf3..0000000 --- a/root/articles/mmmfs/ba_log/title: text$plain +++ /dev/null @@ -1 +0,0 @@ -project log |
