Skip to content

Commit aba0240

Browse files
authored
Update README.md
1 parent 5400920 commit aba0240

File tree

1 file changed

+66
-1
lines changed

1 file changed

+66
-1
lines changed

README.md

Lines changed: 66 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,66 @@
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+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Dark.png?raw=true)
34+
35+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Light.png?raw=true)
36+
37+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Dark-Text.png?raw=true)
38+
39+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Dark-Podcast.png?raw=true)
40+
41+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Acrylic-Dark.png?raw=true)
42+
43+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Acrylic-Light.png?raw=true)
44+
45+
![FeedDesk](https://github.com/torum/BlogWrite/blob/master/docs/images/FeedDesk-Screenshot1-Light-vertical.png?raw=true)
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

Comments
 (0)