Have the github pages source in the same branch.

This commit is contained in:
Jocelyn Fiat
2017-02-15 17:06:34 +01:00
parent f66dbc3ad4
commit a90780fde2
90 changed files with 13739 additions and 58 deletions

61
docs/workbook/readme.md Normal file
View File

@@ -0,0 +1,61 @@
---
layout: default
title: readme
base_url: ../../
---
# EWF Workbook
##### Table of Contents
* [EWF Core](#core)
* [EWF Introduction](#introduction)
* [Handling Requests: Form/Query Parameter](#form_query_parameters)
* [Handling Requests: Header Fields](#header_fields)
* [Generating Responses](#generating_responses)
* [Handling Cookies](#handling_cookies)
* [Web User Interface](#wui)
* [EWF Deployment](#deployment)
<a name="core"></a>
# EWF Core
Before reading (or walking throught) the workbook, to get a quick overview of EWF, it is recommended to read the following articles:
* [Getting Started with EWF](http://eiffelwebframework.github.io/EWF/getting-started/)
* [EWF Documentation](http://eiffelwebframework.github.io/EWF/workbook/workbook)
* [EWF Application Lifecyle](https://github.com/EiffelWebFramework/ewf_examples/wiki/Application-Lifecycle)
<a name="introduction"></a>
## Introduction
[Basic Concepts](../basics/basics).
<a name="form_query_parameters"></a>
## Handling Requests: Form/Query Parameter
[Handling Requests: Form/Query Parameter](../handling_request/form).
<a name="header_fields"></a>
## Handling Requests: Header Fields
[Handling Requests: Header Fields](../handling_request/headers).
<a name="generating_responses"></a>
## Generating Response
[Generating Responses](../generating_response/generating_response)
<a name="wui"></a>
## Web User Interface
[Web User Interface](../wui/readme)
<a name="handling_cookies"></a>
## Handling Cookies
[Handling Cookies](../handling_cookies/handling_cookies)
<a name="deployment"></a>
## EWF Deployment
[EWF Deployment](../deployment/readme)