X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/d4d3b701b154f0e7ff24fd3894d323cb2abf08b2..HEAD:/bpgallery.sh diff --git a/bpgallery.sh b/bpgallery.sh index f4aa372..c6dc4ad 100755 --- a/bpgallery.sh +++ b/bpgallery.sh @@ -1,25 +1,25 @@ #!/usr/bin/env bash # bpgallery.sh - builds a simple 'gallery' from a collection of images -# Copyright (C) 2004 Brett Parker +# Copyright (C) 2004-2008 Brett Parker # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# This program 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 +# This program 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 General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -f -VERSION="1.1+arch" +VERSION="1.1.5" function bpgallery_default_head() { cat < ${TITLE} - + END @@ -52,7 +52,7 @@ else caption_alt=$caption fi cat << END -
$caption_alt
$caption
+
$caption_alt
$caption
END } @@ -80,8 +80,9 @@ div.thumbnail { float: left; padding: 20px; border: 0px; - width: ${WIDTH}px; + width: ${MAXWIDTH}px; height: ${MAXHEIGHT}px; + text-align: center; } div.caption { @@ -133,18 +134,18 @@ function bpgallery_default_page() {

${caption}