Skip to content

Commit

Permalink
update website add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Feb 21, 2024
1 parent d00e650 commit 68ffb9b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>

## Features
* Displays real-time temperature, humidity, and wind speed,UV index,pressure and more
* Displays real-time temperature, humidity, wind speed, UV index, pressure and more
* Utilizes graphical representations, such as temperature , precipitation graphs and wind-speed with direction to provide an hourly forecast for the next 24 hours
* Also shows tomorrow and 7-day forcasts
* See conditions in metric or imperial systems
Expand All @@ -39,6 +39,12 @@ flatpak install flathub io.github.amit9838.mousam
```
sudo snap install mousam
```
### **Debian** (Unofficial)
<a href='https://github.com/amit9838/mousam/discussions/68'><img width='240' alt='Download on SnapCraft' src='https://www.m5hosting.com/wp-content/uploads/2021/07/debian-dedicated-server.jpg' style="border-radius:5px; padding:3px 8px; background-color:white;"></a>

Thanks to @hsbasu for maintaining Debian package

[Installation Instruction](https://github.com/amit9838/mousam/discussions/68)

## Build
### Dependances
Expand All @@ -62,10 +68,6 @@ meson install -C builddir
mousam
```

### **Debian** (Unofficial)
Thanks to @hsbasu for maintaining Debian package

[Installation Instruction](https://github.com/amit9838/mousam/discussions/68)



Expand All @@ -78,5 +80,4 @@ I hope you ❤️ <b>Mousam</b>, if you think it is worth supporting you can do
</a>
</div>
<div align="center">
<a href="https://opencollective.com/weather"><img src="https://opencollective.com/spotube/donate/button.png?color=blue" alt="Donate to our Open Collective" height="45"></a>
</div>
2 changes: 1 addition & 1 deletion data/io.github.amit9838.mousam.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<p>Current Weather conditions and forcasts.</p>
<p>Features:</p>
<ul>
<li>Displays real-time temperature, humidity,wind speed,UV index,pressure and more</li>
<li>Displays real-time temperature, humidity, wind speed, UV index, pressure and more</li>
<li>Utilizes graphical representations, such as temperature , precipitation graphs and wind-speed with direction to provide an hourly forecast for the next 24 hours</li>
<li>Also provides tomorrow and 7-day forcasts</li>
<li>See conditions in metric or imperial systems</li>
Expand Down
2 changes: 1 addition & 1 deletion src/windowAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def AboutWindow(parent,*args):
dialog = Adw.AboutWindow.new()
dialog.set_application_name("Mousam")
dialog.set_application_icon("io.github.amit9838.mousam")
dialog.set_version("1.0.1")
dialog.set_version("1.0.2")
dialog.set_developer_name("Amit Chaudhary")
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
dialog.set_comments(_("Beautiful and light weight weather app build using Gtk and python"))
Expand Down
22 changes: 11 additions & 11 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 class="github-btn">
<!-- <p>Beautiful lightweight weather app.</p> -->
<h2>Features</h2>
<ul>
<li>Displays real-time temperature, humidity, and wind speed,UV index,pressure and more</li>
<li>Displays real-time temperature, humidity, wind speed, UV index, pressure and more</li>
<li>Utilizes graphical representations, such as temperature , precipitation graphs and wind-speed with
direction to provide an hourly forecast for the next 24 hours</li>
<li>Also shows tomorrow and 7-day forcasts</li>
Expand All @@ -75,9 +75,10 @@ <h2>Features</h2>
<section id="installation">

<h2>Installation</h2>
<img
src="https://img.shields.io/github/v/release/amit9838/mousam?style=flat&label=Latest+Release&color=%234a92ff">

<a href="https://github.com/amit9838/mousam/releases"><img
src="https://img.shields.io/github/v/release/amit9838/mousam?style=flat&label=Latest+Release&color=%234a92ff"></a>
<a href="https://github.com/amit9838/mousam/discussions"><img alt="GitHub Discussions"
src="https://img.shields.io/github/discussions/amit9838/mousam?logo=github&color=orange"></a>
<h3 class="subheading">Get it from flathub</h3>
<a href='https://flathub.org/apps/io.github.amit9838.mousam' target="_blank"><img width='240'
alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png' /></a>
Expand All @@ -93,8 +94,12 @@ <h3 class="subheading">Get it from Snapstore</h3>
src='https://github.com/snapcore/snap-store-badges/blob/master/EN/%5BEN%5D-snap-store-black-uneditable.png?raw=true' /></a>
<p>Or you can use the terminal:</p>
<pre><code>sudo snap install mousam</code></pre>

<h3 class="subheading">Install Debian Package</h3>

<h3 class="subheading">Install Debian Package (Unofficial)</h3>
<a href='https://github.com/amit9838/mousam/discussions/68'><img width='240' alt='Download on SnapCraft'
src='https://www.m5hosting.com/wp-content/uploads/2021/07/debian-dedicated-server.jpg'
style="border-radius:5px; padding:3px 8px; background-color:white;"></a>

<p>Thanks to @hsbasu for maintaining Debian package</p>
<a href="https://github.com/amit9838/mousam/discussions/68">See Installation Instructions</a>
</section>
Expand All @@ -117,11 +122,6 @@ <h2>Support</h2>
style="height: 60px !important;width: 217px !important;">
</a>
</div>
<div align="center">
<a href="https://opencollective.com/weather"><img
src="https://opencollective.com/spotube/donate/button.png?color=blue"
alt="Donate to our Open Collective" height="45"></a>
</div>
<hr>
</section>

Expand Down

0 comments on commit 68ffb9b

Please sign in to comment.