summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-09Change public_webdata → private_webdata in config.HEADmasterJonas Smedegaard
2009-08-09Customize config.Jonas Smedegaard
2009-05-25Sync with po4a 0.36.1.Jonas Smedegaard
2009-05-25Strip old superfluous comments from PO files.Jonas Smedegaard
2009-05-25Regenerate PO-files using po4a 0.36.1.Jonas Smedegaard
2008-10-25Use full (but $PATH-expanded) path for libdir.Jonas Smedegaard
2008-10-23Fix use -ikiwiki extension to Git hook.Jonas Smedegaard
2008-10-23Set wikiname to match older one: wiki -> MyWiki.Jonas Smedegaard
2008-10-23Update templates POT and danish PO.Jonas Smedegaard
2008-10-23Revert "Drop superfluous /ms regex extensions."Jonas Smedegaard
It is indeed needed for templates. This reverts commit e35add35a02e84a99b83a4090870ac634e344ca6.
2008-10-23Add directives POT.Jonas Smedegaard
2008-10-23Update basewiki POT and danish PO.Jonas Smedegaard
2008-10-23Drop superfluous /ms regex extensions.Jonas Smedegaard
2008-10-23Disable wrap on macro begin at middle of a line.Jonas Smedegaard
2008-10-22Adapt ikiwiki.setup paths to common usage.Jonas Smedegaard
2008-10-22Sync with ikiwiki 2.67.Jonas Smedegaard
2008-10-14Ignore <URL> from html detection in po4a plugin.Jonas Smedegaard
2008-10-01Separate markdown and wrap rules in po4a plugin.Jonas Smedegaard
2008-08-30Sync POT and danish PO with ikiwiki 2.62.1.Jonas Smedegaard
2008-08-30Adjust header when creating/updating POT files.Jonas Smedegaard
2008-08-20Fix branch checkout in git.mk.Jonas Smedegaard
2008-08-15Avoid Git force-updating (loose commits not pushed).Jonas Smedegaard
2008-08-11Fix shorten destdir to match url.Jonas Smedegaard
2008-08-11Fix inconsistency examplewiki -> samplewiki.Jonas Smedegaard
2008-08-10Disable PO-based locales by default.Jonas Smedegaard
2008-08-10Reorder and comment Makefile variables.Jonas Smedegaard
2008-08-10Disable locales and flavors by default.Jonas Smedegaard
2008-08-10Adapt ikiwiki.setup paths to common usage.Jonas Smedegaard
2008-08-09Ignore content and content_dummy.Jonas Smedegaard
2008-08-09Extend make to support FLAVORS.Jonas Smedegaard
2008-08-09Fix bogus locale no_NB -> nb.Jonas Smedegaard
2008-08-04Fix echo full git command.Jonas Smedegaard
2008-08-04Use git pull (not merge).Jonas Smedegaard
2008-08-04Extend make and po4a to support templates.Jonas Smedegaard
2008-08-04Template PO-files 100% working with po4a.Jonas Smedegaard
2008-08-04PO-files 100% working with po4a.Jonas Smedegaard
2008-08-04Much improved Markdown support.Jonas Smedegaard
2008-08-03fix spacing typos.Jonas Smedegaard
2008-08-03Fix Locale::Po4a::Text reset flags on new file.Jonas Smedegaard
2008-08-03Update POT files.Jonas Smedegaard
2008-08-03Update danish (da) PO files.Jonas Smedegaard
2008-08-03Fix 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).
2008-08-02Sync Locale::Po4a::Text with po4a 0.34.Jonas Smedegaard
2008-08-01Sync ikiwiki.setup with ikiwiki 2.55.Jonas Smedegaard
2008-06-20Add plugins copyright, license and varioki, and graphicsmagick wrapper for ↵Jonas Smedegaard
Image::Magick.
2008-06-14Let git init target do init (we don't use it anyway currently).Jonas Smedegaard
2008-06-14In update: fetch once, then for each branch (crate and) merge.Jonas Smedegaard
2008-06-14Recursively expand currentbranch, as it may change inside same build target.Jonas Smedegaard
2008-06-14Tighten currentbranch match.Jonas Smedegaard
2008-06-01Major improvements to git rules.Jonas Smedegaard