From 533fe25db4503f4a1adfcad7d77aadd773f13475 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 16 Aug 2017 22:56:38 +0300 Subject: [PATCH] Add feature overview in readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 026b224b..dc60ec01 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,20 @@ # The Lounge +Modern web IRC client designed for self-hosting. + [![#thelounge IRC channel on freenode](https://img.shields.io/badge/freenode-%23thelounge-BA68C8.svg)](https://demo.thelounge.chat/) [![npm version](https://img.shields.io/npm/v/thelounge.svg)](https://www.npmjs.org/package/thelounge) [![Travis CI Build Status](https://img.shields.io/travis/thelounge/lounge/master.svg?label=linux+build)](https://travis-ci.org/thelounge/lounge) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/astorije/lounge/master.svg?label=windows+build)](https://ci.appveyor.com/project/astorije/lounge/branch/master) [![Dependencies Status](https://img.shields.io/david/thelounge/lounge.svg)](https://david-dm.org/thelounge/lounge) -The Lounge is a modern web IRC client designed for self-hosting. +## Overview + +* **Modern features brought to IRC.** Link previews, new message markers, ~~push notifications~~ [*(soon!)*](https://github.com/thelounge/lounge/pull/1124), and more bring IRC to the 21st century. +* **Always connected.** Remains connected to IRC servers while you are offline. +* **Cross platform.** It doesn't matter what OS you use, it just works wherever Node.js runs. +* **Responsive interface.** The client works smoothly on every desktop, smartphone and tablet. +* **Synchronized experience.** Always resume where you left off no matter what device. To learn more about configuration, usage and features of The Lounge, take a look at [the website](https://thelounge.github.io).