summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for translating <em> tagsLuke S.2008-04-033-1/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@139 07627401-56e2-0310-80f4-f8cd0041bdcd
* Updated READMEsLuke S.2008-01-302-2/+14
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@138 07627401-56e2-0310-80f4-f8cd0041bdcd
* calvinscommentaries --> calvincommentariesLuke S.2008-01-162-12/+12
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@137 07627401-56e2-0310-80f4-f8cd0041bdcd
* Renamed .conf inline with normal module name conventionsLuke S.2008-01-151-0/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@136 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added 'OSISFootnotes' option to Calvin's commentaries moduleLuke S.2008-01-141-0/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@135 07627401-56e2-0310-80f4-f8cd0041bdcd
* Fixed build script so that each stage is modular as far as possible Luke S.2008-01-131-6/+14
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@134 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added small fix for the case where CalvinsCommentaries.zip already exists.Luke S.2008-01-091-0/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@133 07627401-56e2-0310-80f4-f8cd0041bdcd
* Small fix for reversifying osis commentariesLuke S.2008-01-081-1/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@132 07627401-56e2-0310-80f4-f8cd0041bdcd
* Refactored build scriptLuke S.2008-01-081-82/+105
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@131 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a list of books included in Calvin's commentariesLuke S.2008-01-081-1/+49
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@130 07627401-56e2-0310-80f4-f8cd0041bdcd
* added greekRomansTroy A. Griffitts2007-12-131-0/+1
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@129 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added handling for 'div4' tagLuke S.2007-11-303-1/+8
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@128 07627401-56e2-0310-80f4-f8cd0041bdcd
* Reworkeed last patch to more careful.Luke S.2007-11-302-2/+15
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@127 07627401-56e2-0310-80f4-f8cd0041bdcd
* Changed handling of general tags so that they are notLuke S.2007-11-302-8/+8
| | | | | | | | | | | copied if they have no child nodes or text. (Need to review whether this is right for all elements handled by this code path - it is certainly useful for empty <p/> elements and most others) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@126 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a build script, and completed steps to be able to makeLuke S.2007-11-293-13/+172
| | | | | | | Calvin's Commentaries module git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@125 07627401-56e2-0310-80f4-f8cd0041bdcd
* Preserve comments in original ThMLLuke S.2007-11-291-0/+6
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@124 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added 'genbookOsis2Commentary.py' script for converting Luke S.2007-11-291-0/+149
| | | | | | | OSIS files to format currently expected by osis2mod git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@123 07627401-56e2-0310-80f4-f8cd0041bdcd
* updated to used original font namesTroy A. Griffitts2007-11-101-4/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@122 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed greek article processingTroy A. Griffitts2007-11-101-2/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@121 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added feature to specify fontTroy A. Griffitts2007-11-092-6/+15
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@120 07627401-56e2-0310-80f4-f8cd0041bdcd
* changed name of lesson directory to be consistent with other lessonsTroy A. Griffitts2007-11-081-3/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@119 07627401-56e2-0310-80f4-f8cd0041bdcd
* changed lessons to generate to their own subdirectoryTroy A. Griffitts2007-11-081-6/+7
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@118 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added lessons target to makefileTroy A. Griffitts2007-11-072-2/+8
| | | | | | | Changed lessons to be %.3 padded git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@117 07627401-56e2-0310-80f4-f8cd0041bdcd
* added simple csv conversion toolTroy A. Griffitts2007-11-041-0/+46
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@116 07627401-56e2-0310-80f4-f8cd0041bdcd
* updated to take command line argsTroy A. Griffitts2007-10-278-28352/+155755
| | | | | | | change .conf strategy git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@115 07627401-56e2-0310-80f4-f8cd0041bdcd
* converted utf-8 lists to NFCTroy A. Griffitts2007-10-072-8244/+8244
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@114 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@113 ↵Chris Little2007-10-0728-13266/+0
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@112 ↵Chris Little2007-10-071-1/+1
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@111 ↵Chris Little2007-10-071-1/+1
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@110 ↵Chris Little2007-10-074-4/+4
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@109 ↵Chris Little2007-10-0721-192/+153
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@108 ↵Chris Little2007-10-0710-12/+15
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@107 ↵Chris Little2007-10-0764-1339/+58
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* this text is copyrighted, removing from siteChris Little2007-10-071-18/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@106 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@105 ↵Chris Little2007-10-071-7/+6
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@104 ↵Chris Little2007-10-078-27/+75
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@103 ↵Chris Little2007-10-0712-137/+133
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* adding locales too--why not?Chris Little2007-10-0628-0/+13266
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@102 07627401-56e2-0310-80f4-f8cd0041bdcd
* adding .confs to SVNChris Little2007-10-06339-0/+6433
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@101 07627401-56e2-0310-80f4-f8cd0041bdcd
* Fixed typos in READMELuke S.2007-10-051-3/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@100 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added a README for the python libraryLuke S.2007-10-051-0/+25
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@99 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added some basic greek text statistical analysisTroy A. Griffitts2007-09-072-0/+368
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@98 07627401-56e2-0310-80f4-f8cd0041bdcd
* Applied patch from Lyndon Drake fixing strongs def cardTroy A. Griffitts2007-09-042-3/+31
| | | | | | | | and verifying KJV module is installed with user feedback if not Added standard crosswire header git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@97 07627401-56e2-0310-80f4-f8cd0041bdcd
* reworked 'with' vector to go with phrase, instead of countTroy A. Griffitts2007-09-021-24/+74
| | | | | | | added more comments git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@96 07627401-56e2-0310-80f4-f8cd0041bdcd
* Started rework of flash tools to work withTroy A. Griffitts2007-09-022-81/+180
| | | | | | | combined lemma of the new KJV module rev. git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@95 07627401-56e2-0310-80f4-f8cd0041bdcd
* updated to produce flashcard lessonsTroy A. Griffitts2007-08-311-26/+86
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@94 07627401-56e2-0310-80f4-f8cd0041bdcd
* updated hwords with latest words from DiBTroy A. Griffitts2007-08-021-8487/+8486
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@93 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed accidently checked in filesTroy A. Griffitts2007-07-294-1118/+0
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@92 07627401-56e2-0310-80f4-f8cd0041bdcd
* Added parallel tagging tool which was used for the KJV2003 projectTroy A. Griffitts2007-07-2954-0/+3923
| | | | | | | | | It's been genericized and updated to work with newest sword codebase Makefile has been updated and ant script has been added git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@91 07627401-56e2-0310-80f4-f8cd0041bdcd
* added hebrewTroy A. Griffitts2007-07-294-5528/+22719
| | | | | | | updated greek git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@90 07627401-56e2-0310-80f4-f8cd0041bdcd