Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redtempo/dnnstuff.welcome

Welcome module for DNN (DotNetNuke)
https://github.com/redtempo/dnnstuff.welcome

dnn dotnetnuke module

Last synced: 2 months ago
JSON representation

Welcome module for DNN (DotNetNuke)

Awesome Lists containing this project

README

        

IMPORTANT: This project is not being maintained going forward. If you are interested in taking over this repo, please open an issue and I'll make arrangements for the transfer

# Welcome Module for DNN (DotNetNuke)

A DNN module whose visibility can be controlled by the site visitor

## Minimum DNN Version

Current releases support DNN 7.2.0 and later

## Releases

[Releases](https://github.com/redtempo/dnnstuff.welcome/releases)

## Documentation

[Documentation](https://redtempo.github.io/dnnstuff.welcome/)

## Building Extension Package

To build a package for installing with the DNN extension installer do the following:

Drop to a command line and go into the build folder

Run `build.bat [version] [configuration]`

where:

* version is the version formatted as major.minor.patch (ie. 01.04.05)
* configuration is the build configuration to use (Debug or Release)

Example:

* `build.bat 01.04.05 Release` will created a release build with version 01.04.05

All builds are written into the Build\Deploy folder