Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-04 | Extend make and po4a to support templates. | Jonas Smedegaard | |
2008-08-04 | Much improved Markdown support. | Jonas Smedegaard | |
2008-08-03 | Fix Locale::Po4a::Text reset flags on new file. | Jonas Smedegaard | |
2008-08-03 | Fix not stripping final newline of some files | Jonas 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-02 | Sync Locale::Po4a::Text with po4a 0.34. | Jonas Smedegaard | |
2008-05-31 | Mark oneliners as non-wrap again (it was needed after all). | Jonas Smedegaard | |
2008-05-31 | Don't mark oneliners as non-wrap (and polish coding style). | Jonas Smedegaard | |
2008-05-31 | Fix po4a: Really treat line-based Markdown markup as such. | Jonas Smedegaard | |
2008-05-31 | Fix po4a: Treat paragraph-based Markdown markup as such. | Jonas Smedegaard | |
2008-05-31 | Fix po4a: Only strip fortune comment in fortunes mode. | Jonas Smedegaard | |
2008-05-31 | Sync with po4a 0.33.3. | Jonas Smedegaard | |
2007-11-06 | Disable markdown tweaks by default in po4a perl module, and instead enable ↵ | Jonas Smedegaard | |
them explicitly in Makefile. | |||
2007-11-06 | Use local Locale::Po4a::Text tweaked to not wrap paragraphs containing ↵ | Jonas Smedegaard | |
headlines, blockquotes, triple-quotes or html tags. |