Author: damoxc
Revision: 5056
Log:
website index page
Diff:
Added: website/index.html
===================================================================
--- website/index.html (rev 0)
+++ website/index.html 2009-04-14 09:11:04 UTC (rev 5056)
@@ -0,0 +1,56 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<html> <head> <title>Deluge BitTorrent Client</title>
+<meta http-equiv="Content-type" content="text/html; charset=utf-8">
+<link rel="icon" type="image/png" href="images/deluge-icon.png">
+<link id="mdgCss" rel="stylesheet" href="stormy_day.css" type="text/css">
+<script src="http://svn.deluge-torrent.org/website/mootools.js"></script>
+<script src="http://svn.deluge-torrent.org/website/deluge.js"></script>
+<style type="text/css">
+ div#category_box_wrapper {
+ display: none;
+ }
+ div#content-inner {
+ padding: 0 0 10px 0;
+ }
+ </style> </head>
+<body>
+<div id="header">
+<div id="header-inner">
+<div id="delugelogo">
+<h1 id="delugetext">
+<a href="/">Deluge</h1> </div>
+<ul id="navbar">
+<!--[if gte IE 6]>
+<li><img src="images/spacer.gif" width="20"></li>
+<![endif]-->
+<li><a href="http://dev.deluge-torrent.org/wiki/About">About</a></li>
+<li><a href="http://dev.deluge-torrent.org/wiki/Download">Download</a></li>
+<li><a href="http://forum.deluge-torrent.org/">Community</a></li>
+<li><a href="http://dev.deluge-torrent.org/">Development</a></li>
+<li><a href="http://dev.deluge-torrent.org/wiki/Faq">FAQ</a></li>
+<li><a
href="http://dev.deluge-torrent.org/wiki/Screenshots">Screenshots</a></li>
+<li><a href="http://dev.deluge-torrent.org/wiki/Plugins">Plugins</a></li></ul>
+</div>
+</div>
+<div id="content"> <div id="content-inner">
+<div id="ajaxEditContainer">
+<p>
+<table border="0" width="100%"> <tr> <td style="width: 50%; padding-right:
10px; border-right: 1px solid #485D73;"> <div style="white-space: nowrap;">
<span style="font-family: verdana, arial, helvetica, sans-serif; font-size:
36pt; font-weight: bold;"> Deluge </span> <span style="font-family: verdana,
arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold; color:
#FFF;"> 1.1.6</span> </div> <div> <table border="0"><tr> <td
style="padding-right: 10px;"><a href="/downloads.php"><img
src="/images/deluge-download.gif" border="0"></a></td> <td
id="deluge_download_box"><big><b><a href="/downloads.php">Download
now</a></b></big><br> Available for Linux, Mac OS X and Windows.</td> </tr>
<tr> <td colspan="2" align="right"><a
href="http://dev.deluge-torrent.org/wiki/ChangeLog">Changelog</a></td> </tr>
</table> </div> </td> <td style="padding-left: 10px;"> <h2>What is Deluge?</h2>
<p>Deluge is a lightweight, <b>Free Software</b>, <b>cross-platform</b>
BitTorrent client.</p>
<ul> <li>Full Encryption</li>
+<li>WebUI</li> <li>Plugin System</li> <li>Much more..</li> </ul> <a
href="http://dev.deluge-torrent.org/wiki/About">Learn More</a> </td> </tr>
</table> </p> <h2>Latest news</h2> <div class="tblholder news"> <table
border="0" cellspacing="1" cellpadding="4" style="width: 100%;"> <tr> <th><a
href="/" style="color: inherit;">Deluge 1.1.6 Released!</a></th> </tr> <tr> <td
class="row3"> <p>Please see <a
href="http://dev.deluge-torrent.org/wiki/ReleaseNotes/1.1.6">ReleaseNotes</a>
for more detail.</p> </td> </tr> <tr> <th class="subhead" style="font-weight:
normal; font-size: 67%;"> Posted by andar on 6 April, 2009</th> </tr> </table>
+</div><p>
+</p>
+</div> </div> </div>
+<div id="copyright-container"> <div id="copyright">
+<br>© 2008 Deluge Team<br> Site designed by <a
href="http://lifecodeidiocy.enanocms.org/">Dan Fuhry</a><br> <br></div>
+</div>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." :
"http://www.");
+document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js'
type='text/javascript'>\<\/script>" );
+</script>
+<script type="text/javascript">
+var pageTracker = _gat._getTracker("UA-8360366-2");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
+</body> </html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---