From 569a587ffdc31fc36d2bfc5ad7eda33dcc05a815 Mon Sep 17 00:00:00 2001 From: Javier Velilla Date: Sat, 28 May 2011 20:15:48 -0300 Subject: [PATCH] Update Readme files --- readme.txt | 31 ++++++++++++++++--------------- src/README | 16 ++++++++++++++-- 2 files changed, 30 insertions(+), 17 deletions(-) diff --git a/readme.txt b/readme.txt index 8c107379..67eb7104 100644 --- a/readme.txt +++ b/readme.txt @@ -1,26 +1,26 @@ Eiffel Nino HTTPD ================= -The code is based on Xebra and Emu Web Server - -TBD: TO BE DONE - -Developed with Eiffel 6.6 -========================= -Test with Eiffel6.7 (TBD) +The code is based on Xebra and Emu Web Server. + + +Goal +======== +HTTPD server for development. + Features -======= -TBD +======= + + Testing -======= -TBD - +======= +The server work fine in Windows and Linux. Run the server and point your browser to one of the following URIs -1) http://localhost:9000 +1) http://localhost:9000/post/index.html 2) http://localhost:9000/demo1/template.html 3) http://localhost:9000/demo2/demo.html 4) http://localhost:9000/example/html/index.html @@ -30,8 +30,9 @@ Run the server and point your browser to one of the following URIs 8) http://localhost:9000/html5/dataset.html Known Issues -============ -TBD +============ + + diff --git a/src/README b/src/README index d84f5358..e1f41fa5 100644 --- a/src/README +++ b/src/README @@ -1,5 +1,17 @@ -Eiffel Web Nino is and HTTPD server. It's a work in progress, so maybe it will be refactored. -The goal of is to provide a simple web server for development (like Java, Python and Ruby provide) +Eiffel Web Nino is an HTTPD server. It's a work in progress, so maybe it will be refactored. +The goal of is to provide a simple web server for development (like Java, Python and Ruby provide). +Eiffel Web Nino Directory Structure (WIP: Work in Progress) +==================================== + src + configuration -- Classes to handle the httpd server configuration, single/multithread setup + io -- Classes to handle the input and output string to/from the server + request -- Classes to handle different types of request. + response + + web_server + test + +