diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-23 13:33:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-23 13:33:14 -0400 |
commit | 383ad93f777f19a38036f88ff40972155d60a593 (patch) | |
tree | 9b15b830a53efa8098ff0c7b4840feb3fb556b7c | |
parent | 851712cb0ececf5f0396283aa7e908900bc2c194 (diff) | |
download | ikiwiki-383ad93f777f19a38036f88ff40972155d60a593.tar ikiwiki-383ad93f777f19a38036f88ff40972155d60a593.tar.gz |
add changelog for externalink
remove debian.org linkspam ;)
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/plugins/link.mdwn | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index eddca6dfc..0d169fb56 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ ikiwiki (3.20100611) UNRELEASED; urgency=low * Added actiontabs theme by Svend Sorensen. * Added blueview theme by Bernd Zeimetz. * mercurial: Fix buggy getctime code. Closes: #586279 + * link: Enhanced to handle URLs and email addresses. (Bernd Zeimetz) -- Joey Hess <joeyh@debian.org> Fri, 11 Jun 2010 13:39:15 -0400 diff --git a/doc/plugins/link.mdwn b/doc/plugins/link.mdwn index 5de4fe3cb..7dfa50de4 100644 --- a/doc/plugins/link.mdwn +++ b/doc/plugins/link.mdwn @@ -1,4 +1,5 @@ [[!template id=plugin name=link core=1 author="[[Joey]]"]] [[!tag type/link]] -This plugin implements standard [[WikiLinks|ikiwiki/wikilink]] and links to [[external pages|http://www.debian.org]]. +This plugin implements standard [[WikiLinks|ikiwiki/wikilink]] and links to +external pages. |