Changeset 1362

Show
Ignore:
Timestamp:
04/02/08 21:21:55 (6 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • web/HEADER.php

    r1361 r1362  
    1414    <meta name="Description" content="Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and has no dependencies beyond a standard C library. It is embeddable and extensible with plug-ins. It supports on-the-fly configuration by reading files or strings, TLS/SSL (via GNUTLS or OpenSSL), virtual hosts, authentication, cache friendly features, PHP, custom error management, and much more." /> 
    1515     
    16     <link href="/themes/cherokee/cherokee.css" rel="stylesheet" type="text/css" media="all" /> 
    17     <link href="/themes/cherokee/blog.css" rel="stylesheet" type="text/css" media="all" /> 
     16    <link href="/static/cherokee.css" rel="stylesheet" type="text/css" media="all" /> 
     17    <link href="/static/blog.css" rel="stylesheet" type="text/css" media="all" /> 
    1818  </head> 
    1919  <body id="cherokee_body"> 
  • web/index.php

    r1361 r1362  
     1<!-- HEADER --> 
    12<?php include 'HEADER.php'; ?> 
    23 
    3 <p>This is a test.</p> 
    44 
     5<div class="indian-say"> 
     6  <div class="contents"> 
     7    <div class="title">Flexible and Fast Web server</div> 
     8    <div class="message"> 
     9      <strong>Cherokee </strong>is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Apache compatible log files, and much more.</div> 
     10    <div class="links"><a href="/media"><b>Media &#038; Contact</b></a> &bull; <a href="/forum">Forum</a> &bull; <a href="/partners">Partners</a> &bull; <a href="/benchmarks">Benchmarks</a> &bull; <a href="/planet">Planet</a> </div> 
     11  </div> 
     12</div> 
     13 
     14<div class="twobars clearfix"> 
     15  <div class="left50"> 
     16    <div class="index-section download" onclick="window.location = '/downloads';"> 
     17         <h2><a href="/downloads">Get Cherokee!</a></h2> 
     18         <p><a href="/downloads">Download the latest release!</a> 
     19      </p> 
     20    </div> 
     21    <div class="index-section documentation" onclick="window.location = '/doc';"> 
     22         <h2><a href="/doc">Learn more!</a></h2> 
     23         <p><a href="/doc">Cherokee Web Server on-line documentation</a></p> 
     24    </div> 
     25    <div class="index-section community" onclick="window.location = '/devel';"> 
     26         <h2><a href="/devel">Get Involved!</a></h2> 
     27         <p><a href="/devel">Here you can find Mailing Lists, the user map, etc.</a></p> 
     28    </div> 
     29  </div> 
     30   
     31  <div class="right50"> 
     32    <h2>Latest News</h2> 
     33    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/7">cherokee-project.com</a></div> 
     34    <div class="latest-date">28 October, 3:51pm</div> 
     35    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/6">Euskadi Digital on Cherokee</a></div> 
     36    <div class="latest-date">25 May, 1:53am</div> 
     37    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/5">Yahoo on Cherokee</a></div> 
     38    <div class="latest-date">23 February, 3:55pm</div> 
     39    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/4">Tiscali on Cherokee</a></div> 
     40    <div class="latest-date">15 February, 6:58pm</div> 
     41    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/3">Canal Sur Radio on Cherokee</a></div> 
     42    <div class="latest-date">11 January, 12:30pm</div> 
     43    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/2">EL PAIS on Cherokee</a></div> 
     44    <div class="latest-date">6 January, 2:53am</div> 
     45    <div class="latest-item"><a href="http://www.cherokee-project.com/?blog/show/1">Bounty hunting launched!</a></div> 
     46    <div class="latest-date">21 December, 1:34pm</div> 
     47  </div> 
     48</div> 
     49 
     50<!-- FOOTER --> 
    551<?php include 'FOOTER.php'; ?>