summaryrefslogtreecommitdiff
path: root/perl
AgeCommit message (Collapse)Author
2010-07-16Sync with (CVS snapshot of) po4a 0.39.1.Jonas Smedegaard
2009-05-25Sync with po4a 0.36.1.Jonas Smedegaard
2008-10-23Revert "Drop superfluous /ms regex extensions."Jonas Smedegaard
It is indeed needed for templates. This reverts commit e35add35a02e84a99b83a4090870ac634e344ca6.
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-14Ignore <URL> from html detection in po4a plugin.Jonas Smedegaard
2008-10-01Separate markdown and wrap rules in po4a plugin.Jonas Smedegaard
2008-08-04Extend make and po4a to support templates.Jonas Smedegaard
2008-08-04Much improved Markdown support.Jonas Smedegaard
2008-08-03Fix Locale::Po4a::Text reset flags on new file.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-06-20Add plugins copyright, license and varioki, and graphicsmagick wrapper for ↵Jonas Smedegaard
Image::Magick.
2008-05-31Mark oneliners as non-wrap again (it was needed after all).Jonas Smedegaard
2008-05-31Don't mark oneliners as non-wrap (and polish coding style).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
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.