{"id":13789542,"url":"https://github.com/r7-labs/R7.Dnn.Templates","last_synced_at":"2025-05-12T07:30:46.558Z","repository":{"id":13411415,"uuid":"16099930","full_name":"r7-labs/R7.Dnn.Templates","owner":"r7-labs","description":"DNN Platform project templates and helper addin for MonoDevelop / Xamarin Studio","archived":true,"fork":false,"pushed_at":"2018-03-19T10:52:19.000Z","size":409,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-18T04:33:43.545Z","etag":null,"topics":["dnn","dotnetnuke","monodevelop","msbuild","project-templates","visual-studio-for-mac","xamarin-studio"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r7-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-21T10:54:55.000Z","updated_at":"2024-04-21T17:59:38.000Z","dependencies_parsed_at":"2022-09-13T08:00:35.772Z","dependency_job_id":null,"html_url":"https://github.com/r7-labs/R7.Dnn.Templates","commit_stats":null,"previous_names":["r7-labs/r7.dnn.templates","roman-yagodin/r7.dnn.templates"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7-labs%2FR7.Dnn.Templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7-labs%2FR7.Dnn.Templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7-labs%2FR7.Dnn.Templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r7-labs%2FR7.Dnn.Templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r7-labs","download_url":"https://codeload.github.com/r7-labs/R7.Dnn.Templates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253695019,"owners_count":21948800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dnn","dotnetnuke","monodevelop","msbuild","project-templates","visual-studio-for-mac","xamarin-studio"],"created_at":"2024-08-03T22:00:26.907Z","updated_at":"2025-05-12T07:30:46.150Z","avatar_url":"https://github.com/r7-labs.png","language":"C#","funding_links":[],"categories":["Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":["Development Tools"],"readme":"# About R7.Dnn.Templates\r\n\r\nDNN Platform templates addin for MonoDevelop / Xamarin Studio contains project templates\r\nwhich could be used to speedup extension development process for popular ASP.NET CMS/CMF DNN Plaform (formely DotNetNuke). \r\nIn it's current state, there are templates for module and skinobject extensions, deployment project with install packaging\r\nand local deploy MSBuild scripts - and there will be more in the future releases!\r\n\r\nAddin also enables syntax highlighting for SQL dataprovider scripts (`.sqldataprovider`, `.SqlDataProvider`),\r\nand also DNN manifest files (`.dnn`, `.dnn5` and `.dnn6`), NuGet specifications (`.nuspec`), SCSS (`.scss`) and\r\nReact files (`.jsx`).\r\n\r\n# License\r\n\r\n[![GPLv3](http://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl.txt)\r\n\r\nThe *R7.Dnn.Templates* is free software: you can redistribute it and/or modify it under the terms of \r\nthe GNU General Public License as published by the Free Software Foundation, either version 3 of the License, \r\nor (at your option) any later version.\r\n\r\n*Important:* Since project's main purpose is to generate template code for other projects, \r\nall produced code goes under the terms of the license you choose for your projects.\r\n\r\n# Install from MonoDevelop addin repository\r\n\r\n1. Open MonoDevelop / Xamarin Studio and go to \"Tools \u0026gt; Add-ins\".\r\n2. Switch to \"Gallery\" tab, open \"Web Development\", select \"DNN Platform Templates\" (make sure that Beta channel is enabled).\r\n3. Press \"Install\" button. If disabled, select addin and press \"Enable\".\r\n\r\n![Install using addin manager](https://raw.githubusercontent.com/roman-yagodin/R7.Dnn.Templates/master/images/install-addin-manager.png)\r\n\r\n# Install from file\r\n\r\n1. Download latest addin release from [here](https://github.com/roman-yagodin/R7.Dnn.Templates/releases).\r\n2. Open MonoDevelop / Xamarin Studio and go to \"Tools \u0026gt; Add-ins\".\r\n3. Press \"Install from file...\" button, select downloaded `.mpack` file and press \"Open\".\r\n4. Now you shoud see \"DNN Platfrom Templates\" in \"Web Development\" section. If disabled, select it and press \"Enable\".\r\n\r\n# Create new solution\r\n\r\n1. Go to \"File \u0026gt; New \u0026gt; Solution\", then \"Other \u0026gt; DNN Platform\" and create new project using \"WebForms Module Project\" template.\r\n2. Follow instructions in the `SETUP.md` to setup development environment.\r\n\r\n![New solution screen](https://raw.githubusercontent.com/roman-yagodin/R7.Dnn.Templates/master/images/new-solution.png)\r\n\r\n# Note for Visual Studio users\r\n\r\nNote that MonoDevelop / Xamarin Studio use same solution and project format as MS Visual Studio (and SharpDevelop). \r\nSo you could create your project with MonoDevelop / Xamarin Studio and then continue to work on it with VS\r\n(not without some minor quirks, but still).\r\n\r\nNote that there are some good native VS templates for DNN modules:\r\n\r\n* [Official Templates for DNN Platform 8](https://github.com/dnnsoftware/DNN.Templates)\r\n* [Christoc's DotNetNuke Extension Development templates](https://github.com/ChrisHammond/DNNTemplates)\r\n* [BiteTheBullet](http://www.bitethebullet.co.uk/VS2010DNNTemplate.aspx) (slightly outdated)\r\n\r\nTry them and [drop me a line](https://github.com/roman-yagodin/R7.Dnn.Templates/issues) about which features you'd \r\nwant to see in *R7.Dnn.Templates*!\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr7-labs%2FR7.Dnn.Templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr7-labs%2FR7.Dnn.Templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr7-labs%2FR7.Dnn.Templates/lists"}