summaryrefslogtreecommitdiffstats
path: root/versification
Commit message (Collapse)AuthorAgeFilesLines
* removed unnecessary fileChris Little2010-10-041-23213/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@308 07627401-56e2-0310-80f4-f8cd0041bdcd
* updating v11n defsChris Little2010-10-0413-161/+2474
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@307 07627401-56e2-0310-80f4-f8cd0041bdcd
* made (my) most common usage the defaultChris Little2009-10-241-6/+6
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@218 07627401-56e2-0310-80f4-f8cd0041bdcd
* added a v11n exporter utilChris Little2009-10-031-0/+117
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@214 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@213 ↵Chris Little2009-10-031-0/+168
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* added another minor abbrevChris Little2009-05-081-0/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@200 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed CCEL data (it is mostly bad)Chris Little2009-05-018-234068/+30
| | | | | | | added a few more abbreviations for parsing VulSearch data git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@199 07627401-56e2-0310-80f4-f8cd0041bdcd
* adding a small repository of canon headers, including both those we're ↵Chris Little2009-04-294-0/+717
| | | | | | including in Sword SVN and some other that we will use as bases for other v11ns (e.g. KJV and GNT) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@198 07627401-56e2-0310-80f4-f8cd0041bdcd
* After examining the printed editions of the LXX and Vulgate, I can see that ↵Chris Little2009-04-291-51/+9
| | | | | | we should not be handling these variants as distinct books. The DBG editions present variants in adjacent columns or on facing pages. So I believe we should simply encode these as variant readings using <div type="variant"> or similar. git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@197 07627401-56e2-0310-80f4-f8cd0041bdcd
* added second book of Psalms (i.e. from the Hebrew) based on print edition of ↵Chris Little2009-04-271-0/+5
| | | | | | Vulgate git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@196 07627401-56e2-0310-80f4-f8cd0041bdcd
* turned off 66 book limitation (we'll try to include all books in 1.6.0)Chris Little2009-04-261-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@195 07627401-56e2-0310-80f4-f8cd0041bdcd
* added any subset of [12] King to point to Kings instead of KingdomsTroy A. Griffitts2009-04-251-0/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@194 07627401-56e2-0310-80f4-f8cd0041bdcd
* added ability to specify breaking after a particular book (for the moment, Rev)Chris Little2009-04-231-0/+9
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@193 07627401-56e2-0310-80f4-f8cd0041bdcd
* added some additional abbreviations to generally favor more canonical books ↵Chris Little2009-04-231-21/+38
| | | | | | | | | over less corrected some errors in validation against the schema git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@192 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed abbreviation mode restrictionChris Little2009-04-231-4/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@191 07627401-56e2-0310-80f4-f8cd0041bdcd
* added some additional abbreviations to make /([12]|II?) ?P/ map to 1/2 Peter ↵Chris Little2009-04-081-0/+8
| | | | | | rather than 1/2 Chronicles (Paralipomenon) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@190 07627401-56e2-0310-80f4-f8cd0041bdcd
* case fold before sortingChris Little2009-04-031-3/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@189 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected OSIS abbrevChris Little2009-03-201-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@188 07627401-56e2-0310-80f4-f8cd0041bdcd
* cosmetic/capitalization changesChris Little2009-03-181-6/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@187 07627401-56e2-0310-80f4-f8cd0041bdcd
* cosmetic/capitalization changesChris Little2009-03-182-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@186 07627401-56e2-0310-80f4-f8cd0041bdcd
* minor changes to output formatting for drop-in to Sword's include pathChris Little2009-03-181-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@185 07627401-56e2-0310-80f4-f8cd0041bdcd
* minor changes to output formatting for drop-in to Sword's include pathChris Little2009-03-182-7/+7
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@184 07627401-56e2-0310-80f4-f8cd0041bdcd
* need to zero out this string on each iteration or it will carry over into ↵Chris Little2009-03-161-0/+1
| | | | | | successive loops (for successive files) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@183 07627401-56e2-0310-80f4-f8cd0041bdcd
* added missing book (separate "Additions to Daniel")Chris Little2009-03-161-1/+9
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@182 07627401-56e2-0310-80f4-f8cd0041bdcd
* added abbreviation variants system: -abbr=[variant] (olb, westminster, & lxx ↵Chris Little2009-03-165-97/+23361
| | | | | | | | | | currently used) made mapping checks more robust & cleaned up some incorrect/overlapping mappings adding an empty leningrad.vpl file: ./v11nsys.pl --warn --vpl --abbr=westminster wlc.vpl to generate a .h file git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@181 07627401-56e2-0310-80f4-f8cd0041bdcd
* added Westminster book abbrevsChris Little2009-03-164-13/+47
| | | | | | | added alternate mode information to mapping files (also needed to parse Westminster style verse refs) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@180 07627401-56e2-0310-80f4-f8cd0041bdcd
* added ability to generate v11n system definitions from OSIS filesChris Little2009-03-161-39/+141
| | | | | | | | | | | | | added option to either count verses/chapters or trust the number of the final verse/chapter (with optional warnings if the numbers differ) added warning messages added help text added progress messages added (but disabled) ability to generate builtin_abbrevs replacements added v11n name & book order comments to output .h sundry bugfixes git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@179 07627401-56e2-0310-80f4-f8cd0041bdcd
* added abbreviations from CCEL and some chiefly Catholic book namesChris Little2009-03-161-1/+186
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@178 07627401-56e2-0310-80f4-f8cd0041bdcd
* generate a builtin_abbrevs from XML canon definitionsChris Little2009-03-151-0/+72
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@175 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more alternate abbreviationsChris Little2009-03-143-1/+7
| | | | | | | | fixed a major bug in the abbrevs generation logic everything looks good now (though IMP parsing remains untested), so it's time to start analyzing v11n systems to determine which are actually important and should be integrated into Sword git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@174 07627401-56e2-0310-80f4-f8cd0041bdcd
* added abbrevs array builderChris Little2009-03-142-15/+37
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@173 07627401-56e2-0310-80f4-f8cd0041bdcd
* finished integrating all canon.h book abbreviations (& correlates in other ↵Chris Little2009-03-147-51/+299
| | | | | | | | | collections) added ability to generate v11n systems from an IMP file git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@172 07627401-56e2-0310-80f4-f8cd0041bdcd
* renamed canon definition filesChris Little2009-03-149-8/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@171 07627401-56e2-0310-80f4-f8cd0041bdcd
* added schema validation to canon filesChris Little2009-03-149-9/+43
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@170 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more alternate abbreviationsChris Little2009-03-145-52/+139
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@169 07627401-56e2-0310-80f4-f8cd0041bdcd
* made book ID identification case insensitiveChris Little2009-03-144-29/+62
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@168 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more alternate abbreviationsChris Little2009-03-124-96/+109
| | | | | | separated out the Apostolic Fathers (which are generally considered genuine) from the NT apocrypha (which are not) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@167 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more alternate abbreviationsChris Little2009-03-122-1/+26
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@166 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected/reassigned some of the CCEL source dataChris Little2009-03-125-296/+388
| | | | | | | added mappings for alternate abbrevs git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@165 07627401-56e2-0310-80f4-f8cd0041bdcd
* extended v11n system converter to derive a v11n definition from a VPL fileChris Little2009-03-121-7/+34
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@164 07627401-56e2-0310-80f4-f8cd0041bdcd
* changed metric for verse/chapter limits to counting rather than the numeric ↵Chris Little2009-03-121-6/+20
| | | | | | value of the final verse/chapter git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@163 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected/reassigned some of the CCEL source dataChris Little2009-03-124-1957/+2005
| | | | | | | added mappings for LXX-specific variant books git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@162 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected some of the CCEL source data:Chris Little2009-03-104-9655/+9651
| | | | | | | | OdesSol is a completely different book from Odes (the former is a pseudepigraphon, the latter an appendix to the LXX) and there's no need to maintain 1-4Kgdms naming rather than mapping these directly to 1-2Sam,1-2Kgs git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@161 07627401-56e2-0310-80f4-f8cd0041bdcd
* book (English) name corrections/CrossWire-ificationChris Little2009-03-105-62/+58
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@160 07627401-56e2-0310-80f4-f8cd0041bdcd
* finished more of the conversion script (constructs the [on]tbooks[] arrays)Chris Little2009-03-101-11/+36
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@159 07627401-56e2-0310-80f4-f8cd0041bdcd
* finished a big chunk of the conversion script (constructs the vm[] array)Chris Little2009-03-101-3/+80
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@158 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected non-OSIS idsChris Little2009-03-101-21/+20
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@157 07627401-56e2-0310-80f4-f8cd0041bdcd
* added some cook collections (data mapping osisIDs to English book names)Chris Little2009-03-107-0/+1871
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@156 07627401-56e2-0310-80f4-f8cd0041bdcd
* basic framework for the CCEL refsys to Sword canon.h-style refsys ↵Chris Little2009-03-101-0/+33
| | | | | | converter--doesn't do much yet, just creates the correct files, writes some basic header/footer stuff, and spits out a full list of osisIDs, so this still needs to process the osisIDs into our data format git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@155 07627401-56e2-0310-80f4-f8cd0041bdcd
* committing CCEL's versification data (from ↵Chris Little2009-03-106-0/+234067
| | | | | | http://www.ccel.org/refsys/refsys.html) this data likely has errors (according to Harry Plantinga's comments) and is definitely lacking some data (e.g. Laodiceans is absent from the Vulgate refsys, though it's certainly part of many electronic and print editions, my own copy from the DBG included) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@154 07627401-56e2-0310-80f4-f8cd0041bdcd