diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2025-01-05 16:46:52 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2025-01-05 16:46:52 +0100 |
commit | e9456a5b92e54d3d7c7cb517c2e5dd4a27376361 (patch) | |
tree | 86caa142e6ea86263aa733280477804d4f321057 | |
parent | c9a7d3efc61b585d6765bb8e247d6fa1ace9f4fd (diff) | |
download | ratatoeskr-cms-e9456a5b92e54d3d7c7cb517c2e5dd4a27376361.tar.gz ratatoeskr-cms-e9456a5b92e54d3d7c7cb517c2e5dd4a27376361.tar.bz2 ratatoeskr-cms-e9456a5b92e54d3d7c7cb517c2e5dd4a27376361.zip |
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | ratatoeskr/setup/setup.php | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -3,6 +3,10 @@ Ratatöskr Ratatöskr is a flexible Content Management System / Blogging Software for PHP >= 7.3. +## ⚠️ No longer maintained ⚠️ + +For now, I no longer maintain Ratatöskr. 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. + Why you should use Ratatöskr ---------------------------- diff --git a/ratatoeskr/setup/setup.php b/ratatoeskr/setup/setup.php index c9f8398..1ead81d 100644 --- a/ratatoeskr/setup/setup.php +++ b/ratatoeskr/setup/setup.php @@ -233,12 +233,12 @@ STYLE; $article->set_section($section); $article->save(); - try { + /*try { Repository::create("http://r7r-repo-community.silvasur.net/"); Repository::create("http://r7r-repo-official.silvasur.net/"); } catch (RepositoryUnreachableOrInvalid $e) { $ste->vars["notice"] = $translation["could_not_initialize_repos"]; - } + }*/ /* Almost done. Give the user the config file. */ $ste->vars["config"] = "<?php\n" |