Compare commits

..

15 commits

Author SHA1 Message Date
Christian Hesse
47dc4a01bb Makefile: clean up and add phony targets 2025-11-07 12:55:03 +01:00
Christian Hesse
bb61b6e6b7 global-functions: $ScriptInstallUpdate: extra actions on 'not found' only 2025-11-07 12:52:07 +01:00
Christian Hesse
3e0359a824 global-functions: $ScriptInstallUpdate: either or...
... but not both.
2025-11-07 12:52:07 +01:00
Christian Hesse
e6fa3dcf22 global-functions: $ScriptInstallUpdate: give hint on ignore
Fixes: https://github.com/eworm-de/routeros-scripts/issues/112
2025-11-07 12:52:07 +01:00
Christian Hesse
d6afba304d contrib/checksums.sh: output to stdout...
... and let the Makefile redirect.
2025-11-07 12:52:07 +01:00
Christian Hesse
5c024cef8b Merge branch 'contrib' into next 2025-11-07 12:52:07 +01:00
Christian Hesse
5c129fbd3d contrib/notification: format the values italic 2025-11-07 12:52:07 +01:00
Christian Hesse
f2a3d762dc contrib/notification: update date format 2025-11-07 12:52:07 +01:00
Christian Hesse
4ff63130f3 contrib/{logo-color,notification}: add navigation structure 2025-11-07 12:52:07 +01:00
Christian Hesse
9d5ce0d06a contrib/*: unify html code 2025-11-07 12:52:07 +01:00
Christian Hesse
70483a4984 contrib/html.sh: link the logo with relative path 2025-11-07 12:52:07 +01:00
Christian Hesse
e55c341c3d contrib/html.sh: add a margin on left and right 2025-11-07 12:52:07 +01:00
Christian Hesse
2938c0a716 contrib/html.sh: link the stylesheet from top level...
... and copy it there in Makefile.
2025-10-30 10:32:51 +01:00
Christian Hesse
9a39382c93 contrib/html.sh: include stylesheet via link 2025-10-30 10:32:51 +01:00
Christian Hesse
2dd4bc7a39 contrib/{logo-color,notification}: use a single style 2025-10-30 10:32:51 +01:00
5 changed files with 8 additions and 13 deletions

View file

@ -63,7 +63,7 @@ First time users should take the long way below.
Want to see it in action? I've had a presentation [Repository based
RouterOS script distribution ↗️](https://www.youtube.com/watch?v=B9neG3oAhcY)
including demonstration recorded live at [MUM Europe
including demonstation recorded live at [MUM Europe
2019 ↗️](https://mum.mikrotik.com/2019/EU/) in Vienna.
> ⚠️ **Warning**: Some details changed. So see the presentation, then follow

View file

@ -3,12 +3,8 @@ body {
font-family: fira-sans, sans-serif;
font-size: 10pt;
background-color: transparent;
}
@media only screen and (orientation: landscape) {
body {
margin-left: 10vw;
margin-right: 10vw;
}
margin-left: 10vw;
margin-right: 10vw;
}
h2 {
border-bottom: 1px solid #ccc;

View file

@ -9,7 +9,6 @@ sed \
-e "s|__LOGO__|$(realpath --relative-to="${RELTO}" logo.png)|" \
< "${0}.d/head.html"
markdown -f toc,idanchor "${1}" | sed \
-e 's/href="\([-_\./[:alnum:]]*\)\.md\(#[-[:alnum:]]*\)\?"/href="\1.html\2"/g' \
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|' \
-e '/<h[1234] /s|-2c-||'
-e 's/href="\([-_\./[:alnum:]]*\)\.md"/href="\1.html"/g' \
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|'
printf '</body></html>'

View file

@ -1,3 +1,3 @@
# an ip address list for use with fw-addr-lists script
# https://rsc.eworm.de/doc/fw-addr-lists.md
rsc.eworm.de
# https://git.eworm.de/cgit/routeros-scripts/about/doc/fw-addr-lists.md
git.eworm.de

View file

@ -1,5 +1,5 @@
# an ip address list for use with fw-addr-lists script
# https://rsc.eworm.de/doc/fw-addr-lists.md
# https://git.eworm.de/cgit/routeros-scripts/about/doc/fw-addr-lists.md
# example.net
93.184.216.34