Merge branch 'master' of github.com:jocelyn/Eiffel-Web-Framework
This commit is contained in:
20
README
20
README
@@ -1,20 +0,0 @@
|
||||
Official project site for Eiffel Web Framework:
|
||||
- https://github.com/Eiffel-World/Eiffel-Web-Framework
|
||||
|
||||
For more information please have a look at the related wiki:
|
||||
- https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki
|
||||
|
||||
# How to get the source code? #
|
||||
-
|
||||
= Get the source code =
|
||||
|
||||
- git clone https://github.com/Eiffel-World/Eiffel-Web-Framework.git
|
||||
- cd Eiffel-Web-Framework
|
||||
- git submodule update --init
|
||||
- git submodule foreach git pull origin master
|
||||
- git submodule foreach git checkout master
|
||||
|
||||
# Overview #
|
||||
|
||||
- library/ewsgi: Eiffel Web Server Gateway Interface
|
||||
|
||||
30
README.md
Normal file
30
README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
Official project site for Eiffel Web Framework:
|
||||
* https://github.com/Eiffel-World/Eiffel-Web-Framework
|
||||
|
||||
For more information please have a look at the related wiki:
|
||||
* https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki
|
||||
|
||||
How to get the source code?
|
||||
---------------------------
|
||||
|
||||
git clone https://github.com/Eiffel-World/Eiffel-Web-Framework.git
|
||||
cd Eiffel-Web-Framework
|
||||
git submodule update --init
|
||||
git submodule foreach git pull origin master
|
||||
git submodule foreach git checkout master
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
* library/server/ewsgi: Eiffel Web Server Gateway Interface
|
||||
* library/server/ewsgi/connectors: various web server connectors for EWSGI
|
||||
* library/server/libfcgi: Wrapper for libfcgi SDK
|
||||
|
||||
* library/protocol/http: HTTP related classes, constants for status code, content types, ...
|
||||
* library/protocol/uri_template: URI Template library (parsing and expander)
|
||||
|
||||
* library/error: very simple/basic library to handle error
|
||||
* library/text/encoder: Various simpler encoder: base64, url-encoder, xml entities, html entities
|
||||
|
||||
For more information please have a look at the related wiki:
|
||||
* https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki
|
||||
2
doc/wiki
2
doc/wiki
Submodule doc/wiki updated: e1120040bb...c7f4f45f5e
Reference in New Issue
Block a user