|
1 | | -# FeedDesk |
| 1 | +# FeedDesk |
| 2 | + |
| 3 | + |
| 4 | +A desktop feed reader. (work in progress) |
| 5 | + |
| 6 | +## Download app |
| 7 | +from [Microsoft Store](https://www.microsoft.com/store/apps/9PGDGKFSV6L9). |
| 8 | + |
| 9 | +## Source code |
| 10 | +Source code is located at [BlogWrite](https://github.com/torum/BlogWrite) repo. |
| 11 | + |
| 12 | +## Features |
| 13 | +### Implements following formats: |
| 14 | +* Atom 0.3 |
| 15 | +* [The Atom Syndication Format](https://tools.ietf.org/html/rfc4287) (Atom 1.0) |
| 16 | +* [RDF Site Summary](https://www.w3.org/2001/09/rdfprimer/rss.html) (RSS 1.0) |
| 17 | +* [Really Simple Syndication](https://validator.w3.org/feed/docs/rss2.html) (RSS 2.0) |
| 18 | + |
| 19 | +### Supported extentions: |
| 20 | +* media |
| 21 | +* hatena |
| 22 | +* dc |
| 23 | +* iTunes |
| 24 | + |
| 25 | +### Other features: |
| 26 | +* Feed Autodiscovery. |
| 27 | +* OPML import, export. |
| 28 | +* Display enclosed or embeded images. |
| 29 | +* Podcasts audio and in-app playback. |
| 30 | + |
| 31 | +## Screenshots: |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +# Contributing |
| 48 | +Feel free to open issues and send PRs. |
| 49 | + |
| 50 | +# Technologies, Frameworks, Libraries |
| 51 | +* [.NET 6](https://github.com/dotnet/runtime) |
| 52 | +* [WinUI3 (Windows App SDK)](https://github.com/microsoft/WindowsAppSDK) |
| 53 | +* [Community Toolkit](https://github.com/CommunityToolkit) |
| 54 | +* [WinUIEx](https://github.com/dotMorten/WinUIEx) |
| 55 | +* [SQLite](https://github.com/sqlite/sqlite) ([System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki)) |
| 56 | + |
| 57 | +# Getting Started |
| 58 | + |
| 59 | +## Requirements |
| 60 | +* Windows 10.0.19041.0 or higher |
| 61 | + |
| 62 | +## Building |
| 63 | +1. Visual Studio 2022 with support for .NET Desktop App UI development (and optionally .NET Universal App development) |
| 64 | +2. Clone [BlogWrite](https://github.com/torum/BlogWrite) repository |
| 65 | +3. Open solution in Visual Studio |
| 66 | +4. Select FeedDesk project, then compile and run. |
0 commit comments