projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f9d77
)
Make the rationale clearer.
author
intrigeri
<intrigeri@boum.org>
Sun, 11 Jul 2010 09:35:37 +0000
(11:35 +0200)
committer
intrigeri
<intrigeri@boum.org>
Sun, 11 Jul 2010 09:35:37 +0000
(11:35 +0200)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index cd9c407958e79d971641ce206b8caf64f58a58d1..1dc989b39985acd8b829ff9fd5d56be7ae4d195f 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-1082,6
+1082,8
@@
sub urlto ($$;$) {
}
sub isselflink ($$) {
+ # Plugins can override this function to support special types
+ # of selflinks.
my $page=shift;
my $link=shift;