From 7409166409822bd3a4ccb677cd6af3c1c54688e3 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 22 Jul 2013 09:30:01 +0100 Subject: [PATCH] Updated readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 586a6b39..a3d1f172 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,12 @@ simplicity by carefully selected list of features: - Liberal, commercial-friendly [MIT license](http://en.wikipedia.org/wiki/MIT_License) - Works on Windows, Mac, UNIX, iPhone, Android, and many other platforms -- Support for CGI, SSL, SSI, Digest (MD5) authorization, Websocket, WEbDAV - Scripting and database support (Lua Server Pages + Sqlite, see [page.lp](https://github.com/valenok/mongoose/blob/master/test/page.lp) ), which provides ready to go, powerful web development platform in one single-click executable with **no dependencies**: forget LAMP! -- Resumed download, URL rewrite, IP-based ACL, Windows service -- Excluding files from serving by URI pattern (file blacklist) +- Support for CGI, SSL, SSI, Digest (MD5) authorization, Websocket, WEbDAV +- Resumed download, URL rewrite, file blacklist, IP-based ACL, Windows service - Download speed limit based on client subnet or URI pattern - Simple and clean embedding API, [mongoose.h](https://github.com/valenok/mongoose/blob/master/mongoose.h).