Changeset 760

Show
Ignore:
Timestamp:
05/10/07 01:23:22 (1 year ago)
Author:
brian
Message:

fixed up some markdown in the docs and added configuration.md

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee-www/trunk/docs/en/compiling_and_installing.md

    r739 r760  
    99The following requirements exist for building Cherokee: 
    1010 
    11 - __Building tools__: Cherokee is built on the top of the autoconf and automake tools, hence your systems has to have some basic system programs like a sh shell, make and a ANSI C compiler. We have compiled Cherokee in various platforms with different compilers, so it shouldn't be a problem. 
     11 * __Building tools__: Cherokee is built on the top of the autoconf and automake tools, hence your systems has to have some basic system programs like a sh shell, make and a ANSI C compiler. We have compiled Cherokee in various platforms with different compilers, so it shouldn't be a problem. 
    1212 
    13 - __Optional__ 
    14  - Python: Cherokee includes a number of Quality Assurances tests written in Python language. If you are planning to contribute code into the project, or you just want to test everything is working in the server, you will need a Python interpreter installed on your system. 
    15  - TLS libraries: Cherokee support two different SSL/TLS libraries: [OpenSSL](http://www.openssl.org/) and [GNUTLS](http://www.gnu.org/software/gnutls/). If you want to compile Cherokee with secure connections support, you need to have one of that libraries with its development files. 
     13 * __Optional__ 
     14   * Python: Cherokee includes a number of Quality Assurances tests written in Python language. If you are planning to contribute code into the project, or you just want to test everything is working in the server, you will need a Python interpreter installed on your system. 
     15   * TLS libraries: Cherokee support two different SSL/TLS libraries: [OpenSSL](http://www.openssl.org/) and [GNUTLS](http://www.gnu.org/software/gnutls/). If you want to compile Cherokee with secure connections support, you need to have one of that libraries with its development files. 
    1616 
    1717Download 
  • cherokee-www/trunk/docs/en/index.md

    r759 r760  
    66Introduction 
    77------------ 
    8  - [Compiling and Installing](compiling_and_installing) 
    9  - [Configuration](
    10   - [Server configuration](
    11   - [Behavior configuration](
    12    - [Extension configuration](
    13    - [Directory configuration](
    14    - [Request configuration](
    15   - [Mime types configuration](
    16   - [Icons configuration](
    17  - [Authors](
    18  - [Copying and license](
    19  - [Changelog](
     8 * [Compiling and Installing](compiling_and_installing) 
     9 *  [Configuration](configuration
     10  *  [Server configuration](server_configuration
     11  *  [Behavior configuration](behavior_configuration
     12   *  [Extension configuration](extension_configuration
     13   *  [Directory configuration](directory_configuration
     14   *  [Request configuration](request_configuration
     15  *  [Mime types configuration](mime_types_configuration
     16  *  [Icons configuration](icons_configuration
     17 *  [Authors](authors
     18 *  [Copying and license](copying_and_license
     19 *  [Changelog](changelog
    2020 
    2121Handlers 
    2222-------- 
    23  - [File sending](
    24  - [Directory listing](
    25  - [Common behavior](
    26  - [Redirections](
    27  - [CGI executing](
    28  - [PHP execution](
    29  - [SCGI](
    30  - [FastCGI](
     23 *  [File sending](file_sending
     24 *  [Directory listing](directory_listing
     25 *  [Common behavior](common_behavior
     26 *  [Redirections](redirections
     27 *  [CGI executing](cgi_executing
     28 *  [PHP execution](php_executing
     29 *  [SCGI](scgi
     30 *  [FastCGI](fastcgi
    3131 
    3232Other modules 
    3333------------- 
    34  - [Logging system](
    35   - [Combined](
    36   - [NCSA](
    37   - [W3C](
    38  - [Authentication](
    39   - [Htpasswd](
    40   - [Htdigest](
    41   - [Plain text](
    42   - [PAM](
    43  - [Encoders](
    44   - [Gzip](
     34 *  [Logging system](logging_system
     35  *  [Combined](combined
     36  *  [NCSA](ncsa
     37  *  [W3C](w3c
     38 *  [Authentication](authentication
     39  *  [Htpasswd](htpasswd
     40  *  [Htdigest](htdigest
     41  *  [Plain text](plain_text
     42  *  [PAM](pam
     43 *  [Encoders](encoders
     44  *  [Gzip](gzip
    4545 
    4646FAQ 
    4747--- 
    48  - [Frequently asked questions](
     48 * [Frequently asked questions](faq
    4949 
    5050How to: 
    5151------- 
    5252 
    53  - [How to generate SSL keys](
    54  - [How to manage Virtual Host](
    55  - [Ruby on Rails with SCGI](
    56  - [Jaws and Cherokee with FastCGI](
     53 * [How to generate SSL keys](how_to_generate_ssl_keys
     54 * [How to manage Virtual Host](how_to_manage_virtual_host
     55 * [Ruby on Rails with SCGI](ruby_on_rails_with_scgi
     56 * [Jaws and Cherokee with FastCGI](jaws_and_cherokee_with_fastcgi
    5757 
    5858Development 
    5959----------- 
    6060 
    61 We are also working in some sub-project and derivated tools: 
     61We are also working in some sub*project and derivated tools: 
    6262 
    63  - [u-Cherokee]() - an embedded version Cherokee! 
    64  - [cget]() - a downloading tool 
     63 * [u-Cherokee]() * an embedded version Cherokee! 
     64 * [cget]() * a downloading tool