]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: Rename auxiliary script
authorMartin Mares <mj@ucw.cz>
Wed, 26 Dec 2012 18:31:06 +0000 (19:31 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:09 +0000 (21:14 +0100)
gal2/gal-cat-gqview [deleted file]
gal2/gal-from-gqview [new file with mode: 0755]

diff --git a/gal2/gal-cat-gqview b/gal2/gal-cat-gqview
deleted file mode 100755 (executable)
index 138af5a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/perl
-# UCW Gallery: Extract image list from GQview collection
-# (c) 2004--2012 Martin Mares <mj@ucw.cz>
-
-use strict;
-use warnings;
-
-while (<>) {
-       chomp;
-       /^#/ && next;
-       /^$/ && next;
-       if (/^"(.*)"$/) {
-               print "$1\n";
-       } else {
-               die "Error parsing collection: $_";
-       }
-}
diff --git a/gal2/gal-from-gqview b/gal2/gal-from-gqview
new file mode 100755 (executable)
index 0000000..138af5a
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/perl
+# UCW Gallery: Extract image list from GQview collection
+# (c) 2004--2012 Martin Mares <mj@ucw.cz>
+
+use strict;
+use warnings;
+
+while (<>) {
+       chomp;
+       /^#/ && next;
+       /^$/ && next;
+       if (/^"(.*)"$/) {
+               print "$1\n";
+       } else {
+               die "Error parsing collection: $_";
+       }
+}