Prepare PR for adding AngleSharp to .NET Foundation

This commit is contained in:
Florian Rappl 2019-04-27 22:15:47 +02:00
Родитель e354665b81
Коммит d499d01701
2 изменённых файлов: 29 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,11 @@ Please visit [dotnetfoundation.org](https://dotnetfoundation.org) for more infor
There are many projects under the stewardship of the .NET Foundation. The [full list of projects](https://dotnetfoundation.org/projects?type=project) is provided on the .NET Foundation site. The projects on GitHub are listed below, categorized by contributing company or individual.
**AngleSharp**
- [AngleSharp](https://github.com/AngleSharp/AngleSharp)
- [(and more)](https://github.com/AngleSharp)
**App vNext**
- [Polly](https://github.com/App-vNext/Polly)

24
projects/anglesharp.md Normal file
Просмотреть файл

@ -0,0 +1,24 @@
# AngleSharp
[AngleSharp](https://anglesharp.github.io/) is a .NET Browser Engine Core, which represents the basis for modern web tooling available to .NET applications in form of a .NET Standard library. The library contains a fully implemented HTML5 parser and a dynamic DOM implementation that can be traversed using L4 query selectors. AngleSharp fully follows the W3C specification and WHATWG references to ensure a maximum compatibility with evergreen browsers.
AngleSharp's eco-system also features extension libraries such as an integrated CSS3 parser, XPath support, or an experimental JavaScript engine.
The long term vision for AngleSharp is provide all the building blocks for downloading, inspecting, running, and rendering standard web assets within .NET applications.
## Project Details
* [Project Info Site](https://anglesharp.github.io)
* [Project Code Site](https://github.com/AngleSharp)
* Project License Type: [MIT](https://github.com/AngleSharp/AngleSharp/blob/master/LICENSE)
* Project Main Contact: [Florian Rappl](https://github.com/FlorianRappl)
## Quicklinks
* [Blog](https://anglesharp.github.io/blog.html)
* [Issues](https://github.com/AngleSharp/AngleSharp/issues)
* [Contribute](https://github.com/AngleSharp/AngleSharp/blob/devel/.github/CONTRIBUTING.md)
* [Documentation](https://anglesharp.github.io/docs.html)
* [Discussions and Help](https://gitter.im/AngleSharp/AngleSharp)
* [Florian's blog](https://florian-rappl.de)
* Twitter: [@FlorianRappl](https://twitter.com/FlorianRappl)