StarlioX/README.md

123 lines
6.2 KiB
Markdown
Raw Normal View History

2022-11-02 20:47:06 +03:00
<p align="center"><img src="web/static/image/icons/banner.png" alt="EveryNasa banner" title="EveryNasa"></p>
2022-08-22 12:25:46 +03:00
2022-11-02 20:47:06 +03:00
The program takes a picture from the NASA [website](https://apod.nasa.gov/apod) every day
and sets it as a background for your workspace.
2023-02-28 21:48:19 +03:00
> **Note**
> This app is not official from NASA
### What EveryNasa can do?
- Installing wallpapers on your desktop
- Installing wallpapers on your desktop every day
- There is information about each photo
- You can add any photo to your favorites
### Contents
- [How to build](#how-to-build)
- [Solution or answers to possible problems](#solution-or-answers-to-possible-problems)
- [License](#license)
2022-11-02 20:47:06 +03:00
---
2023-02-28 21:48:19 +03:00
| Platform | Status | Latest version | Get in on | Branch |
|------------------|-------------|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|
| Windows | Support | | [Github](https://github.com/Redume/EveryNasa/releases/tag/v2.3.2) | [main](https://github.com/Redume/EveryNasa) |
| Linux | Unsupport | | [Github](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa) | |
| Android | Support | | [Google Play](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) / [RuStore](https://apps.rustore.ru/app/ru.murzify.everynasa) | |
| MacOS | Unavailable | | | |
| iOS | Unavailable | | | |
| Wallpaper Engine | Support | 1.0 | [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2884180886) | [wallpaper-engine](https://github.com/Redume/EveryNasa/tree/wallpaper-engine) |
2022-11-02 20:47:06 +03:00
---
### Solution or answers to possible problems
Any bugs / problems that are not covered by these questions, please open an [issue](https://github.com/Redume/EveryNasa/issues/new?assignees=&labels=bug&template=bug_report.md&title=Bug)
<details>
<summary>Windows</summary>
<li>To make all functions work correctly, install the program anywhere except Program Files(x86) / Program Files</li>
</details>
<details>
<summary>Linux</summary>
- If you have a mistake with `ayatana-appindicator3-0.1`
<details>
<summary><b>Debian / Ubuntu / Mint</b></summary>
<details>
<summary><b>KDE Plasma</b></summary>
```shell
$ sudo apt install gir1.2-appindicator3-0.1
```
</details>
<details>
<summary><b>GNOME</b></summary>
- Install the package
```shell
$ sudo apt install gnome-shell-extension-appindicator
```
- Open `Tweaks`
- Go to `Extensions`
- Enable `Kstatusnotifieritem/appindicator support`
</details>
</details>
</details>
2022-08-25 19:50:38 +03:00
### How to build
<details>
<summary></summary>
- Install [GoLang](https://golang.org/dl/). Recommended version: 1.19.1
- First make a build. If you want to create a build without a console window, then remove `-ldflags "-H windowsgui"` from the command
```shell
go build -ldflags "-s -H windowsgui"
```
- Create a build of the installation package
```shell
go-msi make -msi EveryNasa.msi --version <version> -s wix
```
- Done
</details>
---
2022-11-02 20:47:06 +03:00
### License
2023-02-18 21:12:39 +03:00
This project is licensed under the GPLv3 - see the [LICENSE](LICENSE) file for details.
2022-11-02 20:51:51 +03:00
```
2023-02-18 21:12:39 +03:00
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
2023-02-18 21:35:15 +03:00
EveryNasa Copyright (C) 2023-2023 Redume
2023-02-18 21:12:39 +03:00
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
2023-02-18 21:12:39 +03:00
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
```
2022-11-02 20:47:06 +03:00
### Third-party library licenses
- [getlantern/systray](https://github.com/getlantern/systray) — [Apache-2.0](https://github.com/getlantern/systray/blob/master/LICENSE)
- [gofiber/fiber](https://github.com/gofiber/fiber) — [MIT](https://github.com/gofiber/fiber/blob/master/LICENSE)
- [go-ole/go-ole](https://github.com/go-ole/go-ole) — [MIT](https://github.com/go-ole/go-ole/blob/master/LICENSE)
- [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) — [MIT](https://github.com/mattn/go-sqlite3/blob/master/LICENSE)
- [rodkranz/fetch](https://github.com/rodkranz/fetch) — [MIT](https://github.com/rodkranz/fetch/blob/master/LICENSE)
- [shirou/gopsutil](https://github.com/shirou/gopsutil) — [BSD-3](https://github.com/shirou/gopsutil/blob/master/LICENSE)
- [skratchdot/open-golang](https://github.com/skratchdot/open-golang) — [MIT](https://github.com/skratchdot/open-golang/blob/master/LICENSE)
2022-11-02 20:51:51 +03:00
- [twbs/bootstrap](https://github.com/twbs/bootstrap) — [MIT](https://github.com/twbs/bootstrap/blob/main/LICENSE)
- [LottieFiles/lottie-player](https://github.com/LottieFiles/lottie-player) — [MIT](https://github.com/LottieFiles/lottie-player/blob/master/LICENSE)
2023-01-24 10:19:20 +03:00
- [jquery/jquery](https://github.com/jquery/jquery) — [MIT](https://github.com/jquery/jquery/blob/main/LICENSE.txt)