Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redtempo/dnnstuff.modulerotator
Module Rotator is a DNN module that allows you to rotate the content of multiple modules in the space of a single module.
https://github.com/redtempo/dnnstuff.modulerotator
dnn dotnetnuke module
Last synced: 2 days ago
JSON representation
Module Rotator is a DNN module that allows you to rotate the content of multiple modules in the space of a single module.
- Host: GitHub
- URL: https://github.com/redtempo/dnnstuff.modulerotator
- Owner: redtempo
- License: mit
- Archived: true
- Created: 2017-10-26T16:50:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T17:17:07.000Z (about 5 years ago)
- Last Synced: 2024-08-04T22:13:05.156Z (4 months ago)
- Topics: dnn, dotnetnuke, module
- Language: Visual Basic
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - Module Rotator - rotate modules on page change or timer. (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
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
# Module Rotator Module for DNN (DotNetNuke)
Module Rotator is a DNN module that allows you to rotate the content of multiple modules in the space of a single module.
## Minimum DNN Version
Current releases support DNN 7.2.0 and later
## Releases
[Releases](https://github.com/redtempo/dnnstuff.modulerotator/releases)
## Documentation
[Documentation](https://redtempo.github.io/dnnstuff.modulerotator/)
## 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