diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2025-01-05 16:49:56 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2025-01-05 16:49:56 +0100 |
commit | 366728db05d9061776eb21428781a32982b097b2 (patch) | |
tree | 7f830b87d5fecde4f116d77915074b2edce0a5f2 /README.markdown | |
parent | 698d87d578dfe5d2a794f75003ded834081ca738 (diff) | |
download | ste-master.tar.gz ste-master.tar.bz2 ste-master.zip |
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 6 |
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/). |