Merge pull request #20 from nextcloud/nextcloud-branding

The sun shines for Nextcloud :)
master
Loïc Blot 2017-02-27 21:38:48 +01:00 committed by GitHub
commit a7f4a4fd73
6 changed files with 137 additions and 37 deletions

View File

@ -1,4 +1,4 @@
# Owncloud Weather
# Nextcloud Weather
## 1.3.0
* Fix openweathermap API key requirement

View File

@ -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 youd 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: <apache|nginx...>
- HTTPS: <yes|no>
**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.

View File

@ -1,20 +1,21 @@
<?xml version="1.0"?>
<info>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>weather</id>
<name>Weather</name>
<description>Watch the weather directly on your ownCloud</description>
<description>Watch the weather directly on your Nextcloud.</description>
<version>1.3.5</version>
<licence>AGPL</licence>
<author>Loic Blot</author>
<version>1.3.4</version>
<requiremin>7</requiremin>
<category>tools</category>
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/2.png</screenshot>
<dependencies>
<owncloud min-version="7.0" max-version="9.1" />
<nextcloud min-version="9.0" max-version="11.0" />
<nextcloud min-version="9" max-version="11" />
</dependencies>
<website>https://github.com/nextcloud/weather</website>
<bugs>https://github.com/nextcloud/weather/issues</bugs>
<repository type="git">https://github.com/nextcloud/weather</repository>
<ocsid>170605</ocsid>
<website>https://apps.owncloud.com/content/show.php?content=170605</website>
<bugs>https://github.com/nerzhul/owncloud-weather/issues</bugs>
<repository type="git">https://github.com/nerzhul/owncloud-weather</repository>
</info>

111
issue_template.md 100644
View File

@ -0,0 +1,111 @@
<!--
Thanks for reporting issues back to Nextcloud Weather!
This is the bug tracker for the Weather component. Find other components at https://github.com/nextcloud/
For reporting potential security issues please see https://nextcloud.com/security/
To make it possible for us to help you please fill out below information carefully.
-->
### 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:**
<details>
<summary>Signing status</summary>
```
Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
</details>
**List of activated apps:**
<details>
<summary>App list</summary>
```
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
```
</details>
**The content of config/config.php:**
<details>
<summary>Config report</summary>
```
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)
```
</details>
### Client configuration
**Browser:**
**Operating system:**
### Logs
#### Web server error log
<details>
<summary>Web server error log</summary>
```
Insert your webserver log here
```
</details>
#### Nextcloud log (data/nextcloud.log)
<details>
<summary>Nextcloud log</summary>
```
Insert your Nextcloud log here
```
</details>
#### Browser log
<details>
<summary>Browser log</summary>
```
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
```
</details>

BIN
screenshots/1.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
screenshots/2.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB