summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-11 14:55:26 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-11 14:55:26 +1300
commitfcf4321891008c7a91be1e1c72917dc52724d28b (patch)
treecd0581091b38966a7dfa3b0534fdc031354cef12
parent9e8049baff1144a5b23e04096625c999630afa63 (diff)
downloadlightdm-git-fcf4321891008c7a91be1e1c72917dc52724d28b.tar.gz
Add README
-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..44f9d4c8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+[![Build Status](https://travis-ci.org/CanonicalLtd/lightdm.svg?branch=lightdm-1-10)](https://travis-ci.org/CanonicalLtd/lightdm)
+
+This version of LightDM is supported until April 2019.
+
+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.