summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-11 14:53:27 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-11 14:53:27 +1300
commit91ded279e4cb54438a8da9abadf46e92193fa48e (patch)
tree193d7a89cf084494b03fdee564b618c57799a799
parent8c38b514120d9dbe3d4c43b0bb2011556de30a4b (diff)
downloadlightdm-git-lightdm-1-22.tar.gz
Add READMElightdm-1-22
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..ff45de68
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+[![Build Status](https://travis-ci.org/CanonicalLtd/lightdm.svg?branch=lightdm-1-22)](https://travis-ci.org/CanonicalLtd/lightdm)
+
+This version of LightDM is supported until January 2018.
+
+LightDM is a cross-desktop display manager. A display manager is a daemon that:
+- Runs display servers (e.g. X) where necessary.
+- Runs greeters to allow users to pick which user account and session type to use.
+- Allows greeters to perform authentication using PAM.
+- Runs session processes once authentication is complete.
+- Provides remote graphical login options.
+
+Key features of LightDM are:
+- Cross-desktop - supports different desktop technologies.
+- Supports different display technologies (X, Mir, Wayland ...).
+- Lightweight - low memory usage and fast performance.
+- Guest sessions.
+- Supports remote login (incoming - XDMCP, VNC, outgoing - XDMCP, pluggable).
+- Comprehensive test suite.