diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | _footer.html | 5 | ||||
-rw-r--r-- | build.sh | 3 | ||||
-rw-r--r-- | images/fvwm.png | bin | 0 -> 72454 bytes | |||
-rw-r--r-- | images/pager.png | bin | 0 -> 1021 bytes | |||
-rw-r--r-- | images/xenodm-stock.png | bin | 0 -> 60439 bytes | |||
-rw-r--r-- | public/index.html | 5 | ||||
-rw-r--r-- | public/index.html.gz | bin | 4048 -> 4052 bytes | |||
-rw-r--r-- | public/style.css.gz | bin | 560 -> 560 bytes |
9 files changed, 10 insertions, 9 deletions
@@ -7,9 +7,9 @@ Online Guide ------------ https://openbased.btxx.org -Submit patches, additions: --------------------------- -https://lists.sr.ht/~bt/openbased-devel +Submit tickets, pull requests: +------------------------------ +https://codeberg.org/btxx/openbased License ------- diff --git a/_footer.html b/_footer.html index 8ee504f..850c14e 100644 --- a/_footer.html +++ b/_footer.html @@ -1,9 +1,8 @@ <hr> <footer> <p>Project created by <a href="https://btxx.org">Bradley Taunt</a><br> - Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a><br> - Running on <a href="https://openbsd.org">OpenBSD</a><br> - <a href="https://git.sr.ht/~bt/openbased">Source code</a></p> + Running (ironically) on <a href="https://www.nearlyfreespeech.net/contribute/btxx.org">NearlyFreeSpeech</a><br> + <a href="https://codeberg.org/btxx/openbased">Source code</a></p> </footer> </body> </html> @@ -1,4 +1,7 @@ # ! /bin/sh +rm -rf public/* cp style.css public/ +cp favicon.ico public/ +cp images/* public/ (cat _header.html; multimarkdown index.md; cat _footer.html) > public/index.html find public -type f \( -name "*.html" -o -name "*.css" \) -exec gzip -k -f {} \; diff --git a/images/fvwm.png b/images/fvwm.png Binary files differnew file mode 100644 index 0000000..4b3b9fe --- /dev/null +++ b/images/fvwm.png diff --git a/images/pager.png b/images/pager.png Binary files differnew file mode 100644 index 0000000..13d0d61 --- /dev/null +++ b/images/pager.png diff --git a/images/xenodm-stock.png b/images/xenodm-stock.png Binary files differnew file mode 100644 index 0000000..a6e4750 --- /dev/null +++ b/images/xenodm-stock.png diff --git a/public/index.html b/public/index.html index c35d89d..e37606f 100644 --- a/public/index.html +++ b/public/index.html @@ -234,9 +234,8 @@ rcctl start apmd <hr> <footer> <p>Project created by <a href="https://btxx.org">Bradley Taunt</a><br> - Served with <a href="https://man.openbsd.org/httpd.8">httpd</a> and <a href="https://man.openbsd.org/relayd.8">relayd</a><br> - Running on <a href="https://openbsd.org">OpenBSD</a><br> - <a href="https://git.sr.ht/~bt/openbased">Source code</a></p> + Running (ironically) on <a href="https://www.nearlyfreespeech.net/contribute/btxx.org">NearlyFreeSpeech</a><br> + <a href="https://codeberg.org/btxx/openbased">Source code</a></p> </footer> </body> </html> diff --git a/public/index.html.gz b/public/index.html.gz Binary files differindex 484e7c3..4416cbb 100644 --- a/public/index.html.gz +++ b/public/index.html.gz diff --git a/public/style.css.gz b/public/style.css.gz Binary files differindex 825e143..5cc3781 100644 --- a/public/style.css.gz +++ b/public/style.css.gz |