%PDF- %PDF-
Direktori : /www/varak.net/nextcloud.varak.net/apps/logreader/appinfo/ |
Current File : /www/varak.net/nextcloud.varak.net/apps/logreader/appinfo/info.xml |
<?xml version="1.0"?> <!-- - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc. - SPDX-License-Identifier: AGPL-3.0-or-later --> <info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>logreader</id> <name>Log Reader</name> <summary>A log reader for Nextcloud</summary> <description>Log reader for Nextcloud</description> <version>3.0.0</version> <licence>agpl</licence> <author>Robin Appelman</author> <author>Ferdinand Thiessen</author> <namespace>LogReader</namespace> <default_enable/> <types> <logging/> </types> <category>tools</category> <website>https://github.com/nextcloud/logreader</website> <bugs>https://github.com/nextcloud/logreader/issues</bugs> <repository type="git">https://github.com/nextcloud/logreader</repository> <screenshot> https://raw.githubusercontent.com/nextcloud/logreader/master/screenshots/reader.png </screenshot> <dependencies> <nextcloud min-version="30" max-version="30" /> </dependencies> <commands> <command>OCA\LogReader\Command\Tail</command> <command>OCA\LogReader\Command\Watch</command> </commands> <settings> <admin>OCA\LogReader\Settings\Admin</admin> <admin-section>OCA\LogReader\Settings\Section</admin-section> </settings> </info>