From 748d54e9aee8665f8494b3fa3a77b7a54c2fe368 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 23 Jun 2025 12:56:40 -0400 Subject: Update code forge references, readme --- README.md | 6 +++--- _footer.html | 5 ++--- build.sh | 3 +++ images/fvwm.png | Bin 0 -> 72454 bytes images/pager.png | Bin 0 -> 1021 bytes images/xenodm-stock.png | Bin 0 -> 60439 bytes public/index.html | 5 ++--- public/index.html.gz | Bin 4048 -> 4052 bytes public/style.css.gz | Bin 560 -> 560 bytes 9 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 images/fvwm.png create mode 100644 images/pager.png create mode 100644 images/xenodm-stock.png diff --git a/README.md b/README.md index 9b6eae2..3a0875a 100644 --- a/README.md +++ b/README.md @@ -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 @@
diff --git a/build.sh b/build.sh index 7d0b8ec..ec0ea86 100644 --- a/build.sh +++ b/build.sh @@ -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 new file mode 100644 index 0000000..4b3b9fe Binary files /dev/null and b/images/fvwm.png differ diff --git a/images/pager.png b/images/pager.png new file mode 100644 index 0000000..13d0d61 Binary files /dev/null and b/images/pager.png differ diff --git a/images/xenodm-stock.png b/images/xenodm-stock.png new file mode 100644 index 0000000..a6e4750 Binary files /dev/null and b/images/xenodm-stock.png differ 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
diff --git a/public/index.html.gz b/public/index.html.gz index 484e7c3..4416cbb 100644 Binary files a/public/index.html.gz and b/public/index.html.gz differ diff --git a/public/style.css.gz b/public/style.css.gz index 825e143..5cc3781 100644 Binary files a/public/style.css.gz and b/public/style.css.gz differ -- cgit v1.2.3-70-g09d2