info.xml 1.0 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>weather_status</id>
  9. <name>Weather status</name>
  10. <summary>Weather status in your dashboard</summary>
  11. <description><![CDATA[Weather status integrated in the Dashboard app.
  12. The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.
  13. This status can also be integrated in other places like the Calendar app.]]></description>
  14. <version>1.10.0</version>
  15. <licence>agpl</licence>
  16. <author mail="eneiluj@posteo.net">Julien Veyssier</author>
  17. <namespace>WeatherStatus</namespace>
  18. <category>integration</category>
  19. <category>dashboard</category>
  20. <bugs>https://github.com/nextcloud/server</bugs>
  21. <dependencies>
  22. <nextcloud min-version="30" max-version="30"/>
  23. </dependencies>
  24. </info>