Skip to content

Commit d96651a

Browse files
author
Rajdeep Singha
committed
Merge branch 'master' of https://github.com/Suzie97/Communique
2 parents e62b665 + 34f0c03 commit d96651a

File tree

6 files changed

+68
-5
lines changed

6 files changed

+68
-5
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
custom: https://www.buymeacoffee.com/suzie97
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Describe the bug
11+
<!--A clear and concise description of what the bug is-->
12+
13+
## To Reproduce
14+
<!--Explain the exact steps one would take to experience the issue. If applicable, add screenshots or screen recordings.-->
15+
1.
16+
2.
17+
3.
18+
4.
19+
20+
## Expected behavior
21+
<!--Explain how what happened is different from what you wanted to happen-->
22+
23+
## Screenshots
24+
<!--If applicable, add screenshots to help explain your problem-->
25+
26+
## Platform Information
27+
<!--
28+
* The version of the Operating System you are using
29+
* The version of Photostat you are using such as "1.0", "Compiled from git", or "Latest release" if you're not sure but you have run updates
30+
* Relevant hardware information such as graphics drivers, unconventional setups, etc.
31+
* It is recommended to run the following command for providing the most helpful system information
32+
`uname -a && cat /etc/os-release`
33+
34+
<!-- Please be sure to preview your issue before saving. Thanks a lot for you time ☺️!! -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Problem
11+
<!--Is your feature request related to a problem? Please describe.-->
12+
13+
## Proposal
14+
<!--
15+
* Describe the feature or idea you'd like to propose
16+
-->
17+
18+
## Alternative Solutions
19+
<!--Describe alternatives you've considered-->
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
## Prior Art
23+
<!-- List any relevant examples of how others have implemented this feature-->

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
<h1 align="center">Communique</h1>
99
<p align="center">
1010
<a href="https://appcenter.elementary.io/com.github.suzie97.communique"><img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter" /></a>
11+
<a href='https://flathub.org/apps/details/com.github.suzie97.communique'><img height='51' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
1112
</p>
1213

1314
![Screenshot](data/communique-light-screenshot.png)
1415
![Screenshot](data/communique-dark-screenshot.png)
15-
![Screenshot](data/communique-fullscreen-screenshot.png)
16-
![Screenshot](data/communique-shortcuts.png)
17-
![Screenshot](data/communique-preferences.png)
1816

1917
## Your personal journalist
2018
Subscribe to and read RSS/Atom feeds with cross-platform synchronization. Communique is a feed reader with support for a lot of RSS services, like Feedbin, Tiny Tiny RSS, Nextcloud News etc. And ofcourse, you can use Communique to subscribe to and read RSS feeds locally, without logging in to anything.
@@ -25,6 +23,11 @@ Communique is designed and developed on and for [elementary OS](https://elementa
2523

2624
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.suzie97.communique)
2725

26+
## Financial Contribution
27+
You can contribute funds to the project over at Buy Me a Coffee. Thank you so much 😊️ !!
28+
29+
<a href="https://www.buymeacoffee.com/suzie97" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
30+
2831
## Developing and Building
2932

3033
Flatpak is the recommended way for building Communique. Developing and testing with flatpak helps ensure that everything works correctly inside the flatpak sandbox.

data/com.github.suzie97.communique-autostart.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=Communique Autostart
33
GenericName=RSS Client
44
Comment=Read RSS/Atom Feeds
5-
Categories=Network;Feed;News;
5+
Categories=Network;Feed;News;Communication;
66
Exec=com.github.suzie97.communique --background
77
Icon=com.github.suzie97.communique
88
Terminal=false

data/com.github.suzie97.communique.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=Communique
33
GenericName=RSS Client
44
Comment=Read RSS/Atom Feeds
5-
Categories=Network;News;Feed;
5+
Categories=Network;News;Feed;Communication;
66
Exec=com.github.suzie97.communique %U
77
Icon=com.github.suzie97.communique
88
Terminal=false

0 commit comments

Comments
 (0)