def header_gif(self): """the banner GIF for the bunny1 homepage""" cherrypy.response.headers["Content-Type"] = "image/gif" return bunny1.bunny1_file("header.gif")
def readme(self, arg): """shows the contents of the README file for this software""" raise bunny1.PRE(bunny1.bunny1_file("README"))