diff --git a/DONATIONS.md b/DONATIONS.md index 56e85886..5a9474a6 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -56,8 +56,7 @@ Some of the benefits are listed here: *ANONYMOUS* donated 356 EUR, last anonymous donation at March 22 of 2017 - -> The names, shown at the [supporters](https://github.com/kataras/iris#heroes-) list, are sorted by **date** and **NOT by the amount** of the donation. +> The names, shown at the [legends](https://github.com/kataras/iris#legends-) list, are sorted by **date** and **NOT by the amount** of the donation. > *ANONYMOUS*: People who donate but don't want to be shown here. *ANONYMOUS* are listed as one group instead of an individual entry, in order to protect their exact date of their donation. diff --git a/README.md b/README.md index 88eb730d..acd705ec 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,21 @@ -

- +

- - + Navigate to http://support.iris-go.com -
- -Iris is an efficient and well-designed toolbox with robust set of features.
Write your own -perfect high-performance web applications with unlimited potentials. -
- -If you're coming from Node.js world, this is the expressjs equivalent for the Go Programming Language. -
Build Status http://goreportcard.com/report/kataras/iris Iris support forum -Built with GoLang CHANGELOG/HISTORY -
Examples for new Gophers Docs Chat Buy me a cup of coffee - +
+Iris is an efficient and well-designed, cross-platform, web framework with robust set of features. Build your own high-performance web applications and APIs powered by unlimited potentials and portability. +If you're coming from Node.js world, this is the expressjs successor for the Go Programming Language. +

This benchmark measures results from 'real-world' instead of 'hello-world' application source code. | Last Update At: July 21, 2016. | Shows: Processing Time Horizontal Graph. | Who did Transparency:  Third-party source | Iris version: these benchmark results are totally valid for v5. | New (go 1.8 + iris.v6) benchmarks will be published on the next techempower's fortune! diff --git a/doc.go b/doc.go index 020b6d2e..d2fc69f4 100644 --- a/doc.go +++ b/doc.go @@ -19,9 +19,9 @@ // SOFTWARE. /* -Package iris provides efficient and well-designed tools with robust set of features to -create your own perfect high performance web application -with unlimited potentials and portability. +Package iris is a web framework which provides efficient and well-designed +tools with robust set of features to create your awesome and +high-performance web application powered by unlimited potentials and portability. Source code and other details for the project are available at GitHub: diff --git a/iris.go b/iris.go index 0833d02d..490a8616 100644 --- a/iris.go +++ b/iris.go @@ -1,11 +1,17 @@ -// Package iris provides efficient and well-designed tools with robust set of features to -// create your own perfect high performance web application -// with unlimited potentials and portability. +// Package iris is a web framework which provides efficient and well-designed +// tools with robust set of features to create your awesome and +// high-performance web application powered by unlimited potentials and portability // -// For middleware, template engines, response engines, sessions, websockets, mails, subdomains, -// dynamic subdomains, routes, party of subdomains & routes and more +// For view engines, render engines, sessions, +// websockets, subdomains, automatic-TLS, +// context support with 50+ handy http functions, +// dynamic subdomains, router & routes, +// parties of subdomains & routes, +// access control, typescript compiler, +// basicauth,internalization, logging, +// and much more, // -// visit https://godoc.org/gopkg.in/kataras/iris.v6 +// please visit https://godoc.org/gopkg.in/kataras/iris.v6 package iris import (