gpg: failed to create temporary file '/var/lib/lurker/.#lk0x56be1100.hantslug.org.uk.5801': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: Signature made Sun Mar 13 17:33:10 2011 GMT
gpg: using DSA key 20ACB3BE515C238D
gpg: Can't check signature: No public key
On Sun, Mar 13, 2011 at 05:19:50PM +0000, Hugo Mills wrote:
> On Sun, Mar 13, 2011 at 05:16:42PM +0000, John Lewis wrote:
> > One bit of the Kingsclere History website is a list of surnames people
> > have an interest in and contact addresses for other people to use but
> > the email addresses are encrypted.
> >
> > part of the html code looks like this:
> >
> > <td><p class="bodytext">HAYWARD</td>
> > <td><p class="bodytext"><a
> > href="mailto:joysgenea@shaw.ca.">Joy French</a><br><a
> > href="mailto:BarbaraMallyon@lewmal.co.uk">Barbara Mallyon</a></td>
> >
> > I don't know what software was used to set it up, probably some windows
> > based gui website design tool.
> >
> > Does anyone have a clue as to how I can decode the page so I can edit?
> > it. The original webmaster is unavailable for the moment so cannot ask
> > what software he used.
>
> They're ASCII codes (actually, probably UTF-8, but since there's
> nothing over 127, it's much the same thing). You can either decode
> manually (for small quantities), or view in a web browser and
> cut-and-paste the resulting characters.
Or run this sed script on the files, with:
$ sed -f script.sed <source_file.html >source_file_fixed.html
--8<-- file starts --8<--
s/ / /g
s/!/!/g
s/"/"/g
s/#/#/g
s/$/$/g
s/%/%/g
s/'/'/g
s/(/(/g
s/)/)/g
s/*/*/g
s/+/+/g
s/,/,/g
s/-/-/g
s/././g
s///\//g
s/0/0/g
s/1/1/g
s/2/2/g
s/3/3/g
s/4/4/g
s/5/5/g
s/6/6/g
s/7/7/g
s/8/8/g
s/9/9/g
s/:/:/g
s/;/;/g
s/=/=/g
s/?/?/g
s/@/@/g
s/A/A/g
s/B/B/g
s/C/C/g
s/D/D/g
s/E/E/g
s/F/F/g
s/G/G/g
s/H/H/g
s/I/I/g
s/J/J/g
s/K/K/g
s/L/L/g
s/M/M/g
s/N/N/g
s/O/O/g
s/P/P/g
s/Q/Q/g
s/R/R/g
s/S/S/g
s/T/T/g
s/U/U/g
s/V/V/g
s/W/W/g
s/X/X/g
s/Y/Y/g
s/Z/Z/g
s/[/[/g
s/\/\\/g
s/]/]/g
s/^/\^/g
s/_/_/g
s/`/`/g
s/a/a/g
s/b/b/g
s/c/c/g
s/d/d/g
s/e/e/g
s/f/f/g
s/g/g/g
s/h/h/g
s/i/i/g
s/j/j/g
s/k/k/g
s/l/l/g
s/m/m/g
s/n/n/g
s/o/o/g
s/p/p/g
s/q/q/g
s/r/r/g
s/s/s/g
s/t/t/g
s/u/u/g
s/v/v/g
s/w/w/g
s/x/x/g
s/y/y/g
s/z/z/g
s/{/{/g
s/|/|/g
s/}/}/g
s/~/~/g
--8<-- file ends --8<--
Hugo.
--
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
--- UNIX: Italian pen maker. ---