Changeset 1367

Show
Ignore:
Timestamp:
04/03/08 18:41:43 (5 months ago)
Author:
taher
Message:

=

Files:

Legend:

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

    r1366 r1367  
    2121      <table id="container-table" > 
    2222        <tr> 
    23           <td id="container-logo" onclick="window.location='/';">&nbsp;&nbsp;&nbsp;</td> 
     23          <td id="container-logo" onclick="window.location='/';" onMouseOver="title='Home!'">&nbsp;&nbsp;&nbsp;</td> 
    2424          <td id="container-nav"> 
    2525            <ul id="nav"> 
    26               <li><a href="/downloads.html">Download!</a></li> 
    27                     <li><a href="/doc">Documentation</a></li> 
    28               <li><a href="/contribute.html">Contribute</a></li> 
    29               <li><a href="/bounties.html">Bounties</a></li> 
    30               <li><a href="/logos.html">Logos</a></li> 
     26              <li><a href="/downloads.html" title="Download Cherokee now!">Download!</a></li> 
     27                    <li><a href="/doc" title="Cherokee's online documentation">Documentation</a></li> 
     28              <li><a href="/contribute.html" title="Join the Community!">Contribute</a></li> 
     29              <li><a href="/bounties.html" title="1)Have fun! 2)Improve Cherokee! 3)Profit! ;)">Bounties</a></li> 
     30              <li><a href="/logos.html" title="Cherokee branding">Logos</a></li> 
    3131            </ul> 
    3232          </td> 
  • web/Makefile

    r1364 r1367  
    88logos.html       \ 
    99svn.html         \ 
    10 experiments.html 
     10experiments.html \ 
     11license.html 
    1112 
    1213.php.html: 
  • web/bounties.php

    r1366 r1367  
    55<table><tr><td> 
    66         Bounty hunting is a way of having fun and earning money while working on a Free Software project. 
    7          <p>This initiative provides a number of tasks we would like to get done in the future releases. Each task has an associated prize. If you implement any of them, you will earn the bounty. Isn't it a wonderful way to have fun and earn money at the same time?</p> 
    8          <p>This is an initiative we are going to keep running on the Cherokee project. As long as your contributions help to improve the project quality and its diffusion, we will try to pay you back! </p> 
    9          <p> Be tuned, we will keep publishing new bounties.</p> 
     7         <p>This initiative provides a number of tasks we would like to get done for future releases. Each task has an associated prize. If you implement any of them, you will earn the bounty. Isn't it a wonderful way to have fun and earn money at the same time?</p> 
     8         <p>This is an initiative we are going to keep running on the Cherokee project. As long as your contributions help to improve the project's quality and its diffusion, we will try to pay you back! </p> 
     9         <p>Be tuned, we will keep publishing new bounties.</p> 
    1010    </td><td> 
    1111         <img src="/images/money-stacked-small.png" width="164" height="131" hspace="6" alt="Image" title="Image" border="0" /> 
     
    1515<table colspan="10"> 
    1616  <tr bgcolor="#8899AA"><td><b>Task</b></td><td><b>Description</b></td><td><b>Bounty</b></td><td><b>Funder</b></td></tr> 
    17   <tr> 
    18     <td bgcolor="#DDEEDD" valign="top"><b>FastCGI support</b></td> 
    19     <td bgcolor="#EEEEDD">There is work in progress to support FastCGI on Cherokee. With this task we want to ensure that Cherokee has excelent FastCGI support as soon as possible. It has to support:   
    20          <ul> 
    21            <li>Unix sockets and TCP sockets</li> 
    22            <li>Spawning new servers</li> 
    23            <li>Round Robin between servers</li> 
    24            <li>Some QA tests to ensure it works</li> 
    25          </ul> 
    26     </td> 
    27     <td bgcolor="#FFFFBB"><b>&#36; 700</b> USD</td> 
    28     <td>DynDNS</td> 
    29   </tr> 
    3017  <tr> 
    3118    <td bgcolor="#DDEEDD" valign="top"><b>Traffic Shaping</b></td> 
     
    5138<ul> 
    5239  <li>Take a look at the task list</li> 
    53   <li>Take a look at the <a href="/contributing">Contributing</a> section, you will have to follow the rules described on it in order to contribute your patches.</li> 
     40  <li>Take a look at the <a href="/contribute.html">Contributing</a> section, you will have to follow the rules described on it in order to contribute your patches.</li> 
    5441  <li>If there are any on which you would like to work, it would be interesting to hear from you on the <a href="http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee">mail list</a> in order to let people know that you are interested.</li> 
    5542  <li>When you compleate your patch, send it to the mail list.  The patch will be publicaly reviewed, and we will check it there.  At this point, if your patch is accepted, the funding company will send you the bounty money. If there was something wrong with the patch you will need to fix it and send it again.</li> 
     
    6148 
    6249<h1>Supporters</h1> 
    63 <p>This bounty hunting is supported by some of <a href="/partners">our partners</a>. They are happy with Cherokee and this is their way of supporting the project.  <br />Thank you!!</p> 
     50<p>This bounty hunting is supported by some of <a href="/partners.html">our partners</a>. They are happy with Cherokee and this is their way of supporting the project.  <br />Thank you!!</p> 
    6451 
    6552<!-- FOOTER begins --> 
  • web/contribute.php

    r1366 r1367  
    77  You can access the Cherokee source code using the following methods:</p> 
    88<ul> 
    9   <li><strong><a href="/svn">SVN repository</a></strong></li> 
    10   <li><strong><a href="/downloads">Download section</a><br /></strong></li> 
     9  <li><strong><a href="/svn.html">SVN repository</a></strong></li> 
     10  <li><strong><a href="/downloads.html">Download section</a><br /></strong></li> 
    1111</ul> 
    1212<p></p> 
     
    1414<h2>How to contribute</h2> 
    1515<p>Before we can incorporate significant contributions, certain legal requirements must be met. Basically you have to make a copyright assignment to the project main developer.  Small changes can be accepted without a copyright disclaimer or a copyright assignment.</p> 
    16 <p>The project is Free Software licensed under the GPL, this is just a legal issue, but anyway please read the <a href="/license">license documentation</a>, prior to contributing anything.</p> 
     16<p>The project is Free Software licensed under the GPL, this is just a legal issue, but anyway please read the <a href="/license.html">license documentation</a>, prior to contributing anything.</p> 
    1717 
    1818<h2>Report Bugs</h2> 
  • web/experiments.php

    r1366 r1367  
    88<p><a href="http://www.alobbs.com/photolog/acj"><img border="0" src="http://www.alobbs.com/albums/albun26/acj.thumb.jpg" /></a>   <a href="http://www.alobbs.com/photolog/ack"><img border="0" src="http://www.alobbs.com/albums/albun26/ack.thumb.jpg" /></a></p> 
    99 
    10 <h2>u-Cherokee in a remoted control car</h2> 
     10<h2>u-Cherokee in a RC car</h2> 
    1111<p><a href="http://alobbs.com/modules.php?set_albumName=cherokee&#038;id=IM015006&#038;op=modload&#038;name=gallery&#038;file=index&#038;include=view_photo.php"><img border="0" src="http://www.alobbs.com/albums/cherokee/IM015006.thumb.jpg" />   </a><a href="http://alobbs.com/modules.php?set_albumName=cherokee&#038;id=IM015009&#038;op=modload&#038;name=gallery&#038;file=index&#038;include=view_photo.php"><img border="0" src="http://www.alobbs.com/albums/cherokee/IM015009.thumb.jpg" /></a>   <a href="http://alobbs.com/modules.php?set_albumName=cherokee&#038;id=IM015010&#038;op=modload&#038;name=gallery&#038;file=index&#038;include=view_photo.php"><img border="0" src="http://www.alobbs.com/albums/cherokee/IM015010.thumb.jpg" /></a></p> 
    1212 
  • web/index.php

    r1363 r1367  
    77    <div class="message"> 
    88      <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> 
    9     <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> 
     9    <div class="links"><a href="/media.html"><b>Media &#038; Contact</b></a> &bull; <a href="/partners.html">Partners</a> &bull; <a href="/benchmarks.html">Benchmarks</a> &bull; <a href="/planet">Planet</a> </div> 
    1010  </div> 
    1111</div> 
     
    1313<div class="twobars clearfix"> 
    1414  <div class="left50"> 
    15     <div class="index-section download" onclick="window.location = '/downloads';"> 
    16          <h2><a href="/downloads">Get Cherokee!</a></h2> 
    17          <p><a href="/downloads">Download the latest release!</a> 
     15    <div class="index-section download" onclick="window.location = '/downloads.html';"> 
     16         <h2><a href="/downloads.html">Get Cherokee!</a></h2> 
     17         <p><a href="/downloads.html">Download the latest release!</a> 
    1818      </p> 
    1919    </div> 
     
    2323    </div> 
    2424    <div class="index-section community" onclick="window.location = '/devel';"> 
    25          <h2><a href="/devel">Get Involved!</a></h2> 
    26          <p><a href="/devel">Here you can find Mailing Lists, the user map, etc.</a></p> 
     25         <h2><a href="/contribute.html">Get Involved!</a></h2> 
     26         <p><a href="/contribute.html">Here you can find Mailing Lists, the user map, etc.</a></p> 
    2727    </div> 
    2828  </div> 
  • web/svn.php

    r1366 r1367  
    2929<p>If you have write access in the Cherokee SVN repository I assume you know how to use it properly. If not, <a href="http://svnbook.red-bean.com/" target="_self">read this book</a>.</p> 
    3030<h2>Subversion Commits Mailing List</h2> 
    31 <p>We also have a mailing list set up that will notify you when new commits are made. Join cherokee-commits@cherokee-project.com by enteting you email address at the <a href="http://www.cherokee-project.com/cgi-bin/mailman/listinfo/cherokee-commits">subscription page</a>. Then you'll know when to update.</p> 
     31<p>We also have a mailing list set up that will notify you when new commits are made. Join cherokee-commits@cherokee-project.com by entering your email address at the <a href="http://www.cherokee-project.com/cgi-bin/mailman/listinfo/cherokee-commits">subscription page</a>. Then you'll know when to update.</p> 
    3232 
    3333<!-- FOOTER begins -->