1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-27 16:10:24 +00:00

add a Kopano theme to owncloud (#325)

* add wip for a kopano theme for owncloud
This commit is contained in:
Felix Bartels
2020-02-03 15:17:39 +01:00
committed by GitHub
parent 37b414303d
commit 0950da3b55
8 changed files with 771 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<info>
<id>kopano</id>
<name>Kopano Theme for ownCloud</name>
<description>Make your ownCloud look more integrated with the Intranet Plugin of Kopano WebApp</description>
<licence>AGPL</licence>
<author>Felix Bartels</author>
<version>0.0.1</version>
<types>
<theme/>
</types>
<dependencies>
<owncloud min-version="10.2" max-version="10" />
</dependencies>
<namespace>Theme</namespace>
</info>