Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* Install the source of the examples into /usr/share/doc/ikiwiki/examples.
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
inline.pm
diff --git
a/IkiWiki/Plugin/inline.pm
b/IkiWiki/Plugin/inline.pm
index c02aac1ce9baf54b2d057a9c21b3b932c28c7ae9..bd0742d36a0e66067d652b00f09c53c801617175 100644
(file)
--- a/
IkiWiki/Plugin/inline.pm
+++ b/
IkiWiki/Plugin/inline.pm
@@
-284,7
+284,7
@@
sub genfeed ($$$$@) { #{{{
my $template=template($feedtype."page.tmpl", blind_cache => 1);
$template->param(
my $template=template($feedtype."page.tmpl", blind_cache => 1);
$template->param(
- title => $config{wikiname},
+ title => $
page ne "index" ? pagetitle($page) : $
config{wikiname},
wikiname => $config{wikiname},
pageurl => $url,
content => $content,
wikiname => $config{wikiname},
pageurl => $url,
content => $content,
@@
-310,6
+310,8
@@
sub pingurl (@) { #{{{
return;
}
return;
}
+ # TODO: daemonize here so slow pings don't slow down wiki updates
+
foreach my $page (keys %toping) {
my $title=pagetitle(basename($page));
my $url="$config{url}/".htmlpage($page);
foreach my $page (keys %toping) {
my $title=pagetitle(basename($page));
my $url="$config{url}/".htmlpage($page);