summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-11 14:54:57 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-11 14:54:57 +1300
commit8c5c595cd710b5b726444045133910eed5db08a4 (patch)
tree2ec8bf83c84e80b502eeaee0463d7e9a82a3fba0
parentcf34a8da61e593b94d59f42eb92524689a0a8b71 (diff)
downloadlightdm-git-8c5c595cd710b5b726444045133910eed5db08a4.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..bafa8dd3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+[![Build Status](https://travis-ci.org/CanonicalLtd/lightdm.svg?branch=lightdm-1-24)](https://travis-ci.org/CanonicalLtd/lightdm)
+
+This version of LightDM is supported until October 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.