On 6/12/07, Maarten Bosteels <[EMAIL PROTECTED]> wrote:
<snip/>
> I run rsync every hour (at people.apache.org) to copy auto-exported
> HTML files into our home directory (/www/mina.apache.org/), and any
> changes in the web home directory goes live after a few hours.

Trustin,

Since you are already running rsync every hour, would it also be possible to
fix the FAQ every hour ?
As I mentioned before,  the links in the FAQ don't work (probably a bug in
Confluence)
This will fix it:

sed -i 's|%253F|%3F|g' faq.html

I used perl instead:

perl -pi -e 's/%253F/%3F|g' *.html

Thanks for the tip!

Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to