add a simple Google appengine implementation

Add a really simple Google app engine implementation.
This commit is contained in:
Rich Wareham
2010-09-17 16:02:16 +01:00
parent 95dd783753
commit 0f461710d8
4 changed files with 98 additions and 1 deletions

27
appengine_index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<title>HDCP Key Generator</title>
</head>
<body>
<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/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>
</body>
</html>