
- fix sql output
- get ident2 to work -- replace old identify program
- thm2htm: generate dublin core and prev/next/up META tags in HTML
- Decide how to handle IDs like xxxx.yyyy -- is xxxx.htm always 
    going to be the filename? Should we say that . can only be used in
    an ID if xxx.yyy is in a div with ID xxx?
- verse firstline index (<index type="firstLine">)
- make parsescrip handle scripture references using roman numerals
- make table of contents into expandable outline in separate frame.

- write a htm2thm -- for word 2000 files. 

Editing guidelines:
- how to use cite, name tags. Make indexes look nice.
- how to use scripture, scripRef, scripCom
- add date, edition to "published" elt: complete publication info
- only use "scripture" tag for bible translations. (What is it's effect?)
- CCEL keywords: Classic; Mystical Theology; Hagiography; Systematic Theology;  Recommended; Bible Study Tools; Mirror
-------------------
1/30/99
* fixed bug whereby only first instance of a name would appear in index
* changed thm2htm to generate lower case HTML and not add an extra stylesheet
  to About.htm
* a couple more bug fixes for Voyager version: pass blank lines through;
  keep 10pt default sizes of H1-6.  Add indent to modified continue paras.
  Change text/xml to text/html in thm2htm. Fix disappearing index bug.
1/28/99
* fixed bug whereby two font sizes could get through to stylesheet, and 
  multiply together, making text tooooo large.
* identified major bug in classify: modifying paragraph styles loses margins
  and indentation.  Two-part solution: hard-code info for common cases in 
  classify, and eventually write htm2thm.

1/26/99
* fixed URIs like |H3 in manning
* fixed method for getting description from file

1/25/99
* make an XML DTD as voyager module.  Update trn2thm, classify, and index
  programs to work with new version.

1/13/99
* fix table fontsize bug
* fix thm2htm bug that prevented scripRef inside notes from being linked

1/12/99
* added Skip Gaeda's changes to pass text color through to thml and html

1/6/99
* fix bug in scripture index introduced when linking to bible gateway
* fixed bug whereby IDs starting with a digit could be generated --
  make them all start with "_" (except Page_nn ids)
* fixed index bug whereby bible books weren't being sorted correctly
* thml0.99 distribution for windows, unix

1/2/99
* improved HTML About page
* link non-htm files onto contents page
* fixed retag bug which was messing up indexes
* fixed indexing of phrases containing markup

1/1/99
* fixed a bug in index (using wrong titles) and sped it up considerably
* made a ThMLutil module and used it in a couple of programs.
* tested 0.99 programs; converted three thml documents

12/7/98
* fixed handling of URIs that didn't contain ".p". Do I really want to 
  insist that any hash containing ".p" is a filename on the left?  Maybe
  any hash with a "." should be taken as a filename on the left.

12/5/98
* wrote something about CCEL URI's
* wrote something describing MARC record hopes and plans
* made an experimental version of DTD using xmarc element to replace
  many of the header elements -- doc is cleaner, i think! but need 
  to define xmarc better and write conversion tools.
* made several mods to DTD -- v. 0.98
* made trn2thm work with new <line> (replacing l, l2, l3)
* fixed classify to work with new header elements

12/4/98
* turned off warnings in thm2sql for missing header elements
* modified thm2htm to work with new, ccel-style URLs: now TOC, index,
  etc. that are generated by index work when file is split into pieces

12/1/98
* modified thm2htm to get filename from division ID instead of recomputing
  it.  This allows custom division IDs, but you still can't add special
  IDs to other tags without potentially causing problems.

11/28/98
* added scripture reference linking to gospelcom -- but can't test
  it at home

11/20/98
* fixed parsescr's parsing of Psalm 77, 78, and 79
* made parsescr handle a couple more cases -- etc, ff, book abbrs
* added some styles to css stylesheet
* modified index script--don't use lists for scriprefs
* fixed output of scripture references in index when tch==fch
* fixed handling of notes
* ensure that the ID's that identify genrates are unique
* don't add an ID to a tag that already has one

11/14/98 
* modified x2t to work with the new version of rtf2xml, v.0.5.

11/8/98
* cleaned up indexes -- made lists instead of paragraphs
* made x2t.bat script output 2 version: sgml and xml (with indexes)

10/31/98
* patch up Index script -- clean up formatting

10/29/98
* parseScr program -- parse scripture tags and add parsed propoerties
* revise Index -- use parsed property and build scripture indexes 

10/26/98
* find whole-paragraph spans and incorporate into paragraph style
* handle named character styles in classify
* handle defaults for named charstyles such as CODE, CITE
* read bookID.unl and initial parsing of scripture references

10/21/98 
* indexing: names, dates, subjects, etc.
