From 79a8b48fa304fe42ab8b02044e0657b866e3e002 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 17 Nov 2022 23:02:33 +0100 Subject: [PATCH] README: add foreign scripts & modules --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a6978aca..f2024233 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,21 @@ without modification. Starting a script's name with `mod/` makes it a module and it is run automatically by `global-functions`. +### Foreign scripts & modules + +> ⚠️ **Warning**: These links are being provided as a convenience only; they +> do not constitute an endorsement or an approval by me. I bear no +> responsibility for the accuracy, legality or content of the external site +> or for that of subsequent links. Contact the external site for answers to +> questions regarding its content. + +Currently there are none, but this is being worked on. + +> ℹ️ **Info**: You have your own set of scripts and/or modules and want these +> to be listed here? There should be a general info page that links here, +> and documentation for each script. Please +> [get in contact](#patches-issues-and-whishlist)... + Removing a script -----------------