From a9da86d05ccb7026e0900c08d834cadced77272c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sun, 2 Mar 2014 18:28:40 +0000 Subject: [PATCH] Mentioned SSI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ffad45..2e15c6ed 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Mongoose is easy to use, powerful, embeddable web server. # Features - Works on Windows, Mac, UNIX/Linux, iPhone, Android, and many other platforms -- CGI, SSL, Digest auth, Websocket, WEbDAV, Resumed download, URL rewrite, file blacklist, IP-based ACL, Windows service +- CGI, SSI, SSL, Digest auth, Websocket, WEbDAV, Resumed download, URL rewrite, file blacklist, IP-based ACL, Windows service - Scripting and database support ([Lua](http://lua.org) + [Sqlite](http://sqlite.org), see [dirscan.lp](https://github.com/cesanta/mongoose/blob/master/examples/lua/dirscan.lp) ),