Added:
website/code/index.html
Log:
add code page
Added: website/code/index.html
==============================================================================
--- (empty file)
+++ website/code/index.html Sun Jul 20 22:01:56 2008
@@ -0,0 +1,32 @@
+<html>
+ <head>
+ <title>EAUT Libraries</title>
+ <link rel="stylesheet" type="text/css" href="/style.css" />
+ </head>
+
+ <body>
+
+ <h1>EAUT Libraries</h1>
+
+
+ <h2>PHP</h2>
+
+ <p>This library is built on top of JanRain's excellent <a
+ href="http://openidenabled.com/php-openid/">OpenID library</a> (for
+ XRDS discovery) and requires version 2.x.x to function.</p>
+
+ <ul>
+ <li><a href="http://eaut.googlecode.com/files/php-eaut-1.0.zip">PHP
EAUT Library</a></li>
+ </ul>
+
+
+ <h2>Python</h2>
+
+ <p></p>
+
+ <ul>
+ <li><a
href="http://eaut.googlecode.com/svn/code/python/trunk/eaut.py">Python
EAUT Library</a></li>
+ </ul>
+
+ </body>
+</html>