diff --git a/var/lib/gsl/README.md b/var/lib/gsl/README.md index 411fb73..cc50c45 100644 --- a/var/lib/gsl/README.md +++ b/var/lib/gsl/README.md @@ -1,5 +1,4 @@ # GSL: Statique Littérateur - ------------------------------------------------------------------------ GSL is a multiple blogs/websites generator based on their domain, @@ -16,7 +15,6 @@ can easily get, in your webserver. # GSL: Installation - ------------------------------------------------------------------------ In your System / ``` @@ -109,7 +107,6 @@ You can select a specific post, with autocompletion to check and make only that specified one. # Create a Templates - ------------------------------------------------------------------------ You will have to create some CSS (styles.css) in your /DOMAIN/templates/ @@ -117,7 +114,6 @@ You will have to create some CSS (styles.css) in your /DOMAIN/templates/ - GLOBAL: /var/lib/gsl/domains/DOMAIN/templates/ # How to Write a Post - ------------------------------------------------------------------------ Post has 2 sections : Before and After #1. #1 is the FIRST Title of your diff --git a/var/lib/gsl/scripts/gsl__tools b/var/lib/gsl/scripts/gsl__tools index ad7cf28..9027ffe 100644 --- a/var/lib/gsl/scripts/gsl__tools +++ b/var/lib/gsl/scripts/gsl__tools @@ -45,7 +45,7 @@ done for gsl_file in "$gsl_file_logs" \ "$gsl_file_db_domains" do - gsl__check_file "$gsl_file" && touch "$gsl_file" + gsl__if_file "$gsl_file" && touch "$gsl_file" done }