aboutsummaryrefslogtreecommitdiff
path: root/includes/webring/README.md
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-22 00:31:02 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-22 00:31:02 +0200
commit81437ab51e59a22a961c9a83a7b8af606ec6e4ff (patch)
tree9e5b5c4da62a68c73f654ea6192cdaf6c5d61650 /includes/webring/README.md
parentd28682067406f3f79de25c94dfb51d00c41e4123 (diff)
downloadmain-81437ab51e59a22a961c9a83a7b8af606ec6e4ff.tar.gz
main-81437ab51e59a22a961c9a83a7b8af606ec6e4ff.tar.bz2
main-81437ab51e59a22a961c9a83a7b8af606ec6e4ff.zip
Add webring
Diffstat (limited to 'includes/webring/README.md')
-rw-r--r--includes/webring/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/webring/README.md b/includes/webring/README.md
new file mode 100644
index 0000000..c5e0a0e
--- /dev/null
+++ b/includes/webring/README.md
@@ -0,0 +1,6 @@
+# Jae's Ftech webring widget for PHP
+A widget for Jae's Ftech webring made in PHP. If you want to do stuff client-side, Jae made a quick-and-dirty implementation [on her website](https://jae.fi/announcements/webring-implementation.md).
+
+Mine is different because it doesn't depend on JavaScript, runs everything server-side, and is made to be future-proof.
+
+> Special note: As part of a project to improve reliability on my servers, it is possible that this widget will, in the future, be rewritten to use NodeJS instead of PHP. This is not happening currently so you can safely use the widget on a production site.