From ad94901089f7ceb186c0e57e0419380e8b3568c2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 2 Sep 2016 11:13:04 +0200 Subject: Update name and link --- Readme.md | 20 ++++++++++---------- resources/views/stats.blade.php | 4 ++-- resources/views/trainer.php | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Readme.md b/Readme.md index 5a81e99..2add3f3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# HebrewParseTrainer +# ParseTrainer A simple app to practice Hebrew verbs. @@ -8,8 +8,8 @@ A simple app to practice Hebrew verbs. ## Installation - $ git clone https://github.com/camilstaps/HebrewParseTrainer - $ cd HebrewParseTrainer + $ git clone https://github.com/HebrewTools/ParseTrainer + $ cd ParseTrainer $ composer install ## Configuration @@ -48,7 +48,7 @@ You need to enable PHP and redirect everything to `server.php`. Configuration on server { listen [::]:80; server_name myhostname; - root /.../HebrewParseTrainer; + root /.../ParseTrainer; index index.php index.html index.htm; charset utf-8; @@ -66,7 +66,7 @@ You need to enable PHP and redirect everything to `server.php`. Configuration on } } -In a subdirectory, we need to enforce trailing slashes and do some special things. This configures nginx to handle the trainer from `/HebrewParseTrainer/`: +In a subdirectory, we need to enforce trailing slashes and do some special things. This configures nginx to handle the trainer from `/ParseTrainer/`: server { listen [::]:80; @@ -77,15 +77,15 @@ In a subdirectory, we need to enforce trailing slashes and do some special thing rewrite ^([^.]*[^/])$ $1/ permanent; - location ~ ^/HebrewParseTrainer/(.*)\.php$ { - try_files $uri $uri/ /HebrewParseTrainer/server.php$is_args$query_string; + location ~ ^/ParseTrainer/(.*)\.php$ { + try_files $uri $uri/ /ParseTrainer/server.php$is_args$query_string; # whatever you do to make PHP work } - rewrite /HebrewParseTrainer/?$ /HebrewParseTrainer/public/index.php; - location /HebrewParseTrainer { - try_files $uri $uri/ /HebrewParseTrainer/server.php$is_args$query_string; + rewrite /ParseTrainer/?$ /ParseTrainer/public/index.php; + location /ParseTrainer { + try_files $uri $uri/ /ParseTrainer/server.php$is_args$query_string; } location / { diff --git a/resources/views/stats.blade.php b/resources/views/stats.blade.php index e7d0714..f4578e5 100644 --- a/resources/views/stats.blade.php +++ b/resources/views/stats.blade.php @@ -19,7 +19,7 @@ along with this program. If not, see . - HebrewParseTrainer statistics + ParseTrainer statistics @@ -27,7 +27,7 @@ along with this program. If not, see .
diff --git a/resources/views/trainer.php b/resources/views/trainer.php index 270688f..ed2c241 100644 --- a/resources/views/trainer.php +++ b/resources/views/trainer.php @@ -19,7 +19,7 @@ along with this program. If not, see . - HebrewParseTrainer + ParseTrainer @@ -27,7 +27,7 @@ along with this program. If not, see .
@@ -68,7 +68,7 @@ along with this program. If not, see .

About

-

© 2015-16 Camil Staps. Licensed under GPL 3.0. Source is on GitHub.

+

© 2015-16 Camil Staps. Licensed under GPL 3.0. Source is on GitHub.

Please report any mistakes to info@camilstaps.nl.

-- cgit v1.2.3