diff --git a/content/about.md b/content/about.md index b4a304e..71e5e7e 100644 --- a/content/about.md +++ b/content/about.md @@ -30,8 +30,9 @@ La communauté "**OpenBSD Pour Tous**" fournit : celle de PF et des Ports. - une [liste de diffusion][13]. -Elle est également présente à travers le salon #obsd4* sur le serveur IRC Freenode -et sur le salon XMPP obsd4*@chat.jabberfr.org. +Elle est également présente à travers : +- IRC : **irc.freenode.net #obsd4\*** +- et sur le salon XMPP **obsd4\*@chat.jabberfr.org**. ## Remerciements diff --git a/deploy.bash b/deploy.bash index 5b3db20..55d18ac 100755 --- a/deploy.bash +++ b/deploy.bash @@ -1,4 +1,5 @@ #!/bin/bash +set -e #set -x [ -n "$TERM" ] && clear ### @@ -103,7 +104,8 @@ _del_gz() { # Compress all thoses datas files. _gz() { cd "${dir_local}" || exit 1 - find . -type f -size +1024c -a \( \ + find . -not \( -path "./gopher/*" -o -path "./gemini/*" -prune -false \) \ + -type f -size +1024c -a \( \ -name "*.css" -o -name "*.html" -o -name "*.js" -o -name "*.json" \ -o -name "*.svg" -o -name "*.txt" -o -name "*.xml" \ \) | while read -r line; do echo "Compress ${line}"; brotli -Z "${line}"; gzip -9 -f < "${line}" > "${line}.gz"; done diff --git a/public/atom.xml b/public/atom.xml index 3c541af..8440a92 100644 --- a/public/atom.xml +++ b/public/atom.xml @@ -4,7 +4,7 @@ OpenBSD Pour Tous 🐡 OBSD4a : Site de la communauté française autour d'OpenBSD. - 2021-01-14T18:55:59+01:00 + 2021-01-14T19:29:50+01:00 https://openbsd.fr.eu.org/ diff --git a/public/rss.xml b/public/rss.xml index 4b6c461..e733da0 100644 --- a/public/rss.xml +++ b/public/rss.xml @@ -23,7 +23,7 @@ [CC 0](https://creativecommons.org/publicdomain/zero/1.0/deed.fr) - Thu, 14 Jan 2021 18:55:59 +0100 + Thu, 14 Jan 2021 19:29:50 +0100