mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
Initial commit
This commit is contained in:
parent
26dd81b2df
commit
993289d86b
51 changed files with 16863 additions and 0 deletions
7
files_opds/appinfo/app.php
Normal file
7
files_opds/appinfo/app.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$l = OC_L10N::get('files');
|
||||
|
||||
\OCP\App::registerPersonal('files_opds', 'personal');
|
||||
|
||||
|
13
files_opds/appinfo/info.xml
Normal file
13
files_opds/appinfo/info.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>files_opds</id>
|
||||
<name>OPDS catalog</name>
|
||||
<description>Personal OPDS catalog</description>
|
||||
<licence>AGPL</licence>
|
||||
<version>0.1</version>
|
||||
<author>Frank de Lange</author>
|
||||
<requiremin>7.0</requiremin>
|
||||
<shipped>true</shipped>
|
||||
<default_enable/>
|
||||
</info>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue