diff options
author | Joey Hess <joey@kitenet.net> | 2008-06-24 06:31:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-06-24 06:31:54 -0400 |
commit | fbd8cea1b4d3ff335c9eb22030ff306a9538084b (patch) | |
tree | 498b0690670e217f8c7bd80e7100fe1c7fb6e059 /doc | |
parent | 8bc9eb03ac74bd7fc67b7f28ac5827b55e15cb1d (diff) |
web commit by http://gmcmanus.myopenid.com/: new plaintext plugin
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/contrib/plaintext/discussion.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/plugins/contrib/plaintext/discussion.mdwn b/doc/plugins/contrib/plaintext/discussion.mdwn index 6b192d0c5..f9d7bd763 100644 --- a/doc/plugins/contrib/plaintext/discussion.mdwn +++ b/doc/plugins/contrib/plaintext/discussion.mdwn @@ -10,3 +10,12 @@ some page types. It's either all or nothing. The patch in version of htmllink that didn't do anything, but would that be enough? --[[Joey]] + +[Here](http://www.gmcmanus.org/plaintext.pm) is an alternate approach. +It encodes entities using a filter hook, before wikilinks are linkified. +So wikilinks turn up as links. +It also uses URI::Find to turn URIs into links. + +I'm not very familiar with Perl, so this code could be improved. + +--Gabriel |