from SitePage import SitePage class Download(SitePage): def title(self): return 'Download Webware packages' def writeContent(self): self.writeln('''
You can download the current release, older releases and beta releases of Webware for Python
Note that there is only a source (tar.gz) package which will run on all platforms. Compilation is not needed, except for some of the special adapters.
You can also download some other Webware related packages from this server.
''')