Skip to content

Commit

Permalink
Dotting the i's
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Mar 2, 2017
1 parent a01e3b6 commit 020d357
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ js/*.js
packages
.vscode
.vs
_*
_BuildSupport
_Development
_Packages
_References

33 changes: 33 additions & 0 deletions _Installation/Connect.UserAccess.dnn
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="Connect.UserAccess" type="PersonaBar" version="01.00.00">
<friendlyName>Connect.UserAccess</friendlyName>
<description>Personabar extension to manage users' access to the site</description>
<iconFile>~/DesktopModules/admin/Dnn.PersonaBar/images/module_icon_32x32.png</iconFile>
<owner>
<name>DNN Connect</name>
<organization>DNN Connect</organization>
<url>http://www.dnnsoftware.com</url>
<email>support@dnnsoftware.com</email>
</owner>
<dependencies>
<dependency type="CoreVersion">09.00.00</dependency>
<dependency type="ManagedPackage" version="01.00.00">Dnn.PersonaBar.UI</dependency>
</dependencies>
<azureCompatible>true</azureCompatible>
<components>
<component type="PersonaBarMenu">
<menu>
<identifier>Connect.UserAccess</identifier>
<moduleName>UserAccess</moduleName>
<resourceKey>nav_UserAccess</resourceKey>
<path>UserAccess</path>
<mobileSupport>true</mobileSupport>
<parent>Manage</parent>
<order>15</order>
</menu>
</component>
</components>
</package>
</packages>
</dotnetnuke>
17 changes: 17 additions & 0 deletions _Installation/License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Connect - http://dnn-connect.org<br/>
Copyright (c) 2017<br/>
by DNN Connect Association
<br/><br/>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<br/><br/>
The above copyright notice and this permission notice shall be included in all copies or substantial portions
of the Software.
<br/><br/>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
3 changes: 3 additions & 0 deletions _Installation/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Release Notes
This PersonaBar extension requires DNN version 9 or higher and having the core PersonaBar module installed (this is done by default).

0 comments on commit 020d357

Please sign in to comment.