summaryrefslogtreecommitdiff
path: root/xml2po
Commit message (Expand)AuthorAgeFilesLines
* Create xml2po/README in builddir, not in srcdirHib Eris2012-03-021-2/+2
* Use silent-rules for building gnome-doc-utilsHib Eris2012-02-202-3/+3
* Fix xml2po.pc to not Require libxml.pcColin Walters2012-02-051-1/+0
* build: Add --disable-documentation optionColin Walters2012-01-141-1/+5
* xml2po/modes/mallard.py: Set @xml:lang on pages, bug #630053Shaun McCance2011-01-101-2/+4
* Updated .gitignore filesPablo Castellano2010-01-031-0/+1
* [xml2po] Set pkgconfig dir to datadir (Fixes #410833)Claude Paroz2009-10-171-1/+1
* [xml2po] Replace .xml2po.mo temp file by a system temp file - bug #593175Claude Paroz2009-10-143-8/+11
* [xml2po] Print time taken to run the regression testsClaude Paroz2009-10-032-3/+7
* [xml2po] Fix Makefile.am to byte-compile Python files (Fixes #596702)Daniel Macks2009-10-012-4/+2
* Level parameter of __import__ was also a Python2.5 additionClaude Paroz2009-08-091-1/+1
* Use the non-keyword __import__ call to be Python2.4-compliantClaude Paroz2009-08-091-1/+1
* Fixing distcheck issues from recent xml2po workShaun McCance2009-08-041-0/+1
* [xml2po] Don't output ending spaces in pot filesClaude Paroz2009-08-0214-385/+385
* [xml2po] Missing self referenceClaude Paroz2009-08-021-1/+1
* [xml2po] Add missing files for mallard mode testsClaude Paroz2009-08-023-0/+677
* [xml2po] Don't use start parameter of enumerate (introduced in Python 2.6)Claude Paroz2009-08-021-2/+2
* [xml2po] isFinalNode is now a method of the modeClaude Paroz2009-08-022-15/+16
* [xml2po] Missing files to properly build xml2poClaude Paroz2009-08-022-0/+18
* [xml2po] Partial rewrite of xml2po as a Python moduleClaude Paroz2009-08-0115-930/+911
* Adding xml2po mode for Mallard documentsShaun McCance2009-07-275-1/+280
* Migrate from cvsignore to gitignoreClaude Paroz2009-07-044-24/+7
* [xml2po] Don't return 0 when command line contains errors (Bug #413999)Claude Paroz2009-06-271-7/+11
* [xml2po] Install modes in /usr/lib/python2.x/ to respect FHS (Bug #528099)Arun Raghavan2009-06-263-5/+3
* [xml2po] Remove ending dot in translator-credits comment (Bug #398541)Claude Paroz2009-06-2624-24/+24
* [xml2po] Re-add basic.py replacing empty.pyClaude Paroz2009-06-241-0/+63
* [xml2po] Make all modes inherit from basic modeClaude Paroz2009-06-245-112/+11
* [xml2po] Typos in man page (Bug #586089)Claude Paroz2009-06-171-3/+3
* Use new hashlib module rather than deprecated md5 module, when available.Claude Paroz2009-04-022-2/+12
* Apply patch to fix UnicodeDecodeError from Goran.Danilo Šegan2008-07-132-1/+5
* Display xsltproc invocation, honor its exit status, and pull the sourceLoïc Minier2007-03-162-1/+7
* Fix bug #413602: overwriting of file keyword.Danilo Šegan2007-03-022-2/+8
* Smaller performance improvements.Danilo Šegan2006-12-262-1/+18
* Added XHTML mode and attribute extraction support.Danilo Šegan2006-12-2614-17/+244
* Ignore ignored tags, fix #378073.Danilo Šegan2006-12-262-1/+9
* Add reuse test.Danilo Šegan2006-12-265-0/+391
* Remove remaining bits from standalone xml2po, fix tests, fix bug #381607.Danilo Šegan2006-12-268-73/+31
* Improve speed.Danilo Šegan2006-10-202-8/+19
* Added PYTHONPATH to commands in testsuites.Danilo Šegan2006-10-202-3/+7
* Fix year as UTF-8 handling for DocBook.Danilo Šegan2006-05-142-1/+6
* Check if "translators-credits" is translated.Danilo Šegan2006-04-112-1/+5
* Added ubuntu-mode test.Danilo Šegan2006-04-015-0/+224
* Test system changes.Danilo Šegan2006-04-011-2/+7
* Many bug-fixes and addition of Ubuntu mode.Danilo Šegan2006-04-0111-18/+219
* Fix attribute handling.Danilo Šegan2006-03-312-4/+17
* Improve keep-entities stuff even further, add another test case.Danilo Šegan2006-03-318-19/+135
* Fix handling of adjacent entities in --keep-entities mode.Danilo Šegan2006-03-312-1/+8
* Fix keep-entities option handling when merging.Danilo Šegan2006-03-319-9/+81
* Added testcase.Danilo Šegan2006-03-316-1/+114
* Ignore blank child nodes in isFinalNode.Danilo Šegan2006-03-312-1/+7