Remove PocketSharp.Reader => moved to ReadSharp
See https://github.com/ceee/ReadSharp if you want to use ReadSharp
This commit is contained in:
@@ -2,22 +2,24 @@
|
||||
|
||||
**PocketSharp** is a C#.NET portable class library that integrates the [Pocket API v3](http://getpocket.com/developer).
|
||||
|
||||
## Install [PocketSharp](https://www.nuget.org/packages/PocketSharp/) using NuGet
|
||||
## Install PocketSharp using [NuGet](https://www.nuget.org/packages/PocketSharp/)
|
||||
|
||||
```
|
||||
Install-Package PocketSharp
|
||||
```
|
||||
|
||||
for the [PocketSharp.Reader](https://www.nuget.org/packages/PocketSharp.Reader/)
|
||||
|
||||
```
|
||||
Install-Package PocketSharp.Reader
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
See [wiki](https://github.com/ceee/PocketSharp/wiki)
|
||||
|
||||
## Where's the Article View API?
|
||||
|
||||
PocketSharp doesn't include PocketSharp.Reader (an article view implementation) anymore.
|
||||
|
||||
**PocketSharp.Reader is now [ReadSharp](https://github.com/ceee/ReadSharp) and hosted without PocketSharp.**
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Usage Example:
|
||||
@@ -67,13 +69,6 @@ You can find examples for Silverlight 5, WP8 and WPF in the `PocketSharp.Example
|
||||
- [Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/) _(only for PocketSharp project)_
|
||||
- [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged) _(only for PocketSharp project)_
|
||||
|
||||
## Forked Dependencies
|
||||
|
||||
_used in PocketSharp.Reader_
|
||||
|
||||
- [NReadability](https://github.com/marek-stoj/NReadability) - converted to a PCL with minor adaptations
|
||||
- [SgmlReader](https://github.com/MindTouch/SGMLReader) - converted to a PCL
|
||||
|
||||
## Contributors
|
||||
| [](https://github.com/ceee "Tobias Klika") | [](https://github.com/ScottIsAFool "Scott Lovegrove") |
|
||||
|---|---|
|
||||
|
||||
Reference in New Issue
Block a user