URL: https://github.com/SSSD/sssd/pull/168
Author: jhrozek
 Title: #168: DOC: Deprecate README, add README.md
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/168/head:pr168
git checkout pr168
From 1be5ac07bb6c3338ffe48d8df633ed21c292d408 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Fri, 24 Feb 2017 09:22:20 +0100
Subject: [PATCH] DOC: Deprecate README, add README.md

To make it easier to display the contents of README on the project
homepage, this patch converts the README contents to README.md.

The original README is removed so that we don't maintain two different
sources.

The links to fedorahosted are retained until we migrate the wiki pages.
---
 README    | 43 -------------------------------------------
 README.md | 28 ++++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 43 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
index 189f66f..0000000
--- a/README
+++ /dev/null
@@ -1,43 +0,0 @@
-
-         SSSD - System Security Services Daemon
-         --------------------------------------
-
-  Introduction
-  ------------
-  SSSD provides a set of daemons to manage access to remote directories and
-  authentication mechanisms such as LDAP, Kerberos or FreeIPA. It provides
-  an NSS and PAM interface toward the system and a pluggable backend system
-  to connect to multiple different account sources.
-
-  More information about SSSD can be found on its project page -
-  <http://fedorahosted.org/sssd/>
-
-  Building and installation
-  -------------------------
-  Please see the file BUILD.txt for details
-
-  Documentation
-  -------------
-  The most up-to-date documentation can be found at
-  <http://fedorahosted.org/sssd/wiki/HOWTO_Configure>
-
-  Licensing
-  ---------
-  Please see the file called COPYING.
-
-  Contacts
-  --------
-  There are several ways to contact us:
-
-     * the sssd-devel mailing list:
-       Development of the System Security Services Daemon
-       <https://fedorahosted.org/mailman/listinfo/sssd-devel>
-
-     * the sssd-users mailing list:
-       End-user discussions about the System Security Services Daemon
-       <https://fedorahosted.org/mailman/listinfo/sssd-users>
-
-     * the #sssd and #freeipa IRC channels on freenode:
-       irc://irc.freenode.net/sssd
-       irc://irc.freenode.net/freeipa
-
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..40c88c0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# SSSD - System Security Services Daemon
+
+## Introduction
+SSSD provides a set of daemons to manage access to remote directories and
+authentication mechanisms such as LDAP, Kerberos or FreeIPA. It provides
+an NSS and PAM interface toward the system and a pluggable backend system
+to connect to multiple different account sources.
+
+More information about SSSD can be found on its project page -
+https://pagure.io/SSSD/sssd/
+
+## Building and installation
+Please see the file BUILD.txt for details
+
+## Documentation
+The most up-to-date documentation can be found at https://fedorahosted.org/sssd/wiki/Documentation
+
+## Licensing
+Please see the file called COPYING.
+
+## Contacts
+There are several ways to contact us:
+
+* the sssd-devel mailing list: [Development of the System Security Services Daemon](https://fedorahosted.org/mailman/listinfo/sssd-devel)
+* the sssd-users mailing list: [End-user discussions about the System Security Services Daemon](https://fedorahosted.org/mailman/listinfo/sssd-users)
+* the #sssd and #freeipa IRC channels on freenode:
+  * irc://irc.freenode.net/sssd
+  * irc://irc.freenode.net/freeipa
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to