Added in support for new HPC Dashboard View, ability to retrieve HPC Dashboard view from views.py in separate function, support for log4javascript to provide integration with browser console for debugging, and leaflet support for MakiMarkers on encodings.
diff --git a/planetstack/core/static/log4javascript-1.4.6/examples/demo.html b/planetstack/core/static/log4javascript-1.4.6/examples/demo.html
new file mode 100644
index 0000000..118b879
--- /dev/null
+++ b/planetstack/core/static/log4javascript-1.4.6/examples/demo.html
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>

+<!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" lang="en" xml:lang="en">

+	<head>

+		<title>log4javascript demo redirect</title>

+		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />

+		<meta name="author" content="Tim Down - tim@log4javascript.org" />

+		<meta name="description" content="log4javascript, a logging framework for JavaScript based on log4j" />

+		<meta name="robots" content="noindex" />

+		<meta http-equiv="refresh" content="0; url=../demos/basic.html" />

+	</head>

+	<body>

+		This page has been replaced by <a href="/demos/basic.html">the basic demo page</a>.

+		Please use this link if you are not redirected automatically.

+	</body>

+</html>