summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2009-05-23allow format to use any language supported by highlightJoey Hess
format: Provide a htmlizefallback hook that other plugins can use to handle formats that are not suitable for general-purpose htmlize hooks. highlight: Use the hook to allow formatting of any language/extension, without it needing to be enabled for standalone source files. highlight: If the highlight perl binding is not available, fallback safely to a passthrough mode.
2009-05-23remove commas in tohighlight listJoey Hess
2009-05-22formattingJoey Hess
2009-05-22highlight: New plugin supporting syntax highlighting of pretty much anything.Joey Hess
* debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869)
2009-05-21update postal plugin page to reflect the fact I implement Joey's suggestion ↵bremner
about checking new posts in to VCS
2009-05-21rewordJoey Hess
2009-05-21add contrib plugin page for postal pluginJoey Hess
2009-05-21add contrib plugin page for the mailbox pluginJoey Hess
2009-05-19po responses, 1 month lateJoey Hess
2009-05-17minor: wikilinks for better navigation.http://lj.rossia.org/users/imz/
2009-05-16document longname parameterJon Dowland
2009-05-15minor: added an anchor (for referring).http://lj.rossia.org/users/imz/
2009-05-15Added a link to a FAQ on this issue.http://lj.rossia.org/users/imz/
2009-05-15bug: OpenID 2.0http://lj.rossia.org/users/imz/
2009-05-12question or bug regarding toggle and list itemPaulePanter
2009-05-08Usage information.tschwinge
2009-05-06Avoid %links accumulating duplicates. (For TOVA)Joey Hess
This is sorta an optimisation, and sorta a bug fix. In one test case I have available, it can speed a page build up from 3 minutes to 3 seconds. The root of the problem is that $links{$page} contains arrays of links, rather than hashes of links. And when a link is found, it is just pushed onto the array, without checking for dups. Now, the array is emptied before scanning a page, so there should not be a lot of opportunity for lots of duplicate links to pile up in it. But, in some cases, they can, and if there are hundreds of duplicate links in the array, then scanning it for matching links, as match_link and some other code does, becomes much more expensive than it needs to be. Perhaps the real right fix would be to change the data structure to a hash. But, the list of links is never accessed like that, you always want to iterate through it. I also looked at deduping the list in saveindex, but that does a lot of unnecessary work, and doesn't completly solve the problem. So, finally, I decided to add an add_link function that handles deduping, and make ikiwiki-transition remove the old dup links.
2009-04-30passwordauth/discussion: CosmeticsJérémy Bobbio
2009-04-30passwordauth/discussion: Document an attempt of using Apache::AuthenHook for ↵Jérémy Bobbio
a restricted wiki
2009-04-26(no commit message)http://stefano.zacchiroli.myopenid.com/
2009-04-23pagespec_match_list added and used in most appropriate placesJoey Hess
* pagespec_match_list: New API function, matches pages in a list and throws an error if the pagespec is bad. * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount, pagestate, postsparkline: Display a handy error message if the pagespec is erronious.
2009-04-23pagespec error/failure distinction and error display by inlineJoey Hess
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons.
2009-04-22clarifyJoey Hess
2009-04-22document how to get to the moderation pageJoey Hess
2009-04-20po: answered Joey, at lastintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-04-15it's a wiki, so yesJoey Hess
2009-04-15(no commit message)http://furicle.pip.verisignlabs.com/
2009-04-14patching Wrapper.pm no longer necessary as of 2.67http://schmonz.livejournal.com/
2009-03-30Fix documentation of anonok_pagespec. Closes: #521793Joey Hess
2009-03-29done reviewing po.pmJoey Hess
(Still a few bits I haven't bothered fully comprehending in detail.)
2009-03-29commentJoey Hess
2009-03-29another issueJoey Hess
2009-03-29Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
Conflicts: doc/plugins/contrib/po.mdwn
2009-03-29reviewJoey Hess
2009-03-28po follow-upintrigeri
2009-03-28po: answering Joeyintrigeri
2009-03-27another questionJoey Hess
2009-03-27reviewJoey Hess
2009-03-11formattingintrigeri
2009-03-11apache vs. passwordauth: done a bit more researchintrigeri
2009-03-09po: fixed last unaddressed item from Joey's review, please have a lookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-03-07look for wmd/wmd.jsJoey Hess
This means that the underlay needs to have a wmd/wmd/wmd.js, which is a trifle weird, but it isolates all the wmd stuff in a single wmd subdirectory of the built wiki. The wmd/images creating a toplevel images directory was particularly bad.
2009-03-07wmd stuffJoey Hess
2009-02-23link to other todo item, personal opinionsintrigeri
2009-02-20Fix wikilink to correct todo pagehttp://taozhyn.myopenid.com/
2009-02-20Moved to patch to todo/auto-createhttp://taozhyn.myopenid.com/
2009-02-19rename tag() to tagged(); add docsJoey Hess
2009-02-19Add noextension parameter to htmlize hooks to support, eg, Makefile.Joey Hess
2009-02-17revert addition of several blank linesJoey Hess
2009-02-17(no commit message)http://arpitjain11.myopenid.com/