summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-22Merge branch 'ikiwiki'HEADmasterJonas Smedegaard
Conflicts (resolved manually): IkiWiki/Plugin/img.pm IkiWiki/Plugin/osm.pm
2015-01-22Sync with ikiwiki 3.20141016.1.Jonas Smedegaard
2013-10-28Draft osm plugin hack to support Leaflet.Jonas Smedegaard
2013-10-13Drop obsolete *Magick wrapper.Jonas Smedegaard
2013-10-13Favor Graphics::Macick over Image::Magick if available.Jonas Smedegaard
2013-10-13Add pandoc module from https://github.com/dubiousjim/pandoc-iki .Jonas Smedegaard
2013-10-13Drop Locale::Po4a::Text - all patches included in upstream po4a since 0.41-1.Jonas Smedegaard
2013-10-13Add plugin wikistatedir to allow setting wikistatedir to configfile.Jonas Smedegaard
2013-10-13Fix typo hmtl → html.Jonas Smedegaard
2013-10-13Add plugin htmlpacker to squash superfluous space in Markdown content.Jonas Smedegaard
2013-10-13Sync with po4a 0.41-1.Jonas Smedegaard
2013-10-13Add workaround for segfault bug#622591.Jonas Smedegaard
2013-10-13Add plugin underlaydirbase to allow setting underlaydirbase to configfile.Jonas Smedegaard
2013-10-13Add branding (clone of sidebar).Jonas Smedegaard
2013-10-13Add footer (clone of sidebar).Jonas Smedegaard
2013-10-13Permit unsafe JavaScript handling in meta.pm.Jonas Smedegaard
2013-10-13Fix preserve forced newline in po4a Text module.Jonas Smedegaard
2013-10-13Sync with po4a 0.40.1.Jonas Smedegaard
2013-10-13Really really fix make space after hash optional in plugin h1title.Jonas Smedegaard
2013-10-13Fix fix to make space after hash optional in plugin h1title.Jonas Smedegaard
2013-10-13Fix make space after hash optional in plugin h1title.Jonas Smedegaard
2013-10-13Add plugin h1title.Jonas Smedegaard
2013-10-13Sync plugins farbar and topbar with Ikiwiki 3.20100722 sidebar.Jonas Smedegaard
2013-10-13Sync with (CVS snapshot of) po4a 0.39.1.Jonas Smedegaard
2013-10-13Sync with po4a 0.36.1.Jonas Smedegaard
2013-10-13Revert "Drop superfluous /ms regex extensions."Jonas Smedegaard
It is indeed needed for templates. This reverts commit e35add35a02e84a99b83a4090870ac634e344ca6.
2013-10-13Drop superfluous /ms regex extensions.Jonas Smedegaard
2013-10-13Disable wrap on macro begin at middle of a line.Jonas Smedegaard
2013-10-13Ignore <URL> from html detection in po4a plugin.Jonas Smedegaard
2013-10-13Separate markdown and wrap rules in po4a plugin.Jonas Smedegaard
2013-10-13Add farbar and topbar (clones of sidebar).Jonas Smedegaard
2013-10-13Extend make and po4a to support templates.Jonas Smedegaard
2013-10-13Much improved Markdown support.Jonas Smedegaard
2013-10-13Fix Locale::Po4a::Text reset flags on new file.Jonas Smedegaard
2013-10-13Fix not stripping final newline of some filesJonas Smedegaard
Text parser is broken: It assumes it is parsing only a single file. po4a 0.34 partly fixed this by checking at beginning of each iteration of the loop if filename changed - but only then - not at the several places do_paragraph() is done multiple times in same iteration. This patch makes does the opposite: it ensures that all files contain a final newline. This breaks files that has no final newline (but those shouold be rare).
2013-10-13Sync Locale::Po4a::Text with po4a 0.34.Jonas Smedegaard
2013-10-13Add plugins copyright, license and varioki, and graphicsmagick wrapper for ↵Jonas Smedegaard
Image::Magick.
2013-10-13Mark oneliners as non-wrap again (it was needed after all).Jonas Smedegaard
2013-10-13Don't mark oneliners as non-wrap (and polish coding style).Jonas Smedegaard
2013-10-13Fix po4a: Really treat line-based Markdown markup as such.Jonas Smedegaard
2013-10-13Fix po4a: Treat paragraph-based Markdown markup as such.Jonas Smedegaard
2013-10-13Fix po4a: Only strip fortune comment in fortunes mode.Jonas Smedegaard
2013-10-13Sync with po4a 0.33.3.Jonas Smedegaard
2013-10-13Disable markdown tweaks by default in po4a perl module, and instead enable ↵Jonas Smedegaard
them explicitly in Makefile.
2013-10-13Use local Locale::Po4a::Text tweaked to not wrap paragraphs containing ↵Jonas Smedegaard
headlines, blockquotes, triple-quotes or html tags.
2013-10-13Sync with ikiwiki 3.20130904.1.Jonas Smedegaard
2012-08-04Add plugin osm.Jonas Smedegaard
2012-08-04Add plugin img.Jonas Smedegaard
2012-08-04Sync with ikiwiki 3.20120516.Jonas Smedegaard
2012-08-04Sync with ikiwiki 3.20110905.Jonas Smedegaard