update licence comments
This commit is contained in:
parent
fd1da18903
commit
4c65f2fa0a
2 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue