update licence comments
authorrick <rick@gnous.eu>
Fri, 13 May 2022 23:51:28 +0000 (01:51 +0200)
committerrick <rick@gnous.eu>
Fri, 13 May 2022 23:51:28 +0000 (01:51 +0200)
generate.sh
import.sh

index 0a230dd2bba39dda6bfbe804fd73a00bd980fd44..fadbea3cb6bdfad336658768066d610c80a0c4e4 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+################################################################################
 # Génère les fichiers HTML de mon site 
 # 
 # Copyright (C) 2022 rick G. <rick@gnous.eu>
@@ -15,6 +16,7 @@
 # 
 # You should have received a copy of the GNU General Public License along with
 # this program. If not, see <https://www.gnu.org/licenses/>.
+################################################################################
 
 # liste des fichiers html à générer
 files="autres.html copaings.html index.html ou.html projets.html rss.html"
@@ -26,6 +28,9 @@ header="header.html"
 footer="footer.html"
 org=1
 
+################################################################################
+# Génère un message d'aide
+################################################################################
 function print_help {
     echo "usage : generate.sh [-o] [<dossier>]"
     echo -e "\tgénère les fichiers HTML du site. Il est possible de changer"
index 9bd89915b29411a3bebe2c2e1b5074270ed06737..897ca02cb9f72502ca55b3389aef503354bf4a24 100755 (executable)
--- a/import.sh
+++ b/import.sh
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+################################################################################
 # importe les fichiers org modifiés pour une publication
 # 
 # Copyright (C) 2022 rick G. <rick@gnous.eu>
@@ -15,6 +16,7 @@
 # 
 # You should have received a copy of the GNU General Public License along with
 # this program. If not, see <https://www.gnu.org/licenses/>.
+################################################################################
 
 # couleurs
 red="\e[31m"