diff --git a/folk/folk.csv b/folk/folk.csv index dbf4b6bab..409045c99 100644 --- a/folk/folk.csv +++ b/folk/folk.csv @@ -238,7 +238,7 @@ Nick Reckert,Reckert,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, Simon Redhead,Redhead,,,i/simonr.jpg,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,, Penny Reeves,Reeves,,,l/penny.htm,,,,,,,,,,,,,1,1,,1,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,, Mike Richardson (Mike TA),Richardson,,,l/miketa.htm,,,,,,,,,1,1,,1,1,1,1,,1,,1,1,1,1,,1,1,1,,,,,,,,1,,,1,,,,,,,, -Rover Richardson,Richardson,,,../piclinks/rover.htm,,,,,,,,,-1,-1,,-1,-1,-1,-1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +Rover Richardson,Richardson,,,l/rover.htm,,,,,,,,,-1,-1,,-1,-1,-1,-1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, Rob Rignall,Rignall,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,, Bob Riley (Long),Riley,1,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,, Del Robinson,Robinson,,,i/del.jpg,,,,,,,,,,,,,1,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/folk/i/mug.png b/folk/i/mug.png new file mode 100644 index 000000000..f107fdeed Binary files /dev/null and b/folk/i/mug.png differ diff --git a/folk/i/rover.jpg b/folk/i/rover.jpg new file mode 100644 index 000000000..3376246f4 Binary files /dev/null and b/folk/i/rover.jpg differ diff --git a/folk/l/pms.htm b/folk/l/pms.htm index 05ae843d2..def8affbd 100644 --- a/folk/l/pms.htm +++ b/folk/l/pms.htm @@ -23,14 +23,6 @@ This was despite having enjoyed the delights of P8 in claggies when he was a fre

Photo © Brian Derby (with OUCC in N.Ireland)

- - +
diff --git a/folk/l/rover.htm b/folk/l/rover.htm new file mode 100644 index 000000000..3298681a2 --- /dev/null +++ b/folk/l/rover.htm @@ -0,0 +1,26 @@ + + + + + +Rover Richardson on expo + + + + +
+ +
+

Veteran transport for many expeditions, Rover Richardson had the +unique distinction of being older than his owner (who was by no means +one of the youngest of expedition members). Sporting a tremendous +carrying capacity and a powerful (though much needed) stereo system +which made up somewhat for the lack of speed and comfort, Rover was one +of the most distinctive sights denoting that CUCC were "in residence" +around Bad Aussee.

+ +

Photo © Penny Reeves, 1988

+ +
+ + diff --git a/scripts/make-folklist.py b/scripts/make-folklist.py index b9370737b..e42d357c9 100755 --- a/scripts/make-folklist.py +++ b/scripts/make-folklist.py @@ -1,5 +1,5 @@ #!/usr/bin/python -import sys, string, re +import sys, string, re, os # run within the /folk/ folder: # python ../scripts/make-folklist.py index.htm @@ -54,6 +54,9 @@ for r in lines[1:]: output += '' if vfho: output += '¤' output += '' + if mug: + if not (os.path.isfile(mug)): + print >> sys.stderr, "ERROR: --------------- mug file does not exist: ", mug if mug: output += ':-)' % mug output += '' for y in xrange(len(years)):