DragonFly BSD
DragonFly users List (threaded) for 2009-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Suggestion fix for ikiwiki search results


From: justin@xxxxxxxxxxxxxxxxxx
Date: Thu, 5 Nov 2009 19:34:46 -0500

> Hi,
>
> on the DragonFly ikiwiki, search results include navigational
> elements, from the parsed markdown output.
> One example is:
>
> http://www.dragonflybsd.org/wiki.cgi?P=dma

That's a good fix.  The only issue is upgrading ikiwiki, since new
versions of search.pm will overwrite this change.  The plugin is located
at:

    /usr/pkg/lib/perl5/vendor_perl/5.10.0/IkiWiki/Plugin/search.pm

So if our changed version goes in any of:

    /usr/pkg/lib/perl5/site_perl/5.10.0/i386-dragonfly-thread-multi
    /usr/pkg/lib/perl5/site_perl/5.10.0
    /usr/pkg/lib/perl5/vendor_perl/5.10.0/i386-dragonfly-thread-multi

(from perl -V) It should get picked up first, I think.  There's a slightly
newer version of ikiwiki that should be installed first, though, as
there's been a few quick minor releases.  If I can't get it upgraded
tonight, I'll get it done this weekend.





[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]