summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-01Merge branch 'master' into cleanJonas Smedegaard
(newly added monotone hook stripped too)
2008-08-01Sync ikiwiki.setup with ikiwiki 2.55.Jonas Smedegaard
2008-07-13Drop non-Git VCS options from config. Use clean content branches.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
2008-06-01Sort list of l10nfiles (in attempt at fixing po4a breakage.Jonas Smedegaard
2008-05-31Shift l10nfiles dependencies from rules.mk to po4a.mk.Jonas Smedegaard
2008-05-31Mark oneliners as non-wrap again (it was needed after all).Jonas Smedegaard
2008-05-31Sync l10n with ikiwiki 2.47.Jonas Smedegaard
* Refresh smiley POT file and danish l10n (no real changes) * Add basewiki POT and danish l10n
2008-05-31Don't mark oneliners as non-wrap (and polish coding style).Jonas Smedegaard
2008-05-31Fix build target translations (bogus fullpath, mark target files phony).Jonas Smedegaard
2008-05-31Fix po4a: Really treat line-based Markdown markup as such.Jonas Smedegaard
2008-05-31Fix po4a: Treat paragraph-based Markdown markup as such.Jonas Smedegaard
2008-05-31Fix po4a: Only strip fortune comment in fortunes mode.Jonas Smedegaard
2008-05-31Sync with po4a 0.33.3.Jonas Smedegaard
2008-05-30Separate po4a and git rules from rules.mk.Jonas Smedegaard
2008-05-30Split rule-exansions from main Makefile to make/rules.mk.Jonas Smedegaard
2008-04-14Name local l10n branches matching remote ones, when init'ing git.Jonas Smedegaard
2008-02-25Merge branch 'master' of debian@coreander:/srv/git/source.jones.dk/ikiwikiJonas Smedegaard
2008-02-25Add notes on forking a multi-branched repository.Jonas Smedegaard
2008-02-24Disable danish POLOCALES target for now: Invoking bare make on virgin clone ↵Jonas Smedegaard
on osx fails with Makefile:128: *** missing endif. Stop.
2008-02-22Use native git protocol - in Makefile too.Jonas Smedegaard
2008-02-22Use native git protocol (yeah - I finally made it work).Jonas Smedegaard
2008-02-22Sync ikiwiki.setup with ikiwiki 2.32.3.Jonas Smedegaard
2008-02-19Fix dollar escaping within expansion.Jonas Smedegaard
2008-02-19Improve hint about future unfuzz filter for testing newly initialized po files.Jonas Smedegaard
2008-02-19Enable i18n of smiley, and danish l10n.Jonas Smedegaard
2008-02-19Drop surrounding parens when initializing po files.Jonas Smedegaard
2008-02-19Don't strip fuzzy hints when initializing po files, and comment out rule ↵Jonas Smedegaard
only relevant for (not yet implemented) automated tests.
2008-02-18Fix creating po directory as needed when initializing po file.Jonas Smedegaard
2008-02-18Fix initializing po files using localized texts (not master texts).Jonas Smedegaard
2008-02-18Avoid updating po files when initializing: can't do both at once.Jonas Smedegaard
2007-11-09Fix text about write access to upstream GIT to use new variable scheme.Jonas Smedegaard
2007-11-09Better text about upstream GIT locations, including real example for write ↵Jonas Smedegaard
access.
2007-11-06Disable markdown tweaks by default in po4a perl module, and instead enable ↵Jonas Smedegaard
them explicitly in Makefile.
2007-11-06Use local Locale::Po4a::Text tweaked to not wrap paragraphs containing ↵Jonas Smedegaard
headlines, blockquotes, triple-quotes or html tags.
2007-11-06Tighten .PHONY and other dependencies in Makefile.Jonas Smedegaard