diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:12:43 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2016-08-16 08:12:43 +0200 |
commit | 84f5a62b54908c3a89caa98e3e56fe919d7aaa22 (patch) | |
tree | e0279b9004bff8e3c88fd2eccd3d074c697a53cc | |
parent | 7a73646a223bf12e33f472a410b575e85c47be98 (diff) | |
download | ratatoeskr-cms-84f5a62b54908c3a89caa98e3e56fe919d7aaa22.tar.gz ratatoeskr-cms-84f5a62b54908c3a89caa98e3e56fe919d7aaa22.tar.bz2 ratatoeskr-cms-84f5a62b54908c3a89caa98e3e56fe919d7aaa22.zip |
rename github account
-rw-r--r-- | INSTALL.md | 2 | ||||
-rwxr-xr-x | create-package.sh | 2 | ||||
-rw-r--r-- | ratatoeskr/libs/INFO | 2 | ||||
-rw-r--r-- | ratatoeskr/licenses/stupid_template_engine | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -17,7 +17,7 @@ You need these libraries to run Ratatöskr (it is probably already bundled with Place "ste.php" directly into this directory. - STE can be found here: <https://github.com/kch42/ste> + STE can be found here: <https://github.com/silvasur/ste> 2. PHP Markdown diff --git a/create-package.sh b/create-package.sh index f59d58f..293e1d1 100755 --- a/create-package.sh +++ b/create-package.sh @@ -14,7 +14,7 @@ mkdir templates/transc cd libs test -d ste || mkdir ste cd ste -wget https://github.com/kch42/ste/archive/master.zip +wget https://github.com/silvasur/ste/archive/master.zip unzip master.zip cp ste-master/ste.php . cp -r ste-master/src . diff --git a/ratatoeskr/libs/INFO b/ratatoeskr/libs/INFO index 4b4e5e3..1ce4244 100644 --- a/ratatoeskr/libs/INFO +++ b/ratatoeskr/libs/INFO @@ -4,7 +4,7 @@ This directory will hold some libraries Ratatöskr needs. Place the STE files into the subdirectory "ste" (create it, if it doesn't exist). At least "ste.php" and the "src" directory of STE are needed! - STE can be found here: <https://github.com/kch42/ste> + STE can be found here: <https://github.com/silvasur/ste> 2. PHP Markdown diff --git a/ratatoeskr/licenses/stupid_template_engine b/ratatoeskr/licenses/stupid_template_engine index b220583..b8d95c6 100644 --- a/ratatoeskr/licenses/stupid_template_engine +++ b/ratatoeskr/licenses/stupid_template_engine @@ -1,4 +1,4 @@ -Copyright (c) 2011 Kevin Chabowski +Copyright (c) 2011 Laria Carolin Chabowski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in |