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