Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 84 additions & 84 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
<?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>opencatalogi</id>
<name>OpenCatalogi</name>
<summary>Framework for federated catalogi to work togethe</summary>
<description><![CDATA[📰 A OpenCatalogi App for Nextcloud
The OpenCatalogi Nextcloud app provides a framework for federated catalogi to work together in an open data ecosystem
- 📲 Synchronize your sources with multiple catalogi
- 🔄 Automatic publications of your open data
- 🆓 Free and open source under EUPL
- ⚙️ Automatically installs and enables [OpenRegister](https://apps.nextcloud.com/apps/openregister) (required dependency)
**System Cron is currently required for this app to work**
Requirements can be found [here](https://conduction.gitbook.io/opencatalogi-nextcloud/installatie)
The Roadmap is available [here](https://github.com/orgs/OpenCatalogi/projects/1/views/2)
Create a [bug report](https://github.com/OpenCatalogi/.github/issues/new/choose)
Create a [feature request](https://github.com/OpenCatalogi/.github/issues/new/choose)
**Support:** For support, contact support@conduction.nl. For a Service Level Agreement (SLA), contact sales@conduction.nl.
]]></description>
<version>0.7.33</version>
<licence>agpl</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<author mail="info@acato.nl" homepage="https://acato.nl/">Acato</author>
<namespace>OpenCatalogi</namespace>
<documentation>
<user>https://conduction.gitbook.io/opencatalogi-nextcloud/gebruikers</user>
<admin>https://conduction.gitbook.io/opencatalogi-nextcloud/beheerders</admin>
<developer>https://conduction.gitbook.io/opencatalogi-nextcloud/developers</developer>
</documentation>
<category>integration</category>
<website>https://documentatie.opencatalogi.nl/</website>
<bugs>https://github.com/OpenCatalogi/.github/issues</bugs>
<repository type="git">https://github.com/ConductionNL/opencatalogi.git</repository>
<screenshot>https://raw.githubusercontent.com/ConductionNL/opencatalogi/master/docs/assets/logo.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ConductionNL/opencatalogi/master/docs/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ConductionNL/opencatalogi/master/docs/screenshots/2.png</screenshot>
<dependencies>
<php min-version="8.0" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<lib>curl</lib>
<lib>zip</lib>
<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="28" max-version="33"/>
</dependencies>
<repair-steps>
<post-migration>
<step>OCA\OpenCatalogi\Repair\InitializeSettings</step>
</post-migration>
</repair-steps>
<background-jobs>
<job>OCA\OpenCatalogi\Cron\DirectorySync</job>
</background-jobs>
<navigations>
<navigation>
<id>opencatalogi</id>
<name>Catalogi</name>
<route>opencatalogi.dashboard.page</route>
<icon>app.svg</icon>
<type>link</type>
</navigation>
</navigations>
<settings>
<admin>OCA\OpenCatalogi\Settings\OpenCatalogiAdmin</admin>
<admin-section>OCA\OpenCatalogi\Sections\OpenCatalogiAdmin</admin-section>
</settings>
</info>
<?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>opencatalogi</id>
<name>OpenCatalogi</name>
<summary>Framework for federated catalogi to work togethe</summary>
<description><![CDATA[📰 A OpenCatalogi App for Nextcloud

The OpenCatalogi Nextcloud app provides a framework for federated catalogi to work together in an open data ecosystem

- 📲 Synchronize your sources with multiple catalogi
- 🔄 Automatic publications of your open data
- 🆓 Free and open source under EUPL
- ⚙️ Automatically installs and enables [OpenRegister](https://apps.nextcloud.com/apps/openregister) (required dependency)

**System Cron is currently required for this app to work**

Requirements can be found [here](https://conduction.gitbook.io/opencatalogi-nextcloud/installatie)

The Roadmap is available [here](https://github.com/orgs/OpenCatalogi/projects/1/views/2)

Create a [bug report](https://github.com/OpenCatalogi/.github/issues/new/choose)

Create a [feature request](https://github.com/OpenCatalogi/.github/issues/new/choose)

**Support:** For support, contact support@conduction.nl. For a Service Level Agreement (SLA), contact sales@conduction.nl.
]]></description>
<version>0.7.33</version>
<licence>agpl</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<author mail="info@acato.nl" homepage="https://acato.nl/">Acato</author>
<namespace>OpenCatalogi</namespace>
<documentation>
<user>https://conduction.gitbook.io/opencatalogi-nextcloud/gebruikers</user>
<admin>https://conduction.gitbook.io/opencatalogi-nextcloud/beheerders</admin>
<developer>https://conduction.gitbook.io/opencatalogi-nextcloud/developers</developer>
</documentation>
<category>integration</category>
<website>https://documentatie.opencatalogi.nl/</website>
<bugs>https://github.com/OpenCatalogi/.github/issues</bugs>
<repository type="git">https://github.com/ConductionNL/opencatalogi.git</repository>

<screenshot>https://raw.githubusercontent.com/ConductionNL/opencatalogi/master/docs/assets/logo.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ConductionNL/opencatalogi/master/docs/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ConductionNL/opencatalogi/master/docs/screenshots/2.png</screenshot>

<dependencies>
<php min-version="8.3" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>

<lib>curl</lib>
<lib>zip</lib>

<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="28" max-version="34"/>
</dependencies>

<repair-steps>
<post-migration>
<step>OCA\OpenCatalogi\Repair\InitializeSettings</step>
</post-migration>
</repair-steps>

<background-jobs>
<job>OCA\OpenCatalogi\Cron\DirectorySync</job>
</background-jobs>

<navigations>
<navigation>
<id>opencatalogi</id>
<name>Catalogi</name>
<route>opencatalogi.dashboard.page</route>
<icon>app.svg</icon>
<type>link</type>
</navigation>
</navigations>

<settings>
<admin>OCA\OpenCatalogi\Settings\OpenCatalogiAdmin</admin>
<admin-section>OCA\OpenCatalogi\Sections\OpenCatalogiAdmin</admin-section>
</settings>
</info>
Loading