diff --git a/pom.xml b/pom.xml index 3db38a0..f3d5e3b 100644 --- a/pom.xml +++ b/pom.xml @@ -62,25 +62,32 @@ - - org.janusgraph - janusgraph-core - 0.2.0 - - - - - org.janusgraph - janusgraph-hbase - 0.2.0 - - - - - org.janusgraph - janusgraph-es - 0.2.0 - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -116,6 +123,19 @@ maven-deploy-plugin 2.8.2 + + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + + diff --git a/website/error.html b/website/error.html index d4249a5..cefe1e1 100644 --- a/website/error.html +++ b/website/error.html @@ -25,9 +25,9 @@ - + + + diff --git a/website/faq.html b/website/faq.html index f2ce32b..9df4594 100644 --- a/website/faq.html +++ b/website/faq.html @@ -24,9 +24,9 @@ - + + + diff --git a/website/graph.html b/website/graph.html index 4bc8404..da82a35 100644 --- a/website/graph.html +++ b/website/graph.html @@ -79,9 +79,9 @@ - + + + @@ -185,13 +185,13 @@ /** Web socket to communicate with the steam friend java server */ - connection = new WebSocket('ws://localhost:4444'); + connection = new WebSocket('ws://steam.student.rit.edu:4444'); setTimeout(function() { - if (this.connection.readyState != 1) { - console.log("fuck"); + if (this.connection.readyState != 1) + { document.location.href = "error.html"; } }, 3000); diff --git a/website/graphs.html b/website/graphs.html index be65837..9a56320 100644 --- a/website/graphs.html +++ b/website/graphs.html @@ -24,9 +24,9 @@ - + + + diff --git a/website/index.html b/website/index.html index 0afa2c7..635b8c0 100644 --- a/website/index.html +++ b/website/index.html @@ -25,9 +25,9 @@ - + + + @@ -51,6 +51,46 @@



+ + +

Steam Graph Analysis

This is a project that I threw together during the weekend to play around with