Sha256: d60494d26238f4f8be2598c6e44b19cc76c622adc0651b63870e94903e0107f6
Contents?: true
Size: 645 Bytes
Versions: 15
Compression:
Stored size: 645 Bytes
Contents
<!DOCTYPE html> <!-- This is a simple main page for the "rake server" task. --> <html> <head> <title>Source Code Tarball Server</title> </head> <body> <h1>Source Code Tarball Server</h1> <p>This server provides dynamically generated source code tarballs.</p> <h2>Supported URL Paths</h2> <p> <ul> <li> <b><a href = "/archive/current.tar.gz">/archive/current.tar.gz</a></b> - dynamically generated tarball with the current source files </li> <li> <b><a href = "/servers/index.json">/servers/index.json</a></b> - index of other running servers on the machine </li> </ul> </p> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems