X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=pages%2Fcourses.sh;h=ae81ccfbabd4f2d8aaf010daa421dd7ea6152141;hp=f604515554bd7185b230372c05eda81c8ee1188b;hb=0e814c6ffab2486405f60a1dfbfa048e76bba1f2;hpb=41083d642a4468fbec3146c3b1c71dc9c1179fe2 diff --git a/pages/courses.sh b/pages/courses.sh index f604515..ae81ccf 100755 --- a/pages/courses.sh +++ b/pages/courses.sh @@ -1,5 +1,22 @@ #!/bin/sh +# Copyright 2014 Paul Hänsch +# +# This file is part of Confetti. +# +# Confetti is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Confetti is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Confetti. If not, see . + [ -z "$_GET[\"order\"]" ] && _GET["order"]=DOW listcards() { @@ -42,8 +59,7 @@ list_attendance() { n_pre="$( sed -rn 's:^N(;.+)*\:([^;]*;){3} *([^;]*).*$:\3:p' "$_DATA/vcard/$each")" n_post="$( sed -rn 's:^N(;.+)*\:([^;]*;){4} *([^;]*).*$:\3:p' "$_DATA/vcard/$each")" byear="$( sed -rn 's:^BDAY(;.+)*\:([0-9]{4})(-[0-9][0-9]){2}.*$:\2:p' "$_DATA/vcard/$each")" - #aname="${n_pre} ${n_first} ${n_middle} ${n_last} ${n_post} (*${byear})" - aname="${n_pre} ${n_first} ${n_middle} ${n_last} ${n_post}" + aname="${n_pre} ${n_first} ${n_middle} ${n_last} ${n_post} (*${byear})" echo "$each $aname" |tr -d '\r' done }