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 420B

12345678910111213
  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>testapp_infoxml</id>
  5. <name>Test app</name>
  6. <summary>A b c</summary>
  7. <description>A b c</description>
  8. <version>1.2.3</version>
  9. <licence>agpl</licence>
  10. <author>Jane</author>
  11. <category>games</category>
  12. <bugs>https://example.org</bugs>
  13. </info>