summaryrefslogtreecommitdiffstats
path: root/versification/v11nsys.pl
Commit message (Collapse)AuthorAgeFilesLines
* set various svn propertiesChris Little2013-07-231-356/+356
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@438 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
* 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
* 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-181-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-181-3/+3
| | | | 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 abbreviation variants system: -abbr=[variant] (olb, westminster, & lxx ↵Chris Little2009-03-161-65/+81
| | | | | | | | | | 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 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 more alternate abbreviationsChris Little2009-03-141-1/+1
| | | | | | | | 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-141-15/+34
| | | | 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-141-15/+37
| | | | | | | | | 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-141-8/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@171 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more alternate abbreviationsChris Little2009-03-141-0/+2
| | | | 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-141-7/+7
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@168 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more alternate abbreviationsChris Little2009-03-121-2/+3
| | | | | | 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
* corrected/reassigned some of the CCEL source dataChris Little2009-03-121-18/+36
| | | | | | | 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 some of the CCEL source data:Chris Little2009-03-101-4/+0
| | | | | | | | 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
* 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
* 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