Added various README.md (using the markdown syntax)

This commit is contained in:
Jocelyn Fiat
2011-11-14 19:00:00 +01:00
parent 137ed3888c
commit 955f73dee9
8 changed files with 72 additions and 2 deletions

View File

@@ -1 +1,13 @@
Simple HTTP client implemented using Eiffel cURL library
# simple HTTP client
## Overview
## Requirements
* Eiffel cURL library
* cURL dynamic libraries in the PATH or the current directory (.dll or .so)
## Usage
## Examples

View File

@@ -0,0 +1,8 @@
# HTTP library
## Overview
## Usage
## Examples

View File

@@ -0,0 +1,8 @@
# URI Template
## Overview
## Usage
## Examples

View File

@@ -0,0 +1,7 @@
# Eiffel Web Server Gateway Interface
## Overview
## Usage
##

View File

@@ -0,0 +1,10 @@
# Router library
## Requirements
* [Web Server Framework](../../wsf)
* [URI Template](../../../protocol/rui_template)
## Overview
## Usage

View File

@@ -0,0 +1,14 @@
# Web Server Framework
User friendly framework to build Eiffel Web server applications.
It is built on top of [EWSGI](../ewsgi/) to benefit from the various EWSGI connectors.
## Requirements
* [EWSGI](../ewsgi)
* [HTTP](../../protocol/http)
## Overview
## Usage
## Examples

View File

@@ -0,0 +1,12 @@
# collection of Encoders
## Overview
## Requirements
* Eiffel encoding libraries
## Usage
## Examples