summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo; moved remaining tags to 'supported' linesChris Little2012-08-061-5/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@366 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added some additional peripherals from the USFM docChris Little2012-08-061-3/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@365 07627401-56e2-0310-80f4-f8cd0041bdcd
* Updated USFM book codes & separated non-standard codes to be excluded unless ↵Chris Little2012-08-051-22/+32
| | | | | | -r switch is specified. git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@364 07627401-56e2-0310-80f4-f8cd0041bdcd
* converted lowercase p tag to uppercase P for consistencyChris Little2012-08-041-16/+16
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@363 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@362 ↵Chris Little2012-08-042-3/+4
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@361 ↵Chris Little2012-08-042-2/+2
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* Initial commits of usfmtags.py & usfm2osis.pyChris Little2012-08-042-0/+1086
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@360 07627401-56e2-0310-80f4-f8cd0041bdcd
* added spport for \ib, \ior..\ior* and \io (without level no)Peter von Kaehne2012-07-141-4/+21
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@359 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more abbreviationsChris Little2012-07-121-0/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@358 07627401-56e2-0310-80f4-f8cd0041bdcd
* added more abbreviationsChris Little2012-07-121-0/+18
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@357 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a script which extracts from an OSIS markup for WoJ quotations, useful ↵Peter von Kaehne2012-04-062-0/+8268
| | | | | | to assist in the creation of OSIS study bibles in other languages git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@356 07627401-56e2-0310-80f4-f8cd0041bdcd
* made \wj handling a little more robust (so that it now tolerates crossing ↵Chris Little2012-03-091-1/+11
| | | | | | linebreaks) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@355 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed a bunch of non-USFM stuff, including quotation handlingChris Little2012-03-091-34/+34
| | | | | | made \s handling more robust with respect to sections without titles git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@354 07627401-56e2-0310-80f4-f8cd0041bdcd
* oops, still need to open as writableChris Little2012-02-261-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@353 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed output encoding handling to not double-encode UTF-8 (following ↵Chris Little2012-02-261-2/+3
| | | | | | suggestions at http://search.cpan.org/~shlomif/XML-LibXML-1.92/LibXML.pod#ENCODINGS_SUPPORT_IN_XML::LIBXML git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@352 07627401-56e2-0310-80f4-f8cd0041bdcd
* made \b generate a linebreak element <lb/>Chris Little2012-02-251-4/+4
| | | | | | | | removed notes that \b and \m are unsupported commented out a line of special-purpose non-USFM code git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@351 07627401-56e2-0310-80f4-f8cd0041bdcd
* changed handling of \vp to generate <seg type="verseNumber"> rather than ↵Chris Little2012-02-251-2/+2
| | | | | | deleting git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@350 07627401-56e2-0310-80f4-f8cd0041bdcd
* added abbreviation "REVELATION"Chris Little2012-02-131-0/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@349 07627401-56e2-0310-80f4-f8cd0041bdcd
* consolidated code to trim leading/trailing whitespace and concatenate lines ↵Chris Little2012-01-191-5/+21
| | | | | | that don't begin with tags git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@348 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed processing of mid-word apostrophes; the (previous) fix didn't ↵Chris Little2012-01-191-1/+1
| | | | | | actually do anything but waste a few cycles (This line was originally for processing SFM, not USFM, in which apostrophes where expected to be transformed into pretty apostrophes in the course of typesetting.) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@347 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected translation of apostrophePeter von Kaehne2012-01-101-1/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@346 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a file which will compare two SWORD modules and report anyGreg Hellings2012-01-081-0/+47
| | | | | | verses where their content differs. git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@345 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a script which counts character frequencies and outputs theGreg Hellings2012-01-081-0/+37
| | | | | | | frequency of each along with the Unicode character name for that code point. git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@344 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a script which compared word frequencies between two modulesGreg Hellings2012-01-081-0/+107
| | | | | | | | | | and reports verses which differ greatly from the mean word ratio. Can be useful for helping to check that a module is in the correct versification scheme and that it does not have too many words crammed into the last verse in a chapter. git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@343 07627401-56e2-0310-80f4-f8cd0041bdcd
* Add file which compares an OSIS file against SWORD versifications.Greg Hellings2012-01-081-0/+112
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@342 07627401-56e2-0310-80f4-f8cd0041bdcd
* added a few more failsafe replaces. This makes this script work with ↵Troy A. Griffitts2012-01-061-0/+1
| | | | | | old2xml Convert.java git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@341 07627401-56e2-0310-80f4-f8cd0041bdcd
* added support for \wj (Words of Jesus) and enumerated \ms# (Major Section) tagsChris Little2012-01-021-5/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@340 07627401-56e2-0310-80f4-f8cd0041bdcd
* added better detection of end verseTroy A. Griffitts2011-12-091-8/+11
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@339 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added tools to process INTF base textTroy A. Griffitts2011-10-254-0/+95
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@338 07627401-56e2-0310-80f4-f8cd0041bdcd
* \sls \fe added, \d correctedPeter von Kaehne2011-08-171-4/+7
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@337 07627401-56e2-0310-80f4-f8cd0041bdcd
* added support for \rq..\rq*, i.e. inline referencePeter von Kaehne2011-07-221-3/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@336 07627401-56e2-0310-80f4-f8cd0041bdcd
* Farsijoin is a tool to help with older SE phonesPeter von Kaehne2011-07-121-0/+403
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@335 07627401-56e2-0310-80f4-f8cd0041bdcd
* added charmap for USFM files, disregarding tagsPeter von Kaehne2011-07-081-0/+94
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@334 07627401-56e2-0310-80f4-f8cd0041bdcd
* use STDOUt as defaultPeter von Kaehne2011-07-071-23/+23
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@333 07627401-56e2-0310-80f4-f8cd0041bdcd
* use of STDOUT if no outputfile givenPeter von Kaehne2011-07-071-11/+7
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@332 07627401-56e2-0310-80f4-f8cd0041bdcd
* some small utilities to clean up OSIS filesPeter von Kaehne2011-07-075-0/+332
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@331 07627401-56e2-0310-80f4-f8cd0041bdcd
* There is a typo in the OSIS handbook, Appendix F, re mapping of \dc. The ↵Peter von Kaehne2011-06-301-1/+1
| | | | | | relevant attribute is called 'editions' rather than 'edition' git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@330 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed, doubled upPeter von Kaehne2011-06-141-83/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@329 07627401-56e2-0310-80f4-f8cd0041bdcd
* correctionPeter von Kaehne2011-06-141-10/+43
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@328 07627401-56e2-0310-80f4-f8cd0041bdcd
* corrected use of \d Peter von Kaehne2011-06-141-3/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@327 07627401-56e2-0310-80f4-f8cd0041bdcd
* updated year of copyrights in usfm2osis.pl, added a small script to ensure ↵Peter von Kaehne2011-06-102-3/+86
| | | | | | titles work git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@326 07627401-56e2-0310-80f4-f8cd0041bdcd
* correctionsPeter von Kaehne2011-06-091-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@325 07627401-56e2-0310-80f4-f8cd0041bdcd
* Updated nasb convert util to be generic lockman converter (spanish names ↵Troy A. Griffitts2011-05-134-13/+91
| | | | | | | | | | hardcoded right now) compile update for modedit. removed context mod by default git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@324 07627401-56e2-0310-80f4-f8cd0041bdcd
* updated to handle lblaTroy A. Griffitts2011-05-111-19/+50
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@323 07627401-56e2-0310-80f4-f8cd0041bdcd
* a short script to order USFM files along the canonPeter von Kaehne2011-04-201-0/+29
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@322 07627401-56e2-0310-80f4-f8cd0041bdcd
* improved title encodingPeter von Kaehne2011-04-161-0/+50
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@321 07627401-56e2-0310-80f4-f8cd0041bdcd
* some mistakes, typos etc correctedPeter von Kaehne2011-04-161-16/+15
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@320 07627401-56e2-0310-80f4-f8cd0041bdcd
* This simple Perl script reads an OSIS file and produces a preliminary conf ↵Peter von Kaehne2011-04-151-0/+169
| | | | | | file from its encoded features git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@319 07627401-56e2-0310-80f4-f8cd0041bdcd
* added support for \bd..\bd* markerPeter von Kaehne2011-04-061-3/+6
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@318 07627401-56e2-0310-80f4-f8cd0041bdcd
* draft for a usfm adderPeter von Kaehne2011-03-251-0/+19
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@317 07627401-56e2-0310-80f4-f8cd0041bdcd