diff options
author | Luke S. <luke@motimail.com> | 2008-01-30 23:17:16 +0000 |
---|---|---|
committer | Luke S. <luke@motimail.com> | 2008-01-30 23:17:16 +0000 |
commit | b262ed886323fdd682c147f20e67218e019f4634 (patch) | |
tree | 4d340ee67b7327e8fc4b72f7b5d56b023717ebae | |
parent | d7cbddc8e74cba95f43619100587b7701ca72b6b (diff) | |
download | sword-tools-b262ed886323fdd682c147f20e67218e019f4634.tar.gz |
Updated READMEs
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@138 07627401-56e2-0310-80f4-f8cd0041bdcd
-rw-r--r-- | thml2osis/xslt/README | 8 | ||||
-rw-r--r-- | thml2osis/xslt/tests/README | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/thml2osis/xslt/README b/thml2osis/xslt/README index 1523e60..e5c0fcb 100644 --- a/thml2osis/xslt/README +++ b/thml2osis/xslt/README @@ -33,3 +33,11 @@ not converted completely! In particular: later. - Stylesheets and styling information will generally be discarded. +Development +----------- + +- Current maintainer is Luke Plant <L.Plant.98@cantab.net> + Please send me any patches. + +- If you do any heavy development, please use the test suite. See + tests/README diff --git a/thml2osis/xslt/tests/README b/thml2osis/xslt/tests/README index d114448..e4d4faf 100644 --- a/thml2osis/xslt/tests/README +++ b/thml2osis/xslt/tests/README @@ -21,8 +21,12 @@ The test suite requires: (the former is preferred, see below). All of these could probably be replaced with alternatives for different -platforms. - +platforms. If you are on Windows, and want to do significant development of +this project, the first task would be to rewrite the script that runs the +test suite with a more portable version. (Or, upgrade to a proper operating +system ;-) Probably the most profitable avenue would be to rewrite in +Python, which is free, portable and has good enough XML handling for the +job. Strategy -------- |