summaryrefslogtreecommitdiff
path: root/xml2po
Commit message (Collapse)AuthorAgeFilesLines
* Create xml2po/README in builddir, not in srcdirHib Eris2012-03-021-2/+2
| | | | Fixes bug #670450.
* Use silent-rules for building gnome-doc-utilsHib Eris2012-02-202-3/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=589278
* Fix xml2po.pc to not Require libxml.pcColin Walters2012-02-051-1/+0
| | | | | | | | | | | | | .pc files are really about development packages; for people building distributions or operating systems, which have split runtime and devel, we really don't want to pull in libxml2 headers when all that xml2po needs is the runtime library. Fixing this is important because I have changed jhbuild to call pkg-config --modversion on installed pkg-config packages, but it blows up if there's a missing dependency. https://bugzilla.gnome.org/show_bug.cgi?id=657339
* build: Add --disable-documentation optionColin Walters2012-01-141-1/+5
| | | | | | | | | This may sound weird for gnome-doc-utils, but basically I need a way to bootstrap an operating system without documentation initially, because it's the source of big dependency cycles. This configure option is enough to get the m4 macros installed, and then move from there to building GDM without documentation too.
* 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
| | | | | | | | | Basically, the XML processing has been left untouched, with very small tweakings (boolean instead of 1/0, python syntax, etc.). The main idea was to separate the command line processing (xml2po.py.in -> xml2po) and the main processing (moved as a module in /usr/lib/python??/site-packages/xml2po, with /modes as a subdirectory). It should now be possible to call xml2po from any python code with an "import xml2po" command, without resorting to command line.
* Adding xml2po mode for Mallard documentsShaun McCance2009-07-275-1/+280
| | | | | | | This isn't entirely complete, but it's better than the default behavior. I had to modify xml2po some for this mode, because you can't determine whether a node is "final" based on its name alone; you need context.
* 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
| | | | | | | | | | 2009-04-02 Claude Paroz <claude@2xlibre.net> * modes/docbook.py: Use new hashlib module rather than deprecated md5 module, when available. Fixes bug #576161. svn path=/trunk/; revision=1160
* Apply patch to fix UnicodeDecodeError from Goran.Danilo Šegan2008-07-132-1/+5
| | | | svn path=/trunk/; revision=1109
* Display xsltproc invocation, honor its exit status, and pull the sourceLoïc Minier2007-03-162-1/+7
| | | | | | | | | | 2007-03-16 Loïc Minier <lminier@svn.gnome.org> * Makefile.am: Display xsltproc invocation, honor its exit status, and pull the source from srcdir; this might expose some bugs; bug #169324. svn path=/trunk/; revision=903
* Fix bug #413602: overwriting of file keyword.Danilo Šegan2007-03-022-2/+8
| | | | svn path=/trunk/; revision=892
* 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
| | | | | | 2006-04-11 Danilo Šegan <danilo@gnome.org> * modes/docbook.py: Check if "translators-credits" is translated.
* 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
|