release v0.1
This commit is contained in:
13
README.md
13
README.md
@@ -1,5 +1,7 @@
|
|||||||
# Eiffel Web Framework
|
# Eiffel Web Framework
|
||||||
|
|
||||||
|
## Version: v0.1
|
||||||
|
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
@@ -46,7 +48,7 @@ An alternative to the last 2 instructions is to use the script from tools folder
|
|||||||
* connectors: various web server connectors for EWSGI
|
* connectors: various web server connectors for EWSGI
|
||||||
* libfcgi: Wrapper for libfcgi SDK
|
* libfcgi: Wrapper for libfcgi SDK
|
||||||
* __wsf__: Web Server Framework [read more](library/server/wsf)
|
* __wsf__: Web Server Framework [read more](library/server/wsf)
|
||||||
* __router__: URL dispatching/routing based on uri, uri_template, or custom [read more](library/server/wsf/router)
|
* include URL dispatching/routing based on uri, uri_template, or custom [read more](library/server/wsf/router)
|
||||||
|
|
||||||
### protocol
|
### protocol
|
||||||
* __http__: HTTP related classes, constants for status code, content types, ... [read more](library/protocol/http)
|
* __http__: HTTP related classes, constants for status code, content types, ... [read more](library/protocol/http)
|
||||||
@@ -59,16 +61,15 @@ An alternative to the last 2 instructions is to use the script from tools folder
|
|||||||
### text
|
### text
|
||||||
* __encoder__: Various simpler encoders: base64, url-encoder, xml entities, html entities [read more](library/text/encoder)
|
* __encoder__: Various simpler encoders: base64, url-encoder, xml entities, html entities [read more](library/text/encoder)
|
||||||
|
|
||||||
### crypto
|
|
||||||
* eel
|
|
||||||
* eapml
|
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
* error: very simple/basic library to handle error
|
* error: very simple/basic library to handle error
|
||||||
|
|
||||||
## External libraries under 'contrib'
|
## External libraries under 'contrib'
|
||||||
* [Eiffel Web Nino](contrib/library/server/nino)
|
* [Eiffel Web Nino](contrib/library/server/nino)
|
||||||
* ..
|
* contrib/ise_library/cURL
|
||||||
|
* contrib/ise_library/math/eapml
|
||||||
|
* contrib/ise_library/text/encryption/eel
|
||||||
|
* contrib/library/text/parser/json
|
||||||
|
|
||||||
## Draft folder = call for contribution ##
|
## Draft folder = call for contribution ##
|
||||||
### library/server/request ###
|
### library/server/request ###
|
||||||
|
|||||||
1
VERSION.txt
Normal file
1
VERSION.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Version v0.1
|
||||||
Reference in New Issue
Block a user