summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don’t fool with PyQuery and use standard XML libraries.Greg Hellings2018-04-051-19/+19
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@523 07627401-56e2-0310-80f4-f8cd0041bdcd
* Shorten the labels so they are not overflowing the screen.Greg Hellings2018-04-051-6/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@522 07627401-56e2-0310-80f4-f8cd0041bdcd
* Don’t use RE when you don’t need it.Greg Hellings2018-04-051-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@521 07627401-56e2-0310-80f4-f8cd0041bdcd
* Switch to logging to make it a little bit more civilized.Greg Hellings2018-04-051-30/+27
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@520 07627401-56e2-0310-80f4-f8cd0041bdcd
* Don’t use deprecated API calls.Greg Hellings2018-04-051-2/+2
| | | | | | | | * Use Sword.VersificationMgr.getSystemVersificationMgr() instead of Sword.VerseMgr.getSystemVerseMgr(). * Use popError() instead of Error(). git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@519 07627401-56e2-0310-80f4-f8cd0041bdcd
* Make versification/av11n.py script PEP-8 compliantGreg Hellings2018-04-051-76/+87
| | | | | | | | | Mostly '\t' -> ' ' Patch from mcepl git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@518 07627401-56e2-0310-80f4-f8cd0041bdcd
* added calculation of MinimumVersion number, based on the given v11nPeter von Kaehne2017-10-281-3/+53
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@517 07627401-56e2-0310-80f4-f8cd0041bdcd
* new small Perl utility which translates AV11Ns into minimum swordlib version ↵Peter von Kaehne2017-10-281-0/+98
| | | | | | numbers git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@516 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected handling of strongs and morph markupPeter von Kaehne2017-10-261-4/+17
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@515 07627401-56e2-0310-80f4-f8cd0041bdcd
* correction to filepath calculationPeter von Kaehne2017-06-101-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@514 07627401-56e2-0310-80f4-f8cd0041bdcd
* improvements for commentariesPeter von Kaehne2017-06-101-3/+10
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@513 07627401-56e2-0310-80f4-f8cd0041bdcd
* typo in outputPeter von Kaehne2017-05-191-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@512 07627401-56e2-0310-80f4-f8cd0041bdcd
* commented out search for Greek vowels until libsword filter is fixedPeter von Kaehne2017-02-211-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@511 07627401-56e2-0310-80f4-f8cd0041bdcd
* correction to history entry Thanks DM!Peter von Kaehne2016-01-041-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@510 07627401-56e2-0310-80f4-f8cd0041bdcd
* reordered outputPeter von Kaehne2016-01-031-9/+11
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@509 07627401-56e2-0310-80f4-f8cd0041bdcd
* some old fixes remaining uncommitted to log outputPeter von Kaehne2015-12-261-4/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@508 07627401-56e2-0310-80f4-f8cd0041bdcd
* correctionsPeter von Kaehne2015-12-261-3/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@507 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixesPeter von Kaehne2015-12-251-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@506 07627401-56e2-0310-80f4-f8cd0041bdcd
* backslash added to pathPeter von Kaehne2015-12-251-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@505 07627401-56e2-0310-80f4-f8cd0041bdcd
* input utf8 correctionPeter von Kaehne2015-12-251-2/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@504 07627401-56e2-0310-80f4-f8cd0041bdcd
* added handling of UTF8 stripfilters. Peter von Kaehne2015-09-041-4/+45
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@503 07627401-56e2-0310-80f4-f8cd0041bdcd
* improved UTF8 handlingPeter von Kaehne2015-08-281-1/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@502 07627401-56e2-0310-80f4-f8cd0041bdcd
* A number of small bugs eliminatedPeter von Kaehne2015-08-221-9/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@501 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected usage messagePeter von Kaehne2015-07-291-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@500 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed bug with language argumentPeter von Kaehne2015-07-291-5/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@499 07627401-56e2-0310-80f4-f8cd0041bdcd
* added line to automatically add SwordVersionDatePeter von Kaehne2015-07-201-0/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@498 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected creation of Scripref entry in conf filesPeter von Kaehne2015-07-171-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@497 07627401-56e2-0310-80f4-f8cd0041bdcd
* improved confmaking script somewhat morePeter von Kaehne2015-07-131-5/+37
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@496 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed errorPeter von Kaehne2015-07-131-0/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@495 07627401-56e2-0310-80f4-f8cd0041bdcd
* reads now an input file and uses its content if offered.Peter von Kaehne2015-07-131-11/+27
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@494 07627401-56e2-0310-80f4-f8cd0041bdcd
* improved and corrected confmaker utility (No recognises NoParagraphs, ↵Peter von Kaehne2015-07-111-8/+16
| | | | | | corrections to driver choice git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@493 07627401-56e2-0310-80f4-f8cd0041bdcd
* checkout from repotemplate, major bug fixPeter von Kaehne2015-05-211-57/+87
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@492 07627401-56e2-0310-80f4-f8cd0041bdcd
* created directory for locales necessary for some module making, but ↵Peter von Kaehne2015-02-183-1/+363
| | | | | | | | | unsuitable for general consumption. They may well be toxic. corrected typo in usfm2osis.py- missing " git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@491 07627401-56e2-0310-80f4-f8cd0041bdcd
* added -l LANGUAGE commandline optionPeter von Kaehne2014-12-291-2/+12
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@490 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected misplaced semicolon. Thanks to Nicolas KarolakPeter von Kaehne2014-12-091-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@489 07627401-56e2-0310-80f4-f8cd0041bdcd
* moved Diaspora to GitHub: https://github.com/chrislit/DiasporaChris Little2014-04-249-1943/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@488 07627401-56e2-0310-80f4-f8cd0041bdcd
* moved Asenath to GitHub: https://github.com/chrislit/AsenathChris Little2014-04-246-608/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@487 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed propertiesChris Little2014-04-230-0/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@486 07627401-56e2-0310-80f4-f8cd0041bdcd
* added simple conversion scripts for maurice's stuffTroy A. Griffitts2014-04-134-0/+166
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@485 07627401-56e2-0310-80f4-f8cd0041bdcd
* improved handling of mulitiple \ipi, fixes MODTOOLS-50Peter von Kaehne2014-03-151-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@484 07627401-56e2-0310-80f4-f8cd0041bdcd
* improved better handling of \ip and \iotPeter von Kaehne2014-03-141-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@483 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Wycliffe translation Wikisource to USFM downloader/converterChris Little2014-03-071-0/+124
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@482 07627401-56e2-0310-80f4-f8cd0041bdcd
* added <div> types to osisDivs for maintenance of feature parity with USFM ↵Chris Little2014-02-231-0/+10
| | | | | | and to address "Add peripheral types from USFM to osisDivs" from http://www.crosswire.org/wiki/OSIS_211_CR git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@481 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed a couple of title cased words that shouldn't be capitalized (according ↵Chris Little2014-02-231-4/+2
| | | | | | to the scheme currently used in the OSIS schema) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@480 07627401-56e2-0310-80f4-f8cd0041bdcd
* added <closer> to <verse> to address bug "<closer> in <verse> container?" ↵Chris Little2014-02-231-0/+1
| | | | | | from http://www.crosswire.org/wiki/OSIS_211_CR git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@479 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed "osisGenRegex bug" bug from http://www.crosswire.org/wiki/OSIS_211_CRChris Little2014-02-231-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@478 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed "<seg> in <cell>" bug from http://www.crosswire.org/wiki/OSIS_211_CRChris Little2014-02-231-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@477 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed excess newlinesChris Little2014-02-231-1939/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@476 07627401-56e2-0310-80f4-f8cd0041bdcd
* switched Rev to IdChris Little2014-02-233-3/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@475 07627401-56e2-0310-80f4-f8cd0041bdcd
* propertiesChris Little2014-02-234-7746/+7749
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@474 07627401-56e2-0310-80f4-f8cd0041bdcd