-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEngageTellAFriend.5.dnn
92 lines (92 loc) · 4.06 KB
/
EngageTellAFriend.5.dnn
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Engage: Tell A Friend" type="Module" version="REPLACED BY NANT">
<friendlyName>Engage: Tell A Friend</friendlyName>
<description>A simple and flexible module for sharing DNN websites from Engage Software (http://www.engagesoftware.com/).</description>
<iconFile>DesktopModules/EngageTellAFriend/images/tellafriend-icon32.png</iconFile>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url><![CDATA[<a href="http://www.engagesoftware.com/">http://www.engagesoftware.com/</a>]]></url>
<email><![CDATA[<a href="mailto:[email protected]">[email protected]</a>]]></email>
</owner>
<license src="REPLACED BY NANT"/>
<releaseNotes src="REPLACED BY NANT" />
<dependencies>
<dependency type="CoreVersion">6.0.0</dependency>
</dependencies>
<components>
<component type="ResourceFile">
<resourceFiles>
<basePath>DesktopModules/EngageTellAFriend</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
<component type="Module">
<desktopModule>
<moduleName>Engage.TellAFriend</moduleName>
<foldername>EngageTellAFriend</foldername>
<businessControllerClass>Engage.Dnn.TellAFriend.FeaturesController</businessControllerClass>
<moduleDefinitions>
<moduleDefinition>
<friendlyName>EngageTellAFriend</friendlyName>
<defaultCacheTime>0</defaultCacheTime>
<moduleControls>
<moduleControl>
<controlKey/>
<controlSrc>DesktopModules/EngageTellAFriend/ViewTellAFriend.ascx</controlSrc>
<controlType>View</controlType>
</moduleControl>
<moduleControl>
<controlKey>Settings</controlKey>
<controlSrc>DesktopModules/EngageTellAFriend/Settings.ascx</controlSrc>
<controlType>Edit</controlType>
</moduleControl>
</moduleControls>
</moduleDefinition>
</moduleDefinitions>
</desktopModule>
</component>
<component type="Assembly">
<assemblies>
<assembly>
<name>EngageTellAFriend.dll</name>
<version>REPLACED BY NANT</version>
</assembly>
</assemblies>
</component>
<component type="Script">
<scripts>
<basePath>DesktopModules/EngageTellAFriend</basePath>
<script type="UnInstall">
<name>UnInstall.SqlDataProvider</name>
<version>REPLACED BY NANT</version>
</script>
</scripts>
</component>
</components>
</package>
<package name="EngageTellAFriend" type="SkinObject" version="1.0.0">
<friendlyName>Engage: Tell A Friend Skin Object</friendlyName>
<description>A simple and flexible skin object for sharing DNN websites from Engage Software (http://www.engagesoftware.com/).</description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url><![CDATA[<a href="http://www.engagesoftware.com/">http://www.engagesoftware.com/</a>]]></url>
<email><![CDATA[<a href="mailto:[email protected]">[email protected]</a>]]></email>
</owner>
<license src="REPLACED BY NANT"/>
<releaseNotes src="REPLACED BY NANT" />
<components>
<component type="SkinObject">
<moduleControl>
<controlKey>EngageTellAFriend</controlKey>
<controlSrc>DesktopModules/EngageTellAFriend/ViewTellAFriend.ascx</controlSrc>
</moduleControl>
</component>
</components>
</package>
</packages>
</dotnetnuke>