We have &kde-http; and &kde-ftp; - how about replacing all of the URLs with entities, so that it will be very easy to test dead links without searching all of the docs? I can see a potential problem:
Sometimes Go to <ulink url="http://www.malc.org">http://www.malc.org</ulink> is used Sometimes Look <ulink url="http://www.malc.org">here</ulink> is used I guess the only alternatives are: <!ENTITY malc.org.part 'http://www.malc.org'> Go to <ulink url="&malc.org;">&malc.org;</ulink> Look <ulink url="&malc.org;">here</ulink> or: <!ENTITY malc.org.full '<ulink url="http://www.malc.org/">http://www.malc.org</ulink>'> <!ENTITY malc.org.part 'http://www.malc.org'> Go to &malc.org.full; Look <ulink url="&malc.org.part;">here</ulink> Regards, Malcolm -- KDE Proof Reading Team KDE GB English Translation Team
