diff --git a/CHANGELOG.md b/CHANGELOG.md index cd29c45..9764b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Owncloud Weather +# Nextcloud Weather ## 1.3.0 * Fix openweathermap API key requirement diff --git a/README.md b/README.md index 044d28e..97de829 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,25 @@ -## ownCloud Weather +# Nextcloud Weather +[![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://raw.githubusercontent.com/nextcloud/weather/master/COPYING) +**Nextcloud Weather provides an application to register cities and show the weather previsions** -### Introduction -ownCloud Weather provides an application to register cities and show the weather previsions +![](screenshots/1.png) -### Licence -ownCloud Weather web application is currently under AGPL licence but this free licence can be modificated to a better free licence. +## Installation +In your Nextcloud, simply navigate to »Apps«, choose the category »Tools«, find the Weather app and enable it. +Then open the Weather app from the app menu. -### Requirements -- An ownCloud instance +## Maintainers +- [Loïc Blot](https://github.com/nerzhul) -### Installation -1. Download the [latest release](https://github.com/nerzhul/owncloud-weather/releases) -2. Place this app in **owncloud/apps/** and unpack it -3. Rename folder to weather -3. Activate the app in https://your-owncloud/index.php/settings/apps?installed +If you’d like to join, just go through the [issue list](https://github.com/nextcloud/weather/issues/) and fix some. :) +## Requirements -### Owncloud SMS core issues -*Please create your core issues here:* -https://github.com/nerzhul/owncloud-weather/issues +- Nextcloud 9+ +## Support -### Issue template -**Server** -- ownCloud version: X.X.X -- PHP version: X.X -- HTTPd server: -- HTTPS: - -**Content of /owncloud/data/owncloud.log** -``` -Place content of your owncloud.log here -``` +If you need assistance or want to ask a question about Weather, you are welcome to [ask for support](https://help.nextcloud.com) in our Forums or the [IRC-Channel](https://webchat.freenode.net/?channels=nextcloud). If you have found a bug, feel free to open a new Issue on GitHub. diff --git a/appinfo/info.xml b/appinfo/info.xml index 755b906..a481c43 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,20 +1,21 @@ - + weather Weather - Watch the weather directly on your ownCloud + Watch the weather directly on your Nextcloud. + 1.3.5 AGPL Loic Blot - 1.3.4 - 7 + tools + https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/1.png + https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/2.png - + - + https://github.com/nextcloud/weather + https://github.com/nextcloud/weather/issues + https://github.com/nextcloud/weather 170605 - - https://apps.owncloud.com/content/show.php?content=170605 - https://github.com/nerzhul/owncloud-weather/issues - https://github.com/nerzhul/owncloud-weather diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..25b3b15 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,111 @@ + +### Steps to reproduce +1. +2. +3. + +### Expected behaviour +Tell us what should happen + +### Actual behaviour +Tell us what happens instead + +### Server configuration +**Operating system**: + +**Web server:** + +**Database:** + +**PHP version:** + +**Nextcloud version:** (see Nextcloud admin page) + +**Weather app version:** (see App Store page) + +**Updated from an older Nextcloud/ownCloud or fresh install:** + +**Where did you install Nextcloud from:** + +**Signing status:** +
+Signing status + +``` +Login as admin user into your Nextcloud and access +http://example.com/index.php/settings/integrity/failed +paste the results here. +``` +
+ +**List of activated apps:** +
+App list + +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ app:list +from within your Nextcloud installation folder +``` +
+ +**The content of config/config.php:** +
+Config report + +``` +If you have access to your command line run e.g.: +sudo -u www-data php occ config:list system +from within your Nextcloud installation folder + +or + +Insert your config.php content here +(Without the database password, passwordsalt and secret) +``` +
+ +### Client configuration +**Browser:** + +**Operating system:** + +### Logs +#### Web server error log +
+Web server error log + +``` +Insert your webserver log here +``` +
+ +#### Nextcloud log (data/nextcloud.log) +
+Nextcloud log + +``` +Insert your Nextcloud log here +``` +
+ +#### Browser log +
+Browser log + +``` +Insert your browser log here, this could for example include: + +a) The javascript console log +b) The network log +c) ... +``` +
diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..c106033 Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..d0b12dd Binary files /dev/null and b/screenshots/2.png differ