[sword-devel] HTTP InstallMgr
Troy A. Griffitts
scribe at crosswire.org
Mon Oct 12 10:29:44 MST 2009
Initial support for HTTP transport in InstallMgr is in SVN. Thanks to
Nic Carter for his contribution of the HTTP directory parsing code.
Adding a line into:
~/.sword/InstalMgr/InstallMgr.conf
HTTPSource=CrossWire
HTTP|crosswire.org|/ftpmirror/pub/sword/raw|||20091012090800
should allow initial testing. We still have some work to do, like
allowing the same repository name to have both a FTPSource and
HTTPSource, and cues to the system to prefer one transport over another,
e.g.,
[General] Transport=[preferFTP|preferHTTP|onlyFTP|onlyHTTP]
These should be coming soon if you'd like to use them, otherwise, your
frontends can handle transport preference themselves and you can check
InstallSource::type == ["HTTP"|"FTP"] and present the appropriate
sources to your users.
I'll likely add HTTP sources to the master repo list soon if testing
feedback comes back positive. Xiphos Team, let me know if your repo is
http accessible.
Thanks again Nic!
-Troy.
More information about the sword-devel
mailing list