Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 authored Oct 5, 2023
1 parent 0a3d1cb commit d6a4291
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
<h1>FeedFlow</h1>
</div>

FeedFlow is a minimalistic and opinionated RSS Reader that I've built for myself and that's now available on Android, iOS and macOS.
FeedFlow is a minimalistic RSS Reader that I've built for myself and that's now available on Android, iOS, and macOS.

The majority of websites with an RSS feed don't share the article's content because they want you to go on their website. For this reason, FeedFlow always opens the original website, but you can choose the browser that you want (on mobile). For example, you can open an article on DuckDuckGo or Firefox Focus with all the trackers disabled and then just kill all the navigation data. In this way, the reading experience is separated from your main browser instance.

Your existing RSS collection can be easily imported: FeedFlow offers full and easy import and export capabilities through OPML files.

Feel free to open an issue (or even better a PR :)) if something is not working or if you want to propose a new feature.
Feel free to open an issue (or, even better, a PR :)) if something is not working or if you want to propose a new feature.

<div align="center">
<img src="assets/banners.png">
</div>

## Tech Stack

FeedFlow is built with Jetpack Compose, Compose Multiplatform and SwiftUI. All the logic is shared using Kotlin Multiplatform.
FeedFlow is built with Jetpack Compose, Compose Multiplatform, and SwiftUI. All the logic is shared using Kotlin Multiplatform.

FeedFlow uses [RSSParser](https://github.com/prof18/RSS-Parser), a RSS parsing library that I've built for Android and that now is Multiplatform!
FeedFlow uses [RSSParser](https://github.com/prof18/RSS-Parser), an RSS parsing library I've built for Android, which is now Multiplatform!

## Download 📦

FeedFlow is available for Android, iOS and macOS.
FeedFlow is available for Android, iOS, and macOS.

<div align="center"><a href="https://apps.apple.com/us/app/feedflow-rss-reader/id6447210518"><img src="assets/appstore/app_store_download.svg" width="200px"/></a></div>
<div align="center"><a href="https://play.google.com/store/apps/details?id=com.prof18.feedflow"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" width="230px"/></a></div>
<div align="center"><a href="https://github.com/prof18/feed-flow/releases/latest"><img src="assets/appstore/mac_store_download.svg" width="200px" /></a></div>

## Translating 🌍

If you want to help translating FeedFlow, I will more than happy.
If you want to help translate FeedFlow, I will be more than happy.

To add a new translation, you can use [Weblate](https://hosted.weblate.org/engage/feedflow/) or open a pull request with a new `strings.xml` file inside the `i18n/src/commonMain/resources/MR/<language-code>/strings.xml` folder and new files inside the `assets/storecopy/<language-code>` folder (where `<language-code>` is a [two-letter ISO 639-1 language code](https://en.wikipedia.org/wiki/ISO_639-1)).

Expand Down

0 comments on commit d6a4291

Please sign in to comment.