Updated GAE code for Python 2.7 and webapp2, switched to HTTPS links in the index page, switched to the standard Python JSON library, enabled threading.
This commit is contained in:
@@ -10,18 +10,18 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>HDCP key generator</h1>
|
||||
<h1>HDCP Key Generator</h1>
|
||||
|
||||
<p>The following links generate a random HDCP source or sink key
|
||||
as a machine-readable JSON object.</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="keys/source">Generate random source key.</a></li>
|
||||
<li><a href="keys/source">Generate random source key</a></li>
|
||||
|
||||
<li><a href="keys/sink">Generate random sink key.</a></li>
|
||||
<li><a href="keys/sink">Generate random sink key</a></li>
|
||||
</ul>
|
||||
|
||||
<p><a href="http://github.com/rjw57/hdcp-genkey">Source code</a>
|
||||
available from <a href="http://gihub.com/">github</a>.</p>
|
||||
<p><a href="https://github.com/rjw57/hdcp-genkey">Source code</a>
|
||||
available from <a href="https://github.com/">github</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user