aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-06-23 12:56:40 -0400
committerBradley Taunt <bt@btxx.org>2025-06-23 12:56:40 -0400
commit748d54e9aee8665f8494b3fa3a77b7a54c2fe368 (patch)
treec415c2ac370a18a1e77cd28f9020de15e26dd69d
parent8d395d6b54bec35184434546c835f2bc4e30ea73 (diff)
Update code forge references, readme
-rw-r--r--README.md6
-rw-r--r--_footer.html5
-rw-r--r--build.sh3
-rw-r--r--images/fvwm.pngbin0 -> 72454 bytes
-rw-r--r--images/pager.pngbin0 -> 1021 bytes
-rw-r--r--images/xenodm-stock.pngbin0 -> 60439 bytes
-rw-r--r--public/index.html5
-rw-r--r--public/index.html.gzbin4048 -> 4052 bytes
-rw-r--r--public/style.css.gzbin560 -> 560 bytes
9 files changed, 10 insertions, 9 deletions
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 @@
<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/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
--- /dev/null
+++ b/images/fvwm.png
Binary files differ
diff --git a/images/pager.png b/images/pager.png
new file mode 100644
index 0000000..13d0d61
--- /dev/null
+++ b/images/pager.png
Binary files differ
diff --git a/images/xenodm-stock.png b/images/xenodm-stock.png
new file mode 100644
index 0000000..a6e4750
--- /dev/null
+++ b/images/xenodm-stock.png
Binary files 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
<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
index 484e7c3..4416cbb 100644
--- a/public/index.html.gz
+++ b/public/index.html.gz
Binary files differ
diff --git a/public/style.css.gz b/public/style.css.gz
index 825e143..5cc3781 100644
--- a/public/style.css.gz
+++ b/public/style.css.gz
Binary files differ