http://tahoe-lafs.org/source/tahoe/trunk/docs/about.html
-The current stable release of Tahoe-LAFS is v1.7.1, which was
+The previous stable release of Tahoe-LAFS was v1.7.1, which was
released July 18, 2010 [1].
v1.8.0 offers greatly improved performance and fault-tolerance
description='secure, decentralized, fault-tolerant filesystem',
long_description=open('README.txt', 'rU').read(),
author='the Tahoe-LAFS project',
- author_email='tahoe-dev@allmydata.org',
+ author_email='tahoe-dev@tahoe-lafs.org',
url='http://tahoe-lafs.org/',
license='GNU GPL', # see README.txt -- there is an alternative licence
cmdclass={"show_supportlib": ShowSupportLib,
called. Whatever it returns will be returned to the invoker of
Downloader.download.
"""
- # The following methods are just because that target might be a
- # repairer.DownUpConnector, and just because the current CHKUpload object
- # expects to find the storage index and encoding parameters in its
- # Uploadable.
- def set_storageindex(storageindex):
- """ Set the storage index. """
- def set_encodingparams(encodingparams):
- """ Set the encoding parameters. """
class IDownloader(Interface):
def download(uri, target):