From 97063937ffc55fa6cc040a3268b05022013a7390 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <sergey.lyubka@cesanta.com> Date: Mon, 21 Dec 2015 12:13:48 +0100 Subject: [PATCH] Add vanilla forum to forum.cesanta.com PUBLISHED_FROM=bff863108d0fb80a6139ac34be04fb999e18e62e --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1e659c3fa..41628b3ee 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # <img src="http://www.cesanta.com/hubfs/www.cesanta.com/Images/mongoose_library.png" width="64" height="64"> Mongoose - Embedded Web Server -[](https://gitter.im/cesanta/mongoose?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -  - -Mongoose is ideal for embedded environments, it has been designed as an open -source platform for connecting devices and bringing them online. +Mongoose is ideal for embedded environments. It has been designed +for connecting devices and bringing them online. [Mongoose](https://www.cesanta.com/products) has been on the market since 2004 and attracted over 1 million cumulative downloads. @@ -16,7 +13,10 @@ network protocols or scalable network applications with little effort. Mongoose helps developers to manage the complexity of network programming and let them concentrate on the logic, saving time and money. -[Download Mongoose Source Code here](http://hubs.ly/H01bWvx0) +- [Download Mongoose Source Code here](http://hubs.ly/H01bWvx0) +- [Ask questions on support forum](http://forum.cesanta.com/index.php?p=/categories/mongoose) +- [Read User Guide and API reference](https://docs.cesanta.com/mongoose) +- [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples) > Nothing overdone. Nothing less. So unbelievably easy to use. > Just how good software should be! -- Pritin Tyagaraj, SAP @@ -42,12 +42,6 @@ and let them concentrate on the logic, saving time and money. files to your build tree * Extensively tested and production-ready, trusted by many blue chip businesses -# Examples & Documentation - -- [User Guide](https://docs.cesanta.com/mongoose) - Detailed User Guide and API reference -- [examples](examples) - Collection of well-commented examples. To build any example, -go into respective directory and type `make` - # Dashboard Example Mongoose is often used to implement device dashboards and real-time -- GitLab