From fc0a25acc9a08c3e67c1d6b3859f7831616c1d0b Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 21 Jul 2011 18:48:54 +0200 Subject: [PATCH 1/3] updated README --- README | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README b/README index 8ba8d6d0..81292930 100644 --- a/README +++ b/README @@ -4,17 +4,15 @@ Official project site for 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 = +## 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 + 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 # +## Overview ## - library/ewsgi: Eiffel Web Server Gateway Interface From a7a27bee0a555129f3dc11db38642a783227ddbc Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 21 Jul 2011 18:59:27 +0200 Subject: [PATCH 2/3] updated README --- README | 19 +------------------ README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 18 deletions(-) mode change 100644 => 120000 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 81292930..00000000 --- a/README +++ /dev/null @@ -1,18 +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? ## - - 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 - diff --git a/README b/README new file mode 120000 index 00000000..42061c01 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..8bda4594 --- /dev/null +++ b/README.md @@ -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 From acd395376a25188d287be52f18b5dde7740371a1 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 21 Jul 2011 19:06:04 +0200 Subject: [PATCH 3/3] sync --- doc/wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wiki b/doc/wiki index e1120040..c7f4f45f 160000 --- a/doc/wiki +++ b/doc/wiki @@ -1 +1 @@ -Subproject commit e1120040bbe843cc4d67e14b0b52fe580a466d6b +Subproject commit c7f4f45f5eab34092d633f9e9bca52a8e9f33a90