summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2025-01-05 16:49:56 +0100
committerLaria Carolin Chabowski <laria@laria.me>2025-01-05 16:49:56 +0100
commit366728db05d9061776eb21428781a32982b097b2 (patch)
tree7f830b87d5fecde4f116d77915074b2edce0a5f2
parent698d87d578dfe5d2a794f75003ded834081ca738 (diff)
downloadste-366728db05d9061776eb21428781a32982b097b2.tar.gz
ste-366728db05d9061776eb21428781a32982b097b2.tar.bz2
ste-366728db05d9061776eb21428781a32982b097b2.zip
Add notice that r7r is no longer maintainedHEADmaster
-rw-r--r--README.markdown6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 5cbd976..fe79556 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,6 +4,10 @@ STE Template Engine
The STE Template Engine (STE) is a template engine for the PHP programming
language.
+## ⚠️ No longer maintained ⚠️
+
+For now, I no longer maintain Ratatöskr / STE. I don't use it myself any more and to my knowledge nobody else does either. The time I'd need to invest to keep up with new PHP versions and other maintenance chores therefore don't seem worth it. I might revisit this in the future, but for now, I want to focus on other things.
+
Get it via composer / packagist
-------------------------------
@@ -35,5 +39,3 @@ Documentation
The `docu` directory contains the documentation of the template language.
If you need the documentation of the php code / the API, you can create it with the `mkdocu.sh` script.
This is done using [phpDocumentor](https://phpdoc.org/). It will be installed as a dev-depencency by composer.
-
-There is also a mirror of the documentation [here](http://r7r.silvasur.net/ste_docu/).