ikiwiki/IkiWiki
Bernd Zeimetz dd3274ce73 Enhance the link plugin to handle external links.
The following ways to create a link are supported now:
[[url]]
[[text|url]]
url can be one of the following:
- an internal wikilink: will be handled as before
- any other kind of URL, including mailto: proper links will be created:
  <a href="url">url</a>
  <a href="url">text</a>
- an email address:
  <a href="mailto:url">url</a>
  <a href="mailto:url">text</a>
2010-06-19 03:14:16 +02:00
..
Plugin Enhance the link plugin to handle external links. 2010-06-19 03:14:16 +02:00
Setup add warning about incomplete tla support 2010-03-29 13:17:32 -04:00
CGI.pm allow misctemplate callers to pass params to suppress actions etc 2010-05-14 21:45:54 -04:00
Receive.pm unfinished file_prune revamp 2010-04-17 19:05:40 -04:00
Render.pm avoid dying if cannot chdir to an underlaydir 2010-06-17 16:54:03 -04:00
Setup.pm websetup: Allow enabling plugins listed in disable_plugins. 2010-06-13 10:21:19 -04:00
UserInfo.pm remove deprecated admin prefs 2008-12-24 16:16:03 -05:00
Wrapper.pm note that tcc workaround is for bug fixed in tcc now 2010-05-04 18:41:55 -04:00