Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7120fc341061454bbcfe053f352e00ae39308cec (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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>firstrunwizard</id>
	<name>First run wizard</name>
	<summary>A welcome and introduction wizard for Nextcloud</summary>
	<description>This application enables a pop-up window when a user first logs into Nextcloud. This window welcomes new users to Nextcloud, and contains links to the standard desktop client, Android app, and the iOS app. The window also shows a link for accessing Nextcloud via WebDAV. At any time, the first run wizard can be opened again via link "About" on settings menu.
The First run wizard can be customized to meet specific design goals, or to change links and messages. Create an appropriate theme following the Theming documentation, and changes to the look and feel of this Wizard are simple. More information is available in the first run wizard documentation, as well as the theming documentation.
</description>

	<version>2.14.0</version>
	<licence>agpl</licence>
	<author>Frank Karlitschek</author>
	<author>Jan-Christoph Borchardt</author>

	<namespace>FirstRunWizard</namespace>
	<default_enable/>

	<types>
		<logging/>
	</types>

	<category>tools</category>

	<website>https://github.com/nextcloud/firstrunwizard</website>
	<bugs>https://github.com/nextcloud/firstrunwizard/issues</bugs>
	<repository>https://github.com/nextcloud/firstrunwizard.git</repository>

	<dependencies>
		<nextcloud min-version="25" max-version="25" />
	</dependencies>

	<settings>
		<personal>OCA\FirstRunWizard\Settings\Personal</personal>
	</settings>

	<navigations>
		<navigation>
			<id>firstrunwizard_about</id>
			<name>About</name>
			<route>files.view.index</route>
			<icon>info.svg</icon>
			<order>6</order>
			<type>settings</type>
		</navigation>
	</navigations>
</info>