From 2c401de1815dfee18aafc35fecf7e70d61cceacd Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 27 May 2014 16:39:23 -0400 Subject: [PATCH] translated README file to Markdown --- README.md | 31 +++++++++++++++++++++++++++++++ README.txt | 33 --------------------------------- 2 files changed, 31 insertions(+), 33 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 000000000..b9da9e863 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# MITREid Connect +--- + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mitre/openid-connect-parent) [![Travis CI](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server.svg?branch=master)](https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server) + +This project contains an OpenID Connect reference implementation in Java on the Spring platform, including a functioning [server library](openid-connect-server), [deployable server package](openid-connect-server-webapp), [client (RP) library](openid-connect-client), and general [utility libraries](openid-connect-common). The server can be used as an OpenID Connect Identity Provider as well as a general-purpose OAuth 2.0 Authorization Server. + +More information about the project can be found: + +* [The project homepage on GitHub (with related projects)](https://github.com/mitreid-connect/) +* [Full documentation](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki) +* [Documentation for the Maven project and Java API](http://mitreid-connect.github.com/) +* [Issue tracker (for bug reports and support requests)](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues) +* The mailing list for the project can be found at `mitreid-connect@mit.edu`, with [archives available online](https://mailman.mit.edu/mailman/listinfo/mitreid-connect). + + +The authors and key contributors of the project include: + +* [Justin Richer](https://github.com/jricher/) +* [Amanda Anganes](https://github.com/aanganes/) +* [Michael Jett](https://github.com/jumbojett/) +* [Michael Walsh](https://github.com/nemonik/) +* [Steve Moore](https://github.com/srmoore) +* [Mike Derryberry](https://github.com/mtderryberry) +* [William Kim](https://github.com/wikkim) + + + + +Copyright ©2014, [The MITRE Corporation](http://www.mitre.org/) + and the [MIT Kerberos and Internet Trust Consortium](http://kit.mit.edu/). Licensed under the Apache 2.0 license, for details see `LICENSE.txt`. diff --git a/README.txt b/README.txt deleted file mode 100644 index 41b58d9af..000000000 --- a/README.txt +++ /dev/null @@ -1,33 +0,0 @@ -An OpenID Connect reference implementation in Java on the Spring platform. For license information see LICENSE.txt. - -This code includes a functioning server (IdP) and client (RP) as well as utility libraries. - -The project homepage on GitHub is: - - https://github.com/mitreid-connect/ - -Full documentation can be found online: - - https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki - -Documentation for the Maven project and Java API can be found at: - - http://mitreid-connect.github.com/ - -Issues can be reported at: - - https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues - -The mailing list for the project can be found at mitreid-connect@mit.edu, with archives available online: - - https://mailman.mit.edu/mailman/listinfo/mitreid-connect - - - -Authors: Justin Richer, Amanda Anganes, Michael Walsh, Michael Jett, Steve Moore, Mike Derryberry, William Kim - - - - -Copyright 2014, The MITRE Corporation (http://www.mitre.org/) - and the MIT Kerberos and Internet Trust Consortium (http://kit.mit.edu/)