From 81437ab51e59a22a961c9a83a7b8af606ec6e4ff Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 22 Aug 2021 00:31:02 +0200 Subject: Add webring --- includes/webring/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 includes/webring/README.md (limited to 'includes/webring/README.md') 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. -- cgit