[sword-devel] How to use ZTEXT
Chris Little
sword-devel@crosswire.org
Fri, 21 Mar 2003 06:47:25 -0700 (MST)
zText, like every other file format used by Sword is "documented" through
source code. If you want to understand it, you will have to read the
appropriate C++ source file. That assumes your project is licensed under
GPL.
If your project is not GPL licensed, reading and adapting our source code
would be a license and copyright violation. In that case, you will have
to reverse engineer the file format from the files themselves.
--Chris
On Fri, 21 Mar 2003, Eduard Wustenveld wrote:
> Hello everyone,
>
> I'm trying to figure out how to read ZTEXT files with a PHP script.
> I'm creating a PHP application (together with Curtis) to search and read the
> Bible on a website that uses php. We have managed to create RAWTEXT support
> in the application and it works great, but now we want to use ZTEXT bibles.
>
> Is ZTEXT documented somewhere or does someone have this documentation and is
> willing to e-mail it to me.
>
> Regards,
> Eduard Wustenveld
>