summaryrefslogtreecommitdiffstats
path: root/versification
Commit message (Collapse)AuthorAgeFilesLines
* Use argparser.Greg Hellings2018-04-051-27/+50
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@524 07627401-56e2-0310-80f4-f8cd0041bdcd
* 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
* data corrections & source expansionsChris Little2013-08-026-7/+21
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@469 07627401-56e2-0310-80f4-f8cd0041bdcd
* added 1En data based on our own EEnochGeez moduleChris Little2013-08-021-0/+319
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@468 07627401-56e2-0310-80f4-f8cd0041bdcd
* added new v11n analysis toolChris Little2013-08-022-1/+35
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@467 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Van Ess dataChris Little2013-08-021-0/+321
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@466 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed omitted bookChris Little2013-08-011-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@465 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Bos dataChris Little2013-08-012-1/+326
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@464 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Grabe (~ Moscow 1821) dataChris Little2013-07-311-0/+343
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@463 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected Tischendorf data (from Костя)Chris Little2013-07-301-321/+321
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@462 07627401-56e2-0310-80f4-f8cd0041bdcd
* set propertiesChris Little2013-07-304-641/+641
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@461 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Cambridge dataChris Little2013-07-301-0/+339
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@460 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected a verse count errorChris Little2013-07-301-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@459 07627401-56e2-0310-80f4-f8cd0041bdcd
* missing commaChris Little2013-07-302-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@458 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Papoutsis dataChris Little2013-07-301-0/+323
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@457 07627401-56e2-0310-80f4-f8cd0041bdcd
* added EOB OT preview & Fr Lazarus Moore Psalter dataChris Little2013-07-292-0/+639
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@456 07627401-56e2-0310-80f4-f8cd0041bdcd
* spacing cleanupChris Little2013-07-281-5/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@455 07627401-56e2-0310-80f4-f8cd0041bdcd
* spacing update for readabilityChris Little2013-07-2814-487/+1718
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@454 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed some propertiesChris Little2013-07-284-494/+494
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@453 07627401-56e2-0310-80f4-f8cd0041bdcd
* cleanupChris Little2013-07-281-2/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@452 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected scope dataChris Little2013-07-251-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@451 07627401-56e2-0310-80f4-f8cd0041bdcd
* made Thomson Psalms follow LXX-numberingChris Little2013-07-251-15/+32
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@450 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected Rahlfs data (Odes was erroneously omitted)Chris Little2013-07-251-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@449 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected Brenton data based on printed editionChris Little2013-07-251-25/+25
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@448 07627401-56e2-0310-80f4-f8cd0041bdcd
* added v11nmax.py utility, which takes a set of canon.h-style files and ↵Chris Little2013-07-251-0/+174
| | | | | | produces a canon.h-style file in which all chapter and verse counts are the maximum value witnessed by the input files git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@447 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected error in Swete dataChris Little2013-07-251-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@446 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Tischendorf dataChris Little2013-07-242-3/+323
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@445 07627401-56e2-0310-80f4-f8cd0041bdcd
* more cleanup, regularizationChris Little2013-07-246-27/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@444 07627401-56e2-0310-80f4-f8cd0041bdcd
* bug fixes (wrong comment symbol used; failed to reset counts for each file)Chris Little2013-07-241-5/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@443 07627401-56e2-0310-80f4-f8cd0041bdcd
* regularlized & corrected data entry errorsChris Little2013-07-247-87/+14
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@442 07627401-56e2-0310-80f4-f8cd0041bdcd
* added a simple utility for validating v11n definitionsChris Little2013-07-241-0/+45
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@441 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Asser dataChris Little2013-07-241-0/+322
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@440 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Howard Pentateuch dataChris Little2013-07-233-2/+328
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@439 07627401-56e2-0310-80f4-f8cd0041bdcd
* set various svn propertiesChris Little2013-07-2312-3253/+3253
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@438 07627401-56e2-0310-80f4-f8cd0041bdcd
* formatting/copyright cleanupChris Little2013-07-235-4/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@437 07627401-56e2-0310-80f4-f8cd0041bdcd
* added apocrypha & pseudepigrapha critical edition anthologies; Ottley Isaiah ↵Chris Little2013-07-233-0/+963
| | | | | | data git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@436 07627401-56e2-0310-80f4-f8cd0041bdcd
* added source infoChris Little2013-07-236-1/+15
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@435 07627401-56e2-0310-80f4-f8cd0041bdcd
* added NETS dataChris Little2013-07-231-0/+322
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@434 07627401-56e2-0310-80f4-f8cd0041bdcd
* expanded Mal to 4 chaptersChris Little2013-07-232-4/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@433 07627401-56e2-0310-80f4-f8cd0041bdcd
* added SAAS & Thomson dataChris Little2013-07-232-0/+712
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@432 07627401-56e2-0310-80f4-f8cd0041bdcd
* cleared out NTs and omitted booksChris Little2013-07-233-243/+36
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@431 07627401-56e2-0310-80f4-f8cd0041bdcd
* added data for Brenton, Rahlfs, & Swete LXXesChris Little2013-07-203-0/+1171
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@430 07627401-56e2-0310-80f4-f8cd0041bdcd
* print verse counts 10-per-line for readabilityChris Little2013-07-201-0/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@429 07627401-56e2-0310-80f4-f8cd0041bdcd
* minor fix to generate the current year for the copyrightChris Little2013-07-131-1/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@428 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a few more abbreviations to capture abbreviations used in data from ↵Chris Little2013-07-081-0/+4
| | | | | | SIL via CCEL git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@427 07627401-56e2-0310-80f4-f8cd0041bdcd