[kde-doc-english]Hyperlinks in Docs

Malcolm Hunter malcolm.hunter at gmx.co.uk
Sun Mar 3 10:45:44 CET 2002


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



More information about the kde-doc-english mailing list