summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* added Wycliffe translation Wikisource to USFM downloader/converterChris Little2014-03-071-0/+124
* fixed a couple of title cased words that shouldn't be capitalized (according ...Chris Little2014-02-231-4/+2
* set various svn propertiesChris Little2013-07-236-418/+418
* made unhandled tag detection much more lax & greedy, mostly to better indicat...Chris Little2013-07-011-2/+2
* Go download this from http://ccat.sas.upenn.edu/gopher/text/religion/biblical...Chris Little2013-06-2251-403449/+0
* corrected ampersand (&) handling (without mangling pre-escaped sequences) for...Chris Little2013-06-101-2/+2
* corrected handling of introduction lists & outlines (\ili#, \iot, & \io#)Chris Little2013-06-101-5/+5
* simplification/cleanup of lookaheads for USFM tagsChris Little2013-06-091-12/+12
* reorganized roadmap & bumped version to reflect current featuresetChris Little2013-06-091-21/+25
* simplification/cleanup of lookaheads for XML tagsChris Little2013-06-091-18/+18
* fixed a bunch of bugs to address MODTOOLS-42 and other issues revealed by the...Chris Little2013-06-081-35/+39
* progressing on MODTOOLS-42Chris Little2013-06-011-4/+4
* corrected a help text typoChris Little2013-05-221-2/+2
* fixed Python3 compatabilityChris Little2013-05-111-1/+4
* added vi macro in comments which will convert key from genbook format to bibl...Troy A. Griffitts2013-04-101-1/+4
* correction of missing semicolonPeter von Kaehne2013-02-141-1/+1
* strip BOM, if present in USFMChris Little2013-01-041-0/+2
* small correction to correctly process \toc3 (parallel to processing of \toc1 ...Chris Little2013-01-041-1/+1
* URL updateChris Little2012-12-311-1/+1
* fixed some errors pertaining to \cp & \vpChris Little2012-10-121-6/+6
* hopefully fixed crash on \cpChris Little2012-10-111-1/+1
* Add executable flag to miscellaneous Perl scripts.Greg Hellings2012-10-102-0/+0
* Fixed 2 regex replacement strings that should have used raw stringsChris Little2012-09-301-2/+2
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@403 07627401-56e2...Chris Little2012-08-271-1/+1
* added docstringsChris Little2012-08-271-49/+254
* converted multiline comments to single-line, started adding docstringsChris Little2012-08-271-85/+71
* cleaned up excess spacesChris Little2012-08-271-52/+51
* converted non-ANSI to \uXXXX escapes for Python3 compatibilityChris Little2012-08-271-125/+125
* added unsorted & random sort optionsChris Little2012-08-261-5/+14
* added a scan of the USFM to capture id & toc3 fields for a global variable, a...Chris Little2012-08-261-25/+48
* implemented sorting key functions for canonical & usfm-numberic ordersChris Little2012-08-261-11/+23
* added Paratext orderChris Little2012-08-261-0/+50
* corrected one OSIS abbreviationChris Little2012-08-261-46/+47
* added command-line toggle for XML validationChris Little2012-08-251-23/+37
* removed comments & annotation from embedded OSIS schemaChris Little2012-08-251-1/+1
* fixed crossref end tag deletion bugChris Little2012-08-251-21/+30
* some changes from 2to3 utilChris Little2012-08-251-9/+11
* OSIS abbreviations corrections for SwordChris Little2012-08-251-4/+4
* support footnote/crossref character-level end tags by defaultChris Little2012-08-141-14/+4
* made optional linebreaks a form of <lb/>Chris Little2012-08-131-1/+1
* switched from GPL3 to GPL2 in preparation for future use of Sword bindingsChris Little2012-08-121-9/+9
* On second thought, this is clearly a source encoding error and should not fai...Chris Little2012-08-121-1/+1
* added fallback for handling descending verse ranges, e.g. \v 9-5 (treated as ...Chris Little2012-08-121-1/+2
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@382 07627401-56e2...Chris Little2012-08-121-1/+1
* typoChris Little2012-08-121-1/+1
* rearranged roadmap, expanded TODO items for next milestoneChris Little2012-08-121-4/+14
* typoChris Little2012-08-121-1/+1
* adding test samplesChris Little2012-08-11147-0/+1380
* starting test set workChris Little2012-08-112-0/+192
* completed handling of non-USFM tags from style sheet & deprecated tagsChris Little2012-08-101-30/+45