Fix gsl_tools
This commit is contained in:
parent
4e6803e18d
commit
df77897e52
|
@ -1,5 +1,4 @@
|
||||||
# GSL: Statique Littérateur
|
# GSL: Statique Littérateur
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
GSL is a multiple blogs/websites generator based on their domain,
|
GSL is a multiple blogs/websites generator based on their domain,
|
||||||
|
@ -16,7 +15,6 @@ can easily get, in your webserver.
|
||||||
|
|
||||||
|
|
||||||
# GSL: Installation
|
# GSL: Installation
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
In your System /
|
In your System /
|
||||||
```
|
```
|
||||||
|
@ -109,7 +107,6 @@ You can select a specific post, with autocompletion to check and make
|
||||||
only that specified one.
|
only that specified one.
|
||||||
|
|
||||||
# Create a Templates
|
# Create a Templates
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
You will have to create some CSS (styles.css) in your /DOMAIN/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/
|
- GLOBAL: /var/lib/gsl/domains/DOMAIN/templates/
|
||||||
|
|
||||||
# How to Write a Post
|
# How to Write a Post
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Post has 2 sections : Before and After #1. #1 is the FIRST Title of your
|
Post has 2 sections : Before and After #1. #1 is the FIRST Title of your
|
||||||
|
|
|
@ -45,7 +45,7 @@ done
|
||||||
for gsl_file in "$gsl_file_logs" \
|
for gsl_file in "$gsl_file_logs" \
|
||||||
"$gsl_file_db_domains"
|
"$gsl_file_db_domains"
|
||||||
do
|
do
|
||||||
gsl__check_file "$gsl_file" && touch "$gsl_file"
|
gsl__if_file "$gsl_file" && touch "$gsl_file"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue