[sword-devel] 1.5.6 todo
List and spam receiver
sword-devel@crosswire.org
Sun, 1 Jun 2003 16:29:54 +0200
Troy,
I spent some tome working on the WEBIF stuff.
> copy of the *HTMLHREF filter set to *WEBIF and allow base URL parameters
> in [Globals] like VerseDisplayURL=passagestudy.jsp
Filters are basically working now, but still need some more work.
I added a new utilweb.cpp file to provide functions to work on urls, e.g.
encodeURL. Doesn't yet handle all chars, atm only ":" and space for testing.
Constructing the MarkupFilterMgr with FMT_WEBIF instead of FMT_HTMLHREF
enables the filters.
As you said, it's not possible to access the [Globals] stuff because we have
no pointer to a SWMgr object. For now I hardcoded the urls into the filters.
Questions:
If we have a Strongs we probably should make <a
href="/passagestudy.jsp?mod=StrongsGreek&key=0001">0001</a>? passagestudy
doesn't work with lexicons. And we would have to hardcode the module name
into the filters. Not very good.
Do you have some tips on this?
Could you please update the Java Corba clients stuff to use the new filters? I
have no clue how to do it.
Thanks,
Joachim