###Nuget feed: http://buildserver1:8080/guestAuth/app/nuget/v1/FeedService.svc/
###Nuget package Id PM>install-package WatchGuard.DvrConfiguration
##1. Hydrate the DvrConfigurationVista object
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="KendoUI Filtered ListView" /> | |
| <meta charset="utf-8"> | |
| <title>Untitled</title> | |
| <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.common.min.css"> | |
| <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.rtl.min.css"> | |
| <link rel="stylesheet" href="http://cdn.kendostatic.com/2014.2.716/styles/kendo.default.min.css"> |
| .product h3 { | |
| font-size: 1.3em; | |
| line-height: 1.4em; | |
| margin: 0; | |
| padding: 0; | |
| height: 1.3em; | |
| overflow: hidden; | |
| } | |
| .product p { | |
| font-size: 1em; |
| .product h3 { | |
| font-size: 1.3em; | |
| line-height: 1.4em; | |
| margin: 0; | |
| padding: 0; | |
| height: 1.3em; | |
| overflow: hidden; | |
| } | |
| .product p { | |
| font-size: 1em; |
###Nuget feed: http://buildserver1:8080/guestAuth/app/nuget/v1/FeedService.svc/
###Nuget package Id PM>install-package WatchGuard.DvrConfiguration
##1. Hydrate the DvrConfigurationVista object
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>Burndown Chart</title> | |
| <style> | |
| .chart { | |
| border: 1px solid black; | |
| } | |
| .chart div { |
| (function () { | |
| 'use strict'; | |
| var express = require('express'); | |
| var bodyParser = require('body-parser'); | |
| var redis = require('redis'); | |
| var app = express(); | |
| app.use(bodyParser.urlencoded({extended:true})); | |
| app.use(bodyParser.json()); |
| var gulp = require('gulp'); | |
| var cheerio = require('cheerio'); | |
| var fs = require('fs'); | |
| var _ = require('lodash'); | |
| gulp.task('default', function () { | |
| console.log('take a big ole gulp'); | |
| }) | |
| gulp.task('migrateSongs', function () { |
| <table align="center" cellpadding="0" cellspacing="0" class="styleMainTable" id="tableMain"> | |
| <tr> | |
| <td> | |
| <table cellspacing="0" class="style1"> | |
| <tr valign="top"> | |
| <td width="100%"> | |
| <div id="PanelMain" class="styleMainPanel" style="height:816px;overflow-y:scroll;"> | |
| <table id="tableBook" cellspacing="0" cellpadding="0" class="styleBookTable" border="0" style="color:LightGrey;background-color:Black;font-family:Arial;font-size:31pt;border-collapse:collapse;"> | |
| <tr id="TOP" style="color:#4264FF;background-color:Black;"> |
| var cheerio = require('cheerio'); | |
| var fs = require('fs'); | |
| var _ = require('lodash'); | |
| console.log('migrating song data'); | |
| var $ = cheerio.load(fs.readFileSync('./ViewBook.aspx.htm'), { | |
| normalizeWhitespace: false | |
| }); | |
| var songBookFile = fs.createWriteStream('songBook.json'); |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <title> | |
| Songbooks Live - Songbook Viewer | |
| </title> | |
| <style type="text/css"> | |
| html, |