Changeset 2382

Show
Ignore:
Timestamp:
11/12/08 17:07:02 (2 months ago)
Author:
taher
Message:

--

Files:

Legend:

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

    r2273 r2382  
    3131  <div class="right50"> 
    3232    <h2>Latest News</h2> 
     33 
     34<? 
     35//    <div class="latest-item"><a href="/news.html#17">Cherokee 0.11 now has a Reverse Proxy!</a></div> 
     36//    <div class="latest-date">13 November, xx:xx am</div> 
     37?> 
     38    <div class="latest-item"><a href="/news.html#16">Welcome Cherokee Polska!</a></div> 
     39    <div class="latest-date">12 November, 4:51 pm</div> 
    3340    <div class="latest-item"><a href="/news.html#15">Cherokee 0.10.1 released</a></div> 
    34     <div class="latest-date">31 October, 8:01pm</div> 
     41    <div class="latest-date">31 October, 8:01 pm</div> 
    3542    <div class="latest-item"><a href="/news.html#14">Cherokee 0.10.0 is born</a></div> 
    3643    <div class="latest-date">29 October, 1:30 pm</div> 
    3744    <div class="latest-item"><a href="/news.html#13">Cherokee 0.9.4 released</a></div> 
    38     <div class="latest-date">09 October, 1:38pm</div> 
     45    <div class="latest-date">09 October, 1:38 pm</div> 
    3946    <div class="latest-item"><a href="/news.html#12">Cherokee 0.9.2 is out</a></div> 
    40     <div class="latest-date">03 October, 5:18pm</div> 
    41     <div class="latest-item"><a href="/news.html#11">Cherokee 0.9.1 released</a></div> 
    42     <div class="latest-date">29 September, 7:34pm</div> 
     47    <div class="latest-date">03 October, 5:18 pm</div> 
    4348  </div> 
    4449</div> 
  • web/news.php

    r2273 r2382  
    33 
    44<h1>News</h1> 
     5 
     6<? 
     7 
     8/* 
     9 
     10<a name="17"></a> 
     11<div class="blog-entry"> 
     12 <div class="blog-title">Cherokee 0.11 now has a Reverse Proxy!</div> 
     13 <div class="blog-body"> 
     14<p> 
     15Great news! The new Cherokee release is out in the wild. It ships a 
     16couple of new handlers: SSI support and, finally, a state of the art 
     17Reverse Proxy. It also fixes previous issues and comes with lots of 
     18new documentation. Try it out while it's still hot! 
     19</p> 
     20</div> 
     21 <div class="blog-addinfo">13 November, xx:xx am</div> 
     22</div> 
     23*/ 
     24 
     25?> 
     26 
     27<a name="16"></a> 
     28<div class="blog-entry"> 
     29 <div class="blog-title">Welcome Cherokee Polska!</div> 
     30 <div class="blog-body"> 
     31<p> 
     32Great news everybody! Things are going well for the Cherokee Project 
     33Community. The latest arrival is <a 
     34href="http://cherokee-project.pl/">Cherokee Polska</a>. From the main 
     35branch, we sincerely welcome our Polish partners. 
     36</p> 
     37</div> 
     38 <div class="blog-addinfo">12 November, 4:51 pm</div> 
     39</div> 
    540 
    641<a name="15"></a>