From f56e7737ceea06011d836eba6df560652b23d9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Sat, 22 Jun 2013 13:17:50 +0200 Subject: [PATCH] Update: README --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6ad35ada..149679d0 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,23 @@ beego is a Go Framework which is inspired from tornado and sinatra. It is a simply & powerful web framework. -Have this features: + +## Features * RESTFul support * MVC architecture -* Session support memory/file/redis/mysql -* Cache support memory/redis/memcache +* Session support (store in memory, file, Redis or MySQL) +* Cache support (store in memory, Redis or Memcache) * Global Config * Intelligent routing -* thread safe map -* Friendly error display +* Thread-safe map +* Friendly displaying of errors * Useful template functions -[English Documents](https://github.com/astaxie/beego/tree/master/docs/en) + +## Documentation + +[English](https://github.com/astaxie/beego/tree/master/docs/en) [API](http://gowalker.org/github.com/astaxie/beego) @@ -26,11 +30,12 @@ Have this features: ## LICENSE + beego is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html). -## Use Case +## Use case -- API documentation [gowalker](https://github.com/Unknwon/gowalker) -- CMS [toropress](https://github.com/insionng/toropress) +- Displaying API documentation: [gowalker](https://github.com/Unknwon/gowalker) +- CMS: [toropress](https://github.com/insionng/toropress)