summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-25Fix test suite to not rely on an installed copy of ikiwiki after underlaydir ↵Joey Hess
change. Closes: #530502
2009-05-25updated spanish translationVíctor Moral
2009-05-25New wish.http://lj.rossia.org/users/imz/
2009-05-23cache highlighters to optimiseJoey Hess
Setting up a new highlighter object is slightly expensive since it reads and parses the langfile each time. So cache them. This also speeds up ext2langfile by avoiding it needing to check for the existence of a language file in some cases.
2009-05-23updateJoey Hess
2009-05-23mention highlightJoey Hess
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-22Responsehttp://www.cse.unsw.edu.au/~willu/
2009-05-22responseJoey Hess
2009-05-22addJoey Hess
2009-05-22document internal here (was already documented in plugins/aggregate)Joey Hess
2009-05-22update as command syntax has changedJoey Hess
2009-05-22add news item for ikiwiki 3.13Joey Hess
2009-05-22listdirectives: Avoid listing _comment directives and generally assume any ↵Joey Hess
directive starting with _ is likewise internal.
2009-05-22remove -T from ikiwiki.in, add back if NOTAINT=0Joey Hess
2009-05-22remove wikilink to ikiwiki/directive/shortcutJoey Hess
This is a broken link if ikiwiki is configured w/o the listdirectives plugin. Since the value of the link to the directive docs is fairly low (there are a bunch of examples of it right on the page you put it on), it seems simplest to just remove the link.
2009-05-22responseJoey Hess
2009-05-22stop using perl -T hereJoey Hess
See bug #411786. Perl's random corruption of the taint flag is even effecting the untainting of source filenames now (which AFAICS, is a proper untaint and always worked before..), and that makes using ikiwiki in perl taint mode not work at all.
2009-05-22Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-05-22ikiwiki-transition: deduplinks was broken and threw away all metadata stored ↵Joey Hess
by plugins in the index. Fix this bug.
2009-05-22fixJoey Hess
2009-05-22responsehttp://www.cse.unsw.edu.au/~willu/
2009-05-22responsehttp://www.cse.unsw.edu.au/~willu/
2009-05-22Update patchhttp://www.cse.unsw.edu.au/~willu/
2009-05-22responsehttp://www.cse.unsw.edu.au/~willu/
2009-05-21responseshttp://www.cse.unsw.edu.au/~willu/
2009-05-21remove bad examplehttp://www.cse.unsw.edu.au/~willu/
2009-05-21treatise on dependencieshttp://www.cse.unsw.edu.au/~willu/
2009-05-21note that highlight should be slightly easier to call from perl than ↵bremner
source-highlight
2009-05-21source-highlight C++ libraryJoey Hess
2009-05-21updateJoey Hess
2009-05-21remove fortranwiki, not using ikiwiki at this timeJoey Hess
2009-05-21updateJoey Hess
2009-05-21updatesJoey Hess
2009-05-21linkJoey Hess
2009-05-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-05-21noteJoey Hess
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-21updateJoey Hess
2009-05-21support longname for page types in commands and renameJoey Hess
Also, sort the list of page types.
2009-05-21update re format directiveJoey Hess
2009-05-21rewordJoey Hess
2009-05-21another bremner repoJoey Hess
2009-05-21add contrib plugin page for postal pluginJoey Hess
2009-05-21add contrib plugin page for the mailbox pluginJoey Hess
2009-05-21updateJoey Hess
2009-05-21add Bremner's ikimailbox repo to listJoey Hess
also, modify gitremotes to support wikilinks with alternate link text