* Fix issue with unicode filenames and updating the hyper estradier search
index. (Aka Please Please Please, let that be the last one.)master
parent
2604c3217e
commit
8abe719f81
|
@ -56,7 +56,7 @@ sub change (@) { #{{{
|
||||||
IkiWiki::debug("updating hyperestraier search index");
|
IkiWiki::debug("updating hyperestraier search index");
|
||||||
IkiWiki::estcmd("gather -cm -bc -cl -sd",
|
IkiWiki::estcmd("gather -cm -bc -cl -sd",
|
||||||
map {
|
map {
|
||||||
$IkiWiki::config{destdir}."/".$IkiWiki::renderedfiles{IkiWiki::pagename($_)}
|
Encode::encode_utf8($IkiWiki::config{destdir}."/".$IkiWiki::renderedfiles{IkiWiki::pagename($_)})
|
||||||
} @_
|
} @_
|
||||||
);
|
);
|
||||||
IkiWiki::estcfg();
|
IkiWiki::estcfg();
|
||||||
|
|
|
@ -21,8 +21,10 @@ ikiwiki (1.13) UNRELEASED; urgency=low
|
||||||
* Include title metadata on aggregated posts for capitalised and un-munged
|
* Include title metadata on aggregated posts for capitalised and un-munged
|
||||||
titles.
|
titles.
|
||||||
* Title metadata of inlined pages now shows up in blogs and rss feeds.
|
* Title metadata of inlined pages now shows up in blogs and rss feeds.
|
||||||
|
* Fix issue with unicode filenames and updating the hyper estradier search
|
||||||
|
index. (Aka Please Please Please, let that be the last one.)
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Sun, 30 Jul 2006 19:22:11 -0400
|
-- Joey Hess <joeyh@debian.org> Sun, 30 Jul 2006 21:18:16 -0400
|
||||||
|
|
||||||
ikiwiki (1.12) unstable; urgency=low
|
ikiwiki (1.12) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
* Still need to support feed expiry.
|
* Still need to support feed expiry.
|
||||||
* Need to store page author metadata and include it in the rss feed.
|
* Need to store page author metadata and include it in the rss feed.
|
||||||
|
Permalink to? Also, that stuff could be presented better in the html blog
|
||||||
|
view, also using the metadata.
|
||||||
* Some rss feeds contain relative links or relative urls to inline images,
|
* Some rss feeds contain relative links or relative urls to inline images,
|
||||||
which break when aggregated. Do I need to parse the html and make them
|
which break when aggregated. Do I need to parse the html and make them
|
||||||
all absolute?
|
all absolute?
|
||||||
|
|
Loading…
Reference in New Issue