SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / doc / crypto.in / index.html.in
diff --git a/doc/crypto.in/index.html.in b/doc/crypto.in/index.html.in
new file mode 100644 (file)
index 0000000..54a1702
--- /dev/null
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!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" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1" />
+<link rel="stylesheet" href="./crypto.css" type="text/css" />
+<title>SILC Crypto Toolkit</title>
+</head>
+<body>
+
+<div id="logo">
+<table border="0" cellspacing="0" cellpadding="6" width="100%">
+ <tr valign="top">
+  <td>Copyright &copy; 2001 - 2008 SILC Project<br />
+    <a href="http://silc.fi">SILC Project Website</a></td>
+ </tr>
+</table>
+</div>
+
+<div id="contentwrapper">
+<div id="navigation">
+</div> <!-- navigation -->
+<div id="content">
+<h2>SILC Crypto Toolkit @VERSION@</h2>
+<p>
+SILC Crypto Toolkit (SCT) is a high performance multipurpose cryptographic
+toolkit for application programmers.  It provides ciphers, hash
+functions, public key cryptosystems, MAC algorithms, multi-precision
+integers, cryptographic accelerators, ASN.1 encoder and decoder, and many
+many other features.
+</p>
+<p>
+SCT supports multiple platforms; Unix/Linux, Windows, Mac OS X and Symbian
+OS.  SCT and all of its APIs are entirely reentrant and thread safe.
+</p>
+<p>
+SCT is free software and is licensed with GNU GPL.
+</p>
+
+<p class="item_name">DOWNLOAD</p>
+<ul class="toc_entries">
+<li class="toc_entries"><a href="http://silcnet.org/download/sct/sources/">Download SCT sources</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/sct/rpm/">Download SCT RPM binaries</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/sct/win32/">Download SCT Windows binaries</a>
+<li class="toc_entries"><a href="http://silcnet.org/download/sct/symbian/">Download SCT Symbian OS binaries</a>
+<li class="toc_entries"><a href="ChangeLog">Release Notes</a>
+</ul>
+
+<p class="item_name">DOCUMENTATION</p>
+<ul class="toc_entries">
+<li class="toc_entries"><a href="manual.html">Toolkit Reference Manual</a>
+</ul>
+
+<p class="item_name">DEVELOPMENT</p>
+<ul class="toc_entries">
+<li class="toc_entries"><a href="https://lists.silcnet.org/mailman/listinfo/silc-devel">Mailing List</a>
+<li class="toc_entries"><a href="http://git.silc.fi/gitweb/?p=crypto.git">SCT GIT Version Control</a> </ul>
+
+<p>
+To clone SCT repository give one of the following commands:
+<pre>
+ git clone git://git.silc.fi/crypto
+ git clone http://git.silc.fi/crypto
+</pre>
+</p>
+
+</div> <!-- content -->
+
+</div> <!-- contentwrapper -->
+<div id="footer">
+<table border="0" cellspacing="0" cellpadding="6" width="100%">
+ <tr valign="top">
+  <td>Copyright &copy; 2001 - 2008 SILC Project<br />
+    <a href="http://silc.fi">SILC Project Website</a></td>
+ </tr>
+</table>
+</div>
+
+</body>
+</html>