summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md38
1 files changed, 32 insertions, 6 deletions
diff --git a/README.md b/README.md
index de07cfa..dc5a3a4 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,39 @@
DotNetOpenAuth
==============
-[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+Dev Build:: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DotNetOpenAuth/DotNetOpenAuth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/develop?svg=true)](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop)
-[![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/develop?svg=true)](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/develop)
-[![Develop - Build status](https://ci.appveyor.com/api/projects/status/fauljiay19x15hn5/branch/master?svg=true)](https://ci.appveyor.com/project/DavidChristiansen/dotnetopenauth-518/branch/master)
+## Summary ##
+The C# implementation of the OpenID, OAuth protocols. Use DotNetOpenAuth to create Identity Providers and Identity Consumers (Relying Parties).
-A C# implementation of the OpenID, OAuth protocols
+The following sample implementations are available:
+* OpenID Provider (MVC / WebForms)
+* OpenID Relying Party (Classic ASP / MVC / WebForms)
+* OpenID Web Ring Provider / Relying Party
+* OAuth Authorisation Server
+* OAuth Resource Server
+* OAuth Service Provider
+* OAuth Client
+* OAuth Consumer (Web/Wpf)
-Samples available:
+All samples are available in the [Samples Repository](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples)
+
+## Credits ##
+DotNetOpenAuth utilises the following open source projects:
+
+- [ASP.NET Web API](https://aspnetwebstack.codeplex.com/)
+- [Katana](https://katanaproject.codeplex.com/)
+- [Autofac](http://autofac.org/)
+- [Json.Net](http://james.newtonking.com/json)
+- [LibLog](https://github.com/damianh/LibLog)
+- [Web Protection Library](https://wpl.codeplex.com/)
+- [XUnit](https://github.com/xunit/xunit)
+- [License Header Manager](https://visualstudiogallery.msdn.microsoft.com/5647a099-77c9-4a49-91c3-94001828e99e)
+
+..and is supported by the following open source friendly companies:
+
+- [JetBrains](http://www.jetbrains.com)
+- [Gitter](http://gitter.im)
+- [Huboard](http://huboard.com)
+- [AppVeyor](http://appveyor.com)
-* [Source](https://github.com/DotNetOpenAuth/DotNetOpenAuth.Samples)