Fix up links in more project pages.
This commit is contained in:
Родитель
12b5a5efaf
Коммит
72928ba18a
|
@ -5,11 +5,11 @@ The [Microsoft® .NET Micro Framework](https://netmf.codeplex.com/) combines the
|
|||
The Microsoft .NET Micro Framework SDK supports development of code, including device I/O, in the C# language using a subset of the .NET libraries, and is fully integrated with the Microsoft Visual Studio® development environment. The .NET Micro Framework class library supports all major namespaces and types from the desktop framework, managed drivers support, Remote Firmware Updates and Cryptographic functions for Secure Devices.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: https://netmf.codeplex.com/
|
||||
* Project Code Site: https://netmf.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](https://netmf.codeplex.com/)
|
||||
* [Project Code Site](https://netmf.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [Apache License 2.0](https://netmf.codeplex.com/license)
|
||||
* Project Main Contact: [Steve Maillet](https://www.codeplex.com/site/users/view/smaillet_ms)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: https://netmf.codeplex.com/documentation
|
||||
* [Documentation](https://netmf.codeplex.com/documentation)
|
|
@ -3,12 +3,12 @@
|
|||
Hadoop is an elastic, distributed, schemaless data processing platform, ideal for complex data that require sophisticated parsing and interpretation. Those familiar with C#, VB.NET, or any other .NET language can now leverage the platform using the [Microsoft .NET SDK for Hadoop](http://hadoopsdk.codeplex.com/).
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://hadoopsdk.codeplex.com/
|
||||
* Project Code Site: http://hadoopsdk.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](http://hadoopsdk.codeplex.com/)
|
||||
* [Project Code Site](http://hadoopsdk.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [Apache License 2.0](http://hadoopsdk.codeplex.com/license)
|
||||
* Project Main Contact: [Matt Winkler](https://www.codeplex.com/site/users/view/mwinkle)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: http://hadoopsdk.codeplex.com/documentation
|
||||
* Discussions: http://hadoopsdk.codeplex.com/discussions
|
||||
* [Documentation](http://hadoopsdk.codeplex.com/documentation)
|
||||
* [Discussions](http://hadoopsdk.codeplex.com/discussions)
|
|
@ -3,18 +3,19 @@
|
|||
[Entity Framework (EF)](http://entityframework.codeplex.com/) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Entity Framework is actively developed by the Entity Framework team which is assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are dedicated to creating the best possible data access experience for .NET developers.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://entityframework.codeplex.com/
|
||||
* Project Code Site: http://entityframework.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](http://entityframework.codeplex.com/)
|
||||
* [Project Code Site](http://entityframework.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [Microsoft Public License (Ms-PL)](http://entityframework.codeplex.com/license)
|
||||
* Project Main Contact: [Rowan Miller](http://www.codeplex.com/site/users/view/RoMiller)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Contribute: http://entityframework.codeplex.com/wikipage?title=Contributing
|
||||
* Documentation:
|
||||
* http://msdn.com/data/ef
|
||||
* http://entityframework.codeplex.com/documentation
|
||||
* Facebook: https://www.facebook.com/efmagicunicorns
|
||||
* Twitter: https://twitter.com/efmagicunicorns
|
||||
* Discussions: http://entityframework.codeplex.com/discussions
|
||||
* Blog: http://blogs.msdn.com/adonet
|
||||
* [Contribute](http://entityframework.codeplex.com/wikipage?title=Contributing)
|
||||
* [Facebook](https://www.facebook.com/efmagicunicorns)
|
||||
* [Twitter](https://twitter.com/efmagicunicorns)
|
||||
* [Discussions](http://entityframework.codeplex.com/discussions)
|
||||
* [Blog](http://blogs.msdn.com/adonet)
|
||||
|
||||
### Documentation:
|
||||
* <http://msdn.com/data/ef>
|
||||
* <http://entityframework.codeplex.com/documentation>
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
[MailKit](https://github.com/jstedfast/MailKit) is a cross-platform .NET mail client library with support for IMAP, POP3, and SMTP.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: https://github.com/jstedfast/MailKit
|
||||
* Project Code Site: https://github.com/jstedfast/MailKit
|
||||
* [Project Info Site](https://github.com/jstedfast/MailKit)
|
||||
* [Project Code Site](https://github.com/jstedfast/MailKit)
|
||||
* Project License Type: [MIT](https://github.com/jstedfast/MailKit/blob/master/License.md)
|
||||
* Project Main Contact: [Jeffrey Stedfast](jeff@xamarin.com)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Contribute: https://github.com/jstedfast/MailKit#contributing
|
||||
* Documentation: http://jstedfast.github.io/MailKit/docs
|
||||
* Discussions: https://github.com/jstedfast/MailKit/issues
|
||||
* Blog: http://jeffreystedfast.blogspot.com/search/label/mailkit
|
||||
* [Contribute](https://github.com/jstedfast/MailKit#contributing)
|
||||
* [Documentation](http://jstedfast.github.io/MailKit/docs)
|
||||
* [Discussions](https://github.com/jstedfast/MailKit/issues)
|
||||
* [Blog](http://jeffreystedfast.blogspot.com/search/label/mailkit)
|
|
@ -3,12 +3,12 @@
|
|||
The [Managed Extensibility Framework (MEF)](http://mef.codeplex.com/) is a composition layer for .NET that improves the flexibility, maintainability and testability of large applications. MEF can be used for third-party plugin extensibility, or it can bring the benefits of a loosely-coupled plugin-like architecture to regular applications. MEF is a part of the Microsoft .NET Framework, with types primarily under the System.ComponentModel.Composition.* namespaces.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://mef.codeplex.com/
|
||||
* Project Code Site: http://mef.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](http://mef.codeplex.com/)
|
||||
* [Project Code Site](http://mef.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [Microsoft Public License (Ms-PL)](http://mef.codeplex.com/license)
|
||||
* Project Main Contact: [Alok Shriram](http://www.codeplex.com/site/users/view/alokshriram)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: http://mef.codeplex.com/documentation
|
||||
* Discussi ons: http://mef.codeplex.com/discussions
|
||||
* [Documentation](http://mef.codeplex.com/documentation)
|
||||
* [Discussions](http://mef.codeplex.com/discussions)
|
|
@ -3,11 +3,11 @@
|
|||
The [Microsoft Web Protection Library (WPL)](http://wpl.codeplex.com/) is a set of .NET assemblies that help you protect your web sites. The WPL includes AntiXSS that provides a myriad of encoding functions for user input, including HTML, HTML attributes, XML, CSS and JavaScript. WPL also includes the Security Runtime Engine that provides a wrapper around your existing web sites, ensuring that common attack vectors do not make it to your application.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://wpl.codeplex.com/
|
||||
* Project Code Site: http://wpl.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](http://wpl.codeplex.com/)
|
||||
* [Project Code Site](http://wpl.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [Microsoft Public License (Ms-PL)](http://wpl.codeplex.com/license)
|
||||
* Project Main Contact: [Barry Dorrans](http://www.codeplex.com/site/users/view/bdorrans)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Discussions: http://wpl.codeplex.com/discussions
|
||||
* [Discussions](http://wpl.codeplex.com/discussions)
|
|
@ -3,15 +3,15 @@
|
|||
The purpose of the [MVVM Light Toolkit](http://mvvmlight.net/) is to accelerate the creation and development of MVVM applications in WPF, Silverlight, Windows Store (RT), and for Windows Phone.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://mvvmlight.net
|
||||
* Project Code Site: http://mvvmlight.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](http://mvvmlight.net)
|
||||
* [Project Code Site](http://mvvmlight.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [MIT](http://mvvmlight.codeplex.com/license)
|
||||
* Project Main Contact: [Laurent Bugnion](http://www.codeplex.com/site/users/view/lbugnion)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: http://mvvmlight.codeplex.com/documentation
|
||||
* Discussions: http://mvvmlight.codeplex.com/discussions
|
||||
* Blog: http://blog.galasoft.ch/posts/category/mvvm/
|
||||
* [Documentation](http://mvvmlight.codeplex.com/documentation)
|
||||
* [Discussions](http://mvvmlight.codeplex.com/discussions)
|
||||
* [Blog](http://blog.galasoft.ch/posts/category/mvvm/)
|
||||
* Twitter: @LBugnion
|
||||
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
[Katana](http://katanaproject.codeplex.com/) is a flexible set of components for building and hosting OWIN-based web applications. These products are actively developed by the Katana team assigned to the Microsoft Open Tech Hub and in collaboration with a community of open source developers. Together we are dedicated to creating the best possible platform for Web application hosting and development.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://katanaproject.codeplex.com/
|
||||
* Project Code Site: http://katanaproject.codeplex.com/SourceControl/latest#src/
|
||||
* [Project Info Site](http://katanaproject.codeplex.com/)
|
||||
* [Project Code Site](http://katanaproject.codeplex.com/SourceControl/latest#src/)
|
||||
* Project License Type: [Apache License 2.0](http://katanaproject.codeplex.com/license)
|
||||
* Project Main Contact: [Daniel Roth](http://www.codeplex.com/site/users/view/danroth27)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Contribute: http://katanaproject.codeplex.com/wikipage?title=contribute
|
||||
* Documentation: http://katanaproject.codeplex.com/documentation
|
||||
* Discussions: http://katanaproject.codeplex.com/discussions
|
||||
* [Contribute](http://katanaproject.codeplex.com/wikipage?title=contribute)
|
||||
* [Documentation](http://katanaproject.codeplex.com/documentation)
|
||||
* [Discussions](http://katanaproject.codeplex.com/discussions)
|
|
@ -3,13 +3,13 @@
|
|||
The [Salesforce Toolkits](https://github.com/developerforce/Force.com-Toolkit-for-NET) for .NET provide an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: https://github.com/developerforce/Force.com-Toolkit-for-NET
|
||||
* Project Code Site: https://github.com/developerforce/Force.com-Toolkit-for-NET
|
||||
* [Project Info Site](https://github.com/developerforce/Force.com-Toolkit-for-NET)
|
||||
* [Project Code Site](https://github.com/developerforce/Force.com-Toolkit-for-NET)
|
||||
* Project License Type: [New BSD](https://github.com/developerforce/Force.com-Toolkit-for-NET/blob/master/LICENSE )
|
||||
* Project Main Contact: [Wade Wegner](https://github.com/wadewegner)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Contribute: https://github.com/developerforce/Force.com-Toolkit-for-NET#contributing-to-the-repository
|
||||
* Documentation: https://github.com/developerforce/Force.com-Toolkit-for-NET#operations
|
||||
* Discussions: https://github.com/developerforce/Force.com-Toolkit-for-NET/issues
|
||||
* [Contribute](https://github.com/developerforce/Force.com-Toolkit-for-NET#contributing-to-the-repository)
|
||||
* [Documentation](https://github.com/developerforce/Force.com-Toolkit-for-NET#operations)
|
||||
* [Discussions](https://github.com/developerforce/Force.com-Toolkit-for-NET/issues)
|
|
@ -3,13 +3,13 @@
|
|||
[System.Drawing](http://www.mono-project.com/Drawing) is a cross platform open source implementation of Microsoft's System.Drawing namespace used to draw.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://www.mono-project.com/Drawing
|
||||
* Project Code Site: https://github.com/mono/mono/tree/master/mcs/class/System.Drawing
|
||||
* [Project Info Site](http://www.mono-project.com/Drawing)
|
||||
* [Project Code Site](https://github.com/mono/mono/tree/master/mcs/class/System.Drawing)
|
||||
* Project License Type: [MIT](https://github.com/jstedfast/MimeKit/blob/master/License.md)
|
||||
* Project Main Contact: [mono@xamarin.com](mailto:mono@xamarin.com)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Contribute: https://github.com/mono/mono/blob/master/CONTRIBUTING.md
|
||||
* Documentation: http://docs.go-mono.com/?link=N%3aSystem.Drawing
|
||||
* Discussions: http://go-mono.com/forums/
|
||||
* [Contribute](https://github.com/mono/mono/blob/master/CONTRIBUTING.md)
|
||||
* [Documentation](http://docs.go-mono.com/?link=N%3aSystem.Drawing)
|
||||
* [Discussions](http://go-mono.com/forums/)
|
|
@ -3,13 +3,13 @@
|
|||
[Umbraco](http://umbraco.com/) is a free open source Content Management System built on the ASP.NET platform. It has award-winning integration capabilities and supports ASP.NET MVC or Web Forms, including User and Custom Controls, out of the box. Umbraco is strongly supported by both an active and welcoming community of users around the world, and backed up by a rock-solid commercial organization providing professional support and tools.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://umbraco.com/
|
||||
* Project Code Site: https://github.com/umbraco/Umbraco-CMS
|
||||
* [Project Info Site](http://umbraco.com/)
|
||||
* [Project Code Site](https://github.com/umbraco/Umbraco-CMS)
|
||||
* Project License Type: [MIT](https://github.com/umbraco/Umbraco-CMS/blob/7.2.0/LICENSE.md)
|
||||
* Project Main Contacts: [Umbraco Team](http://umbraco.com/about-us/team.aspx)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: http://our.umbraco.org/documentation
|
||||
* Discussions and Help: http://our.umbraco.org/forum
|
||||
* Contribute: http://our.umbraco.org/contribute
|
||||
* [Documentation](http://our.umbraco.org/documentation)
|
||||
* [Discussions and Help](http://our.umbraco.org/forum)
|
||||
* [Contribute](http://our.umbraco.org/contribute)
|
|
@ -3,11 +3,11 @@
|
|||
Straight from Microsoft Windows Phone developer platform team - [Windows Phone Toolkit](http://phone.codeplex.com/) provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: http://phone.codeplex.com/
|
||||
* Project Code Site: http://phone.codeplex.com/SourceControl/latest
|
||||
* [Project Info Site](http://phone.codeplex.com/)
|
||||
* [Project Code Site](http://phone.codeplex.com/SourceControl/latest)
|
||||
* Project License Type: [Microsoft Public License (Ms-PL)](http://phone.codeplex.com/license)
|
||||
* Project Main Contact: [Shawn Oster](https://www.codeplex.com/site/users/view/shawnoster)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Discussions: http://social.msdn.microsoft.com/Forums/en-us/wpdevelop/threads
|
||||
* [Discussions](http://social.msdn.microsoft.com/Forums/en-us/wpdevelop/threads)
|
|
@ -3,12 +3,12 @@
|
|||
[Xamarin.Auth](https://github.com/xamarin/Xamarin.Auth/blob/master/License.md) is a cross-platform API for authenticating users and storing their accounts.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: https://github.com/xamarin/Xamarin.Auth
|
||||
* Project Code Site: https://github.com/xamarin/Xamarin.Auth
|
||||
* [Project Info Site](https://github.com/xamarin/Xamarin.Auth)
|
||||
* [Project Code Site](https://github.com/xamarin/Xamarin.Auth)
|
||||
* Project License Type: [Apache License 2.0](https://github.com/xamarin/Xamarin.Auth/blob/master/License.md)
|
||||
* Project Main Contact: [Eric Maupin](https://github.com/ermau)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: https://github.com/xamarin/Xamarin.Auth/blob/master/GettingStarted.md
|
||||
* Discussions: https://github.com/xamarin/Xamarin.Auth/issues
|
||||
* [Documentation](https://github.com/xamarin/Xamarin.Auth/blob/master/GettingStarted.md)
|
||||
* [Discussions](https://github.com/xamarin/Xamarin.Auth/issues)
|
|
@ -3,12 +3,12 @@
|
|||
[Xamarin.Mobile](https://components.xamarin.com/view/xamarin.mobile) is an API for accessing common platform features, such as reading the user's address book and using the camera, across iOS, Android, and Windows Phone. The goal of Xamarin.Mobile is to decrease the amount of platform-specific code needed to perform common tasks in multiplatform apps, making development simpler and faster.
|
||||
|
||||
## Project Details
|
||||
* Project Info Site: https://github.com/xamarin/Xamarin.Mobile
|
||||
* Project Code Site: https://github.com/xamarin/Xamarin.Mobile
|
||||
* [Project Info Site](https://github.com/xamarin/Xamarin.Mobile)
|
||||
* [Project Code Site](https://github.com/xamarin/Xamarin.Mobile)
|
||||
* Project License Type: [Apache License 2.0](https://github.com/xamarin/Xamarin.Mobile/blob/master/LICENSE.md)
|
||||
* Project Main Contact: [Eric Maupin](https://github.com/ermau)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* Documentation: https://github.com/xamarin/Xamarin.Mobile/blob/master/GettingStarted.md
|
||||
* Discussions: https://github.com/xamarin/Xamarin.Mobile/issues
|
||||
* [Documentation](https://github.com/xamarin/Xamarin.Mobile/blob/master/GettingStarted.md)
|
||||
* [Discussions](https://github.com/xamarin/Xamarin.Mobile/issues)
|
Загрузка…
Ссылка в новой задаче