38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
|
|

|
||
|
|
|
||
|
|
ReadSharp was previously **PocketSharp.Reader** and is now hosted without the [PocketSharp](https://github.com/ceee/PocketSharp) dependency.
|
||
|
|
|
||
|
|
## What's it all about?
|
||
|
|
|
||
|
|
The library extracts the main content of a website and returns the extracted content as HTML and it's associated title, as well as other useful content (images, icons, ...).
|
||
|
|
|
||
|
|
This content can be encapsulated in a <body>-Tag and displayed as a readable website with a custom CSS (it's up to you!).
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
|
||
|
|
## Supported platforms
|
||
|
|
|
||
|
|
ReadSharp is a **Portable Class Library**, therefore it's compatible with multiple platforms:
|
||
|
|
|
||
|
|
- **.NET** >= 4.0.3 (including WPF)
|
||
|
|
- **Silverlight** >= 4
|
||
|
|
- **Windows Phone** >= 7.5
|
||
|
|
- **Windows Store**
|
||
|
|
|
||
|
|
## Forked Dependencies
|
||
|
|
|
||
|
|
_forks are included in the primary source code_
|
||
|
|
|
||
|
|
- [NReadability](https://github.com/marek-stoj/NReadability)
|
||
|
|
- [SgmlReader](https://github.com/MindTouch/SGMLReader)
|
||
|
|
|
||
|
|
## Contributors
|
||
|
|
| [](https://github.com/ceee "Tobias Klika") |
|
||
|
|
|---|
|
||
|
|
| [ceee](https://github.com/ceee) |
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
[MIT License](https://github.com/ceee/ReadSharp/blob/master/LICENSE-MIT)
|