You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 906B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>weather_status</id>
  5. <name>Weather status</name>
  6. <summary>Weather status in your dashboard</summary>
  7. <description><![CDATA[Weather status integrated in the Dashboard app.
  8. User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.
  9. This status can also be integrated in other places like the Calendar app.]]></description>
  10. <version>1.6.0</version>
  11. <licence>agpl</licence>
  12. <author mail="eneiluj@posteo.net">Julien Veyssier</author>
  13. <namespace>WeatherStatus</namespace>
  14. <category>integration</category>
  15. <category>dashboard</category>
  16. <bugs>https://github.com/nextcloud/server</bugs>
  17. <dependencies>
  18. <nextcloud min-version="26" max-version="26"/>
  19. </dependencies>
  20. </info>