summaryrefslogtreecommitdiffstats
path: root/modules/perlconverters
Commit message (Collapse)AuthorAgeFilesLines
...
* attempt at storing svn keywords in a variableChris Little2009-10-291-3/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@224 07627401-56e2-0310-80f4-f8cd0041bdcd
* cleaned up array referencesChris Little2009-10-281-9/+10
| | | | | | | | added svn keywords attempt at storing svn keywords in a variable git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@223 07627401-56e2-0310-80f4-f8cd0041bdcd
* delete leading BOM (corrected)Chris Little2009-10-281-2/+2
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@222 07627401-56e2-0310-80f4-f8cd0041bdcd
* delete leading BOMChris Little2009-10-281-0/+5
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@221 07627401-56e2-0310-80f4-f8cd0041bdcd
* added \cl handlingChris Little2009-10-271-12/+20
| | | | | | | | improved \qr, \qs handling trimmed lots of extraneous whitespace git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@220 07627401-56e2-0310-80f4-f8cd0041bdcd
* almost complete rewrite to accommodate IMP files not exported via mod2impChris Little2009-10-251-107/+624
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@219 07627401-56e2-0310-80f4-f8cd0041bdcd
* added \qr, \qac...\qac* handlingChris Little2009-10-201-6/+10
| | | | | | changed \qa handling to generate a <title> git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@217 07627401-56e2-0310-80f4-f8cd0041bdcd
* correction - enclose up to end of line for acrosticPeter von Kaehne2009-10-201-3/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@216 07627401-56e2-0310-80f4-f8cd0041bdcd
* added support for Acrostic markerPeter von Kaehne2009-10-201-1/+6
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@215 07627401-56e2-0310-80f4-f8cd0041bdcd
* made Psalm titles canonicalChris Little2009-09-041-7/+20
| | | | | | | | made subsections produce a new <div> added handling for subsections deeper than 3 levels git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@212 07627401-56e2-0310-80f4-f8cd0041bdcd
* cutting new release (1.6)Chris Little2009-08-291-4/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@211 07627401-56e2-0310-80f4-f8cd0041bdcd
* added \pb, \zelastic support for Ndebele Bible USFMChris Little2009-06-191-3/+11
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@210 07627401-56e2-0310-80f4-f8cd0041bdcd
* removed trailing whitespace from fileChris Little2009-06-181-53/+53
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@209 07627401-56e2-0310-80f4-f8cd0041bdcd
* added \add support for Shona Bible USFMChris Little2009-06-181-0/+3
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@208 07627401-56e2-0310-80f4-f8cd0041bdcd
* added support for a few more tagsChris Little2009-02-141-2/+14
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@153 07627401-56e2-0310-80f4-f8cd0041bdcd
* added/corrected support for a few more tagsChris Little2009-02-141-8/+26
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@152 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed final verse & chapter closersChris Little2009-02-091-0/+9
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@151 07627401-56e2-0310-80f4-f8cd0041bdcd
* one more added tag, for Orya BibleChris Little2009-02-081-4/+4
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@150 07627401-56e2-0310-80f4-f8cd0041bdcd
* some changes to handle Welsh BibleChris Little2009-02-081-765/+802
| | | | | | notably, handles footnotes/crossrefs more flexibly git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@149 07627401-56e2-0310-80f4-f8cd0041bdcd
* updating to Daniel Owen's v. 1.4 editsChris Little2008-11-131-721/+765
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@147 07627401-56e2-0310-80f4-f8cd0041bdcd
* a quick & dirty Perl converter to turn IMP files into OSIS (not-necessarily ↵Chris Little2008-06-191-0/+241
| | | | | | valid) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@144 07627401-56e2-0310-80f4-f8cd0041bdcd
* tiny bugChris Little2008-06-121-227/+227
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@143 07627401-56e2-0310-80f4-f8cd0041bdcd
* added improved encoding support (removing need for uconv)Chris Little2008-06-121-19/+54
| | | | | | | added some status messages git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@142 07627401-56e2-0310-80f4-f8cd0041bdcd
* fixed a few bugs, improved a few things for broader USFM supportChris Little2008-06-121-25/+81
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@141 07627401-56e2-0310-80f4-f8cd0041bdcd
* git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@87 ↵Chris Little2007-06-251-1/+2
| | | | 07627401-56e2-0310-80f4-f8cd0041bdcd
* added some header translationChris Little2007-04-281-7/+44
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@84 07627401-56e2-0310-80f4-f8cd0041bdcd
* adding GBF converterChris Little2007-04-261-0/+251
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@83 07627401-56e2-0310-80f4-f8cd0041bdcd
* added detection/conversion of Latin-1 filesChris Little2007-04-231-1/+11
| | | | git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@82 07627401-56e2-0310-80f4-f8cd0041bdcd
* Some new Perl conversion scripts targetting OSISChris Little2007-04-233-0/+966
(working, but not necessarily very well) git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@81 07627401-56e2-0310-80f4-f8cd0041bdcd