-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathinfo.xml
More file actions
34 lines (32 loc) · 1.37 KB
/
info.xml
File metadata and controls
34 lines (32 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>solid</id>
<name>Solid</name>
<summary>Makes your Nextcloud server into a Solid pod server, to allow interoperability with SolidProject.org</summary>
<description><![CDATA[# Solid pod server
This app gives every user on the server a Solid pod storage space and a corresponding WebID URL.
It supports the webid-oidc-dpop-pkce login flow to connect to a Solid App with your Nextcloud User.
When you do this, the Solid App can store data in your Nextcloud account through the Solid protocol.
]]></description>
<version>0.10.0</version>
<licence>agpl</licence>
<author mail="auke@muze.nl" >Auke van Slooten</author>
<namespace>Solid</namespace>
<category>integration</category>
<bugs>https://github.com/pdsinterop/solid-nextcloud/issues</bugs>
<dependencies>
<nextcloud min-version="29" max-version="31"/>
</dependencies>
<settings>
<admin>OCA\Solid\Settings\SolidAdmin</admin>
<admin-section>OCA\Solid\Sections\SolidAdmin</admin-section>
</settings>
<navigations>
<navigation>
<name>Solid</name>
<route>solid.app.appLauncher</route>
<order>10</order>
</navigation>
</navigations>
</info>