Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Scurtu <scurtu@mail.de>2017-02-24 12:36:33 +0300
committerJason Scurtu <scurtu@mail.de>2017-02-24 12:36:33 +0300
commit05beb8b2261617077ee1c197f80238f7520deb15 (patch)
tree357038485b6b57e00938614dec7e977ecaf538c3
parent6d4e20fe857fb0b3d226f3171d2c9e296ae2f4d3 (diff)
flatpak: more adjustments, make it easy
-rw-r--r--_packages/1.flatpak.md25
1 files changed, 14 insertions, 11 deletions
diff --git a/_packages/1.flatpak.md b/_packages/1.flatpak.md
index f0af5288..07529ff8 100644
--- a/_packages/1.flatpak.md
+++ b/_packages/1.flatpak.md
@@ -3,7 +3,8 @@ distro: Flatpak
data-content: flatpak
---
-<h1>Builds of the latest stable FeedReader</h1>
+
+<h2>Latest stable FeedReader</h2>
FeedReader is now availble as Flatpak and should be installable on all major Linux distributions that support the Flatpak Application Framework eg. Fedora, Debian, Ubuntu, elementaryOS, Arch, openSuSE, Mageia and many more.
@@ -12,24 +13,26 @@ For more information about Flatpak and how to use or install it for your distrib
<h3><small>You will need the following packages installed:</small></h3>
<h4><small>(names can differ depending on the distribution)</small></h4>
-<pre><ul><li>xdg-desktop-portal</li><li>xdg-desktop-portal-gtk</li></ul></pre>
+<pre>
+ <ul>
+ <li>xdg-desktop-portal</li>
+ <li>xdg-desktop-portal-gtk</li>
+ </ul>
+</pre>
-<h3><small>Install FeedReader Flatpak via repository, this enables OTA updates and is the recommended way:</small></h3>
+<h3><small>Install the latest stable FeedReader with just one command.</small></h3>
+<h4><small>This enables OTA updates via repository and is the recommended way:</small></h3>
<pre>
flatpak install http://feedreader.xarbit.net/feedreader-repo/feedreader.flatpakref
</pre>
-<h3><small>Install FeedReader Flatpak via standalone bundle:</small></h3>
-- [FeedReader Flatpak](https://github.com/jangernert/FeedReader/releases)
+<h3><small>Click to Download</small></h3>
-GNOME-Software can handle flatpak bundles, just open the downloaded feedreader.flatpak file with GNOME-Software and click on install. Thats it..
+Click to download is availble for Fedora, openSuSE, Debian (Testing), Arch and Mageia Cauldron.
+
+<a class"btn btn-primary" href="http://feedreader.xarbit.net/feedreader-repo/feedreader.flatpakref">Download</a>
-You can also install the FeedReader flatpak from the commandline as so:
-<pre>
-$ flatpak install --bundle FeedReader-{BUILD VERSION}.flatpak
-</pre>
-NOTE: Update the bundle with the same command.