summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: use $PYTHON when testing for libxml2baserock/2.0.2-3-g200d1d6-python_fixJavier Jardón2015-10-181-1/+1
| | | | | | /usr/bin/python is a symlink to /usr/bin/python3 on some systems. In this case, configure unconditionally checks for the Python 3 version of libxml2. Instead, use the version of Python found by AM_PATH_PYTHON.
* Added secondary setup.py to make it easier to upload to pypiShaun McCance2014-06-034-1/+32
|
* Fix UTF-8 handling for translated attributesShaun McCance2014-03-176-1/+66
|
* Version 2.0.22.0.2Shaun McCance2013-12-172-1/+7
|
* itstool.1: Update man pageShaun McCance2013-12-172-48/+91
|
* Don't hardcode python pathRyan Lortie2013-12-112-1/+3
| | | | | | | Instead, use automake to find it at runtime and put #!@PYTHON@ at the top of itstool.in. https://bugs.freedesktop.org/show_bug.cgi?id=72533
* Fixed crash in locale filter and drop rule, #715116Shaun McCance2013-11-241-2/+2
| | | | | When the dropped node has no preceding sibling, itstool crashes because it tries to unlink prev node if it's blank.
* Version 2.0.12.0.1Shaun McCance2013-11-182-1/+5
|
* its: Consolidate ITS rules for better performanceShaun McCance2013-11-045-363/+355
|
* NEWS: Fixed typoShaun McCance2013-11-011-1/+1
|
* Version 2.0.02.0.0Shaun McCance2013-11-012-1/+20
|
* docbook*.its: Make info children always not within textits-2-0Shaun McCance2013-11-012-0/+6
| | | | | | | Some of the children are marked within text because they should be when appearing in a para. But letting info appear as if it were a text run hits some strange corner cases that cause locale filter not to be applied as you might think it should.
* its: Exclude editor remarks/comments with locale filterShaun McCance2013-11-013-5/+6
|
* itstool.in: Allow users to set ITS paramsShaun McCance2013-11-012-24/+39
|
* its: Switched built-in ITS rules to 2.0Shaun McCance2013-10-314-4/+4
|
* docbook5.its: Added DocBook 5 supportShaun McCance2013-10-313-3/+207
| | | | Also minor fixed to DocBook 4 I ran across
* docbook.its: Updated preserve space and external resourceShaun McCance2013-10-311-10/+9
|
* mallard.its: Updated preserve space and external resourceShaun McCance2013-10-311-3/+3
|
* xhtml.its: Updated preserve space and external resourceShaun McCance2013-10-311-1/+4
|
* Merge branch 'master' into its-2-0Shaun McCance2013-10-2815-12/+224
|\
| * Added an option to retain entity referencesShaun McCance2013-09-2110-11/+157
| | | | | | | | | | | | | | You still have to load the DTD if the entities are defined in the external subset, because libxml2 checks references even if it doesn't dereference them. It would be nice if this weren't necessary.
| * Fix utf8 issue introduced in Sep 20 commitShaun McCance2013-09-211-4/+6
| |
| * Merge commit 'refs/merge-requests/5' of gitorious.org:itstool/itstoolShaun McCance2013-08-211-0/+10
| |\
| | * Configure: test for python module libxml2 presenceClement Chauplannaz2013-06-181-0/+10
| | |
| * | Merge commit 'refs/merge-requests/4' of gitorious.org:itstool/itstoolShaun McCance2013-08-216-6/+82
| |\ \ | | |/ | |/|
| | * add --load-dtd optionGalen Charlton2012-08-296-6/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option tells itstool to load external DTDs when parsing the document to be translated. This prevents errors when the document includes entity references defined in those DTDs. Note that externally-defined entity refs still cannot be used in translated strings in the PO files. Also note that this adds test cases that require either network access or updating the local XML catalog to including the DocBook DTDs. Signed-off-by: Galen Charlton <gmc@esilibrary.com>
* | | Support localeFilterType="exclude"Shaun McCance2013-10-2832-70/+279
| | |
* | | Update ITS 2.0 test suiteShaun McCance2013-10-27119-1650/+1650
| | |
* | | Add support for its:paramShaun McCance2013-10-272-16/+12
| | |
* | | Fixed issue with preserveSpace from xml:space attributeShaun McCance2013-10-271-8/+7
| | |
* | | Updated ITS 2.0 test suiteShaun McCance2013-10-2745-211/+309
| | |
* | | Properly handle loc note inheritanceShaun McCance2013-02-092-9/+7
| | |
* | | Add LocNote class to better track localization note infoShaun McCance2013-02-092-24/+50
| | |
* | | Fix IdValue for attributes and nodes with attributesShaun McCance2013-02-091-1/+1
| | |
* | | Adding the ITS 2.0 test suite, found here:Shaun McCance2013-02-02200-8/+3025
| | | | | | | | | | | | https://github.com/finnle/ITS-2.0-Testsuite/commits/master
* | | Implemented ITS 2.0 "ID Value" data categoryShaun McCance2012-09-269-1/+155
| | |
* | | Support for local withinTextShaun McCance2012-09-2110-2/+107
| | |
* | | Fix tests for namespace prefix handlingShaun McCance2012-09-205-31/+21
| | |
* | | Merge branch 'master' into its-2-0Shaun McCance2012-09-206-2/+118
|\ \ \ | |/ /
| * | Support namespace prefixes on elementsShaun McCance2012-09-206-2/+118
| |/
* | Adding test output for External ResourceShaun McCance2012-09-191-0/+2
| |
* | Use External Resource implementation for itst:externalRefRuleShaun McCance2012-09-193-52/+18
| |
* | Implemented ITS 2.0 External Resource data categoryShaun McCance2012-09-1924-0/+501
| |
* | Adding a test for itst:externalRefRuleShaun McCance2012-09-196-0/+86
| | | | | | | | | | | | | | Don't know why I never had a test for this before. I'm going to implement the ITS 2.0 External Resource data category, and retool this extension on top, so I need to make sure I don't break it.
* | Moving some of the tests into subdirectoriesShaun McCance2012-09-1256-102/+102
| |
* | Adding more Locale Filter testsShaun McCance2012-09-1239-0/+664
| |
* | Sort attribute names in test outputShaun McCance2012-09-111-2/+2
| |
* | Renaming IT-join-1 test output fileShaun McCance2012-09-111-0/+0
| | | | | | | | | | I changed the naming convention to make it easier to reuse other test input files to also test joins.
* | Updating test files for --no-builtinsShaun McCance2012-09-118-4/+39
| |
* | First pass at implementing Locale FilterShaun McCance2012-09-1111-67/+338
| |