mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
delete third party license
This commit is contained in:
parent
b0dbd88b3f
commit
3a0e41a393
1 changed files with 15 additions and 64 deletions
79
README.md
79
README.md
|
@ -1,67 +1,18 @@
|
||||||
<p align="center"><img src="web/static/image/icons/banner.png" alt="EveryNasa banner" title="EveryNasa"></p>
|
### A website made for the [EveryNASA](https://github.com/Redume/EveryNasa) project
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
| OS | Status | Latest version | Download |
|
|
||||||
|---------|-------------|----------------|----------------------------------------------------------------------------------------------------------------|
|
|
||||||
| Windows | Available | 2.1 | [.msi](https://github.com/Redume/EveryNasa/releases/download/v2.1/EveryNasa.msi) |
|
|
||||||
| Linux | Available | 2.1 | [There is no installation file but there is a separate branch](https://github.com/Redume/EveryNasa/tree/linux) |
|
|
||||||
| Android | Available | 1.2.1 | [Play Market](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) |
|
|
||||||
| MacOS | Unavailable | | |
|
|
||||||
| iOS | Unavailable | | |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### 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>
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.
|
```
|
||||||
|
Copyright 2022 Redume
|
||||||
|
|
||||||
### Third-party library licenses
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
- [getlantern/systray](https://github.com/getlantern/systray) — [Apache-2.0](https://github.com/getlantern/systray/blob/master/LICENSE)
|
you may not use this file except in compliance with the License.
|
||||||
- [gofiber/fiber](https://github.com/gofiber/fiber) — [MIT](https://github.com/gofiber/fiber/blob/master/LICENSE)
|
You may obtain a copy of the License at
|
||||||
- [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)
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
- [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-Clause](https://github.com/shirou/gopsutil/blob/master/LICENSE)
|
Unless required by applicable law or agreed to in writing, software
|
||||||
- [skratchdot/open-golang](https://github.com/skratchdot/open-golang) — [MIT](https://github.com/skratchdot/open-golang/blob/master/LICENSE)
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
```
|
Loading…
Reference in a new issue