Ignore:
Timestamp:
04/10/07 17:52:31 (3 years ago)
Author:
mike
Message:

bringing dotorg up to date with the live site

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/index.html

    r4448 r4460  
    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
    2 <html><head><title>BitTorrent Community Forum</title> 
    3  
    4  
    5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  
    6  
    7  
    8 <link href="community.css" rel="stylesheet" type="text/css"></head> 
    9  
    10 <body> 
    11 <!-- TITLE LINE STARTS --> 
    12 <div align="left"> 
    13   <div style="margin-left: 20px;"> 
    14     <a href="http://www.bittorrent.org/index.html"> 
    15       <span class="org"> bittorrent.org </span> 
    16       <!--<img src="images/bittorrent_lg.gif" alt="BitTorrent" border="0" height="54" width="153">--> 
    17     </a> 
    18     <!--<span class="title"> Community Forum </span>--> 
    19   </div> 
    20  
    21 <!-- DOWNLINK STARTS --> 
    22 <div style="margin-left:12px;"> 
    23   <div id="downunlink"><a href="index.html">Home</a></div> 
    24   <div id="downlinks"><a href="introduction.html">For Users</a></div> 
    25   <div id="downlinks"><a href="developer.html">For Developers</a></div> 
    26   <div id="downlinks"><a href="donate.html">Donate!</a></div> 
    27   <div style="clear:left; background-color:#f0f0f0;height:5px;"><PRE></PRE> 
    28   </div> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  
     2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
     4<head> 
     5<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 
     6<title>BitTorrent.org</title> 
     7<link rel="stylesheet" type="text/css" href="./css/screen.css" media="screen" /> 
     8</head> 
     9<body id="www-bittorrent-org"> 
     10<div id="upper" class="clear"> 
     11<div id="wrap"> 
     12<div id="header"> 
     13<h1><a href="./index.html">BitTorrent<span>.org</span></a></h1> 
    2914</div> 
    30 <!-- DOWNLINK ENDS --> 
    31  
    32 <!-- CONTENT STARTS --> 
    33  
    34  
    35 <div id="content" align="justify"> 
    36   <p> 
    37   The BitTorrent Community Forum is dedicated to nuturing the 
    38   BitTorrent community by serving as a place for users and developers 
    39   to share information about the BitTorrent protocol suite and the 
    40   open-source reference implementation. 
    41   </p> 
    42    
    43   <!--For a few words from the BitTorrent inventor, go to <a 
    44   href="blog">Bram Cohen's blog</a>.--> 
    45  
    46   <p><span class="header">For users:</span></p> 
    47   <ul> 
    48     <li><a href="introduction.html">Introduction </a></li> 
    49   </ul> 
    50   <p class="header">For developers: </p>         
    51   <ul> 
    52     <li><a href="protocol.html">BitTorrent protocol specification </a></li> 
    53     <li><a href="developer.html"> For Developers </a> </li> 
    54   </ul> 
    55   <p class="header">For academics: </p> 
    56   <ul>   
    57     <li><a href="http://www.bittorrent.com/bittorrentecon.pdf">BitTorrent Economics Paper </a> (PDF) </li> 
    58   </ul> 
    59   </div> 
    60  
    61 <!-- CONTENT ENDS --> 
     15<div id="nav"> 
     16<ul> 
     17<li><span>Home</span></li> 
     18<li><a href="./introduction.html">For Users</a></li> 
     19<li><a href="./developer.html">For Developers</a></li> 
     20<!-- <li><a href="./blog.html">Blog</a></li> --> 
     21<!-- <li><a href="./donate.html">Donate!</a></li> --> 
     22</ul> 
    6223</div> 
    63 <!-- LEFT ENDS --> 
    64  
    65 <!-- FOOTER STARTS --> 
    66 <div class="dashlines"> 
    67 <br>Copyright &copy 2006 bittorrent.org </A> 
     24<!-- ### Begin Content ### --> 
     25<div id="intro"> 
     26<p><strong>BitTorrent.org</strong> is a forum for developers to exchange ideas about the direction of the BitTorrent protocol.</p> 
    6827</div> 
    69 <!-- FOOTER ENDS --> 
    70 </body></html> 
     28<div id="home-l"> 
     29<h2>For Users</h2> 
     30<ul> 
     31<li><a href="./introduction.html">Introduction</a></li> 
     32</ul> 
     33</div> 
     34<div id="home-c"> 
     35<h2>For Developers</h2> 
     36<ul> 
     37<li><a href="./fast_extensions.html">New - Fast Protocol Extensions</a></li> 
     38<li><a href="./protocol.html">BitTorrent Protocol Specification</a></li> 
     39<li><a href="./developer.html">For Developers</a></li> 
     40</ul> 
     41</div> 
     42<div id="home-r"> 
     43<h2>For Researchers</h2> 
     44<ul> 
     45<li><a href="./bittorrentecon.pdf">BitTorrent Economics Paper</a>  
     46(PDF)</li> 
     47</ul> 
     48</div> 
     49<!-- ### End Content ### --> 
     50</div> 
     51</div> 
     52<div id="footer"> 
     53<hr /> 
     54<p>Copyright © 2006 BitTorrent.org</p> 
     55</div> 
     56</body> 
     57</html> 
Note: See TracChangeset for help on using the changeset viewer.