diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-03-04 16:05:34 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-03-04 16:05:34 +0100 |
commit | b5aa1ec64491cf9bb18d1a7dbad1bf4a3953a17c (patch) | |
tree | 7dd5d432b07d48a355fb9fb6ee41ef0b7536d645 /README | |
parent | 3168ba5a8ff1e16603112c896b9e9e8ecac7419f (diff) |
docs: fix links to point to freedesktop.org
kmscon is now hosted on freedesktop.org. Please don't use the github
links, anymore. I will push to github for some more weeks, but I recommend
to everyone to use my freedesktop.org repository as primary upstream link.
There were many reasons why github.com wasn't sufficient, anymore. But the
main reason is that they no longer provide upload space for release
tarballs. Hence, lets ditch github and move to freedesktop.org which
kindly provides everything we need plus a really nice mailing-list.
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -4,6 +4,9 @@ Kmscon is a simple terminal emulator based on linux kernel mode setting (KMS). It is an attempt to replace the in-kernel VT implementation with a userspace console. See kmscon(1) man-page for usage information. +Website: + http://www.freedesktop.org/wiki/Software/kmscon + == Requirements == Kmscon requires the following software: @@ -30,6 +33,11 @@ console. See kmscon(1) man-page for usage information. For multi-seat support you need the following packages: - systemd: Actually only the systemd-logind daemon and library is required. +== Download == + +Released tarballs can be found at: + http://people.freedesktop.org/~dvdhrm/kmscon/releases + == Install == To compile the kmscon binary, run the standard autotools commands: @@ -109,10 +117,10 @@ console. See kmscon(1) man-page for usage information. == FAQ == - Please see http://github.com/dvdhrm/kmscon/wiki + Please see: http://www.freedesktop.org/wiki/Software/kmscon == Contact == This software is maintained by: - David Herrmann <dh.herrmann@googlemail.com> + David Herrmann <dh.herrmann@gmail.com> If you have any questions, do not hesitate to contact one of the maintainers. |