summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-08-21 19:16:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-08-21 19:16:24 +0200
commit44c23c4159d9195718a7e80e005cc5c12c7001ce (patch)
tree65ab21fde66beb0aeee124631e0f65b0fb8c18bd /TODO
downloadtdeio-sword-44c23c4159d9195718a7e80e005cc5c12c7001ce.tar.gz
tdeio-sword-44c23c4159d9195718a7e80e005cc5c12c7001ce.zip
Initial import of kio-sword 0.3
Diffstat (limited to 'TODO')
-rw-r--r--TODO75
1 files changed, 75 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..d5754a9
--- /dev/null
+++ b/TODO
@@ -0,0 +1,75 @@
+Feedback/votes for any of these are appreciated - e-mail the author.
+
+KNOWN BUGS/ISSUES
+=================
+o The fact that you can replace the CSS file easily needs documenting
+
+o Background image is annoying
+
+o Lots of the filters are incomplete, and don't render everything
+ correctly, especially:
+ o footnotes
+ o cross references
+ o lemmas
+
+o i18n: Support for RTL text in the main page
+
+o Support for RTL modules that aren't Bibles
+
+o footnotes - not implemented at all yet
+
+o ThML cross refs - partic MHC - have tags that just specify a verse number or
+ verse and chapter, the rest of the reference should be inferred by the context
+ (e.g. in commentary on John 5, '2' means John 5:2). We need to get these to
+ produce correct hrefs
+
+o Strongs and morph tags:
+ o these won't work properly in all modules yet. In GBF, all
+ strongs hrefs go to greekstrongs - I need to look up some docs to
+ about the markup.
+
+
+o Lots of i18n issues:
+ o Support for non-English names for Bible books
+ o in terms of querying e.g. sword:/KJV/Genèse ??
+ o and for displaying the book name
+ (not sure how this will work)
+ o Ability to choose different fonts for diferent lanugages somehow
+ o probably by adding <span class='sword_hebrew'> </span>
+ and using CSS, if possible
+ o Need to investigate these issues:
+ o reading of supplied URL - what encoding is it in?
+ o DEFINITE bug here -- in e-mail
+ o construction of URL for redirection, or going back
+ to previous page - encoding issues?
+ o add dir=RTL|LTR and lang attributes according to the user's chosen
+ language
+
+
+o Bibles that don't have e.g. OT should produce an error if you request
+ an OT verse
+
+o Luther's commentary on Galatians lists everything from Galatians -
+ Rev in the index. Probably others similarly
+
+POSSIBLE FEATURES/CHANGES
+=========================
+
+o Make modules names case insensitive
+
+o HTML
+ - move to XHTML strict
+
+o Style sheet
+ - get someone to do a better design for the page
+
+o Read some config defaults from the BibleTime settings
+
+o Headings in Lexicons - use the proper name, not the user's query text
+
+o clean up/optimise lots of code according to the 'KDE mistakes' tutorial
+
+o improve docbook documentation
+
+o 'Bookmark' icon to make kio-sword pages appear with their own bookmark
+ \ No newline at end of file