[MKDoc-commit] [MKDoc-Text-Structured] does actually make URIs clickable

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Mar 30 13:43:49 BST 2005


Log Message:
-----------
[MKDoc-Text-Structured] does actually make URIs clickable

Modified Files:
--------------
    MKDoc-Text-Structured/lib/MKDoc/Text:
        Structured.pm

-------------- next part --------------
Index: Structured.pm
===================================================================
RCS file: /var/spool/cvs/MKDoc-Text-Structured/lib/MKDoc/Text/Structured.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -Llib/MKDoc/Text/Structured.pm -Llib/MKDoc/Text/Structured.pm -u -r1.22 -r1.23
--- lib/MKDoc/Text/Structured.pm
+++ lib/MKDoc/Text/Structured.pm
@@ -292,10 +292,11 @@
 
 =head1 Hyperlinks
 
-This module doesn't do hyperlinks. However, once the XHTML fragment is
-produced, you can use L<MKDoc::XML::Tagger> to hyperlink it against a glossary
-of hyperlinks.
+This module uses L<URI::Find> to locate URIs such as http://mkdoc.com/ and turn
+them into clickable links.
 
+Additionally, once the XHTML fragment is produced, you could use
+L<MKDoc::XML::Tagger> to hyperlink it against a glossary of hyperlinks.
 
 =head1 AUTHOR
 


More information about the MKDoc-commit mailing list