diff --git a/examples/network/categories/data/JOIN ME WITH GRAPHVIZ.html b/examples/network/categories/data/JOIN ME WITH GRAPHVIZ.html
deleted file mode 100644
index 908aaa94..00000000
--- a/examples/network/categories/data/JOIN ME WITH GRAPHVIZ.html
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
+ Error: Cannot fetch the example data because of security restrictions in JavaScript. Run the example from a server instead of as a local file to resolve this problem. Alternatively, you can copy/paste the data of DOT graphs manually in the textarea below.
+
+
+
+
+ Play around with the DOT language in the textarea below, or select one of the following examples:
+
+ The examples marked with a star (*) come straight from the gallery of GraphViz.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/network/graphviz/data/fsm.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/fsm.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/fsm.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/fsm.gv.txt
diff --git a/examples/network/graphviz/data/hello.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/hello.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/hello.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/hello.gv.txt
diff --git a/examples/network/graphviz/data/process.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/process.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/process.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/process.gv.txt
diff --git a/examples/network/graphviz/screenshots/fsm.png b/examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/fsm.png
similarity index 100%
rename from examples/network/graphviz/screenshots/fsm.png
rename to examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/fsm.png
diff --git a/examples/network/graphviz/screenshots/hello.png b/examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/hello.png
similarity index 100%
rename from examples/network/graphviz/screenshots/hello.png
rename to examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/hello.png
diff --git a/examples/network/graphviz/screenshots/softmaint.png b/examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/softmaint.png
similarity index 100%
rename from examples/network/graphviz/screenshots/softmaint.png
rename to examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/softmaint.png
diff --git a/examples/network/graphviz/screenshots/traffic_lights.png b/examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/traffic_lights.png
similarity index 100%
rename from examples/network/graphviz/screenshots/traffic_lights.png
rename to examples/network/categories/data/dotLanguage/graphvizGallery/screenshots/traffic_lights.png
diff --git a/examples/network/graphviz/data/siblings.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/siblings.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/siblings.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/siblings.gv.txt
diff --git a/examples/network/graphviz/data/softmaint.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/softmaint.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/softmaint.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/softmaint.gv.txt
diff --git a/examples/network/graphviz/data/traffic_lights.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/traffic_lights.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/traffic_lights.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/traffic_lights.gv.txt
diff --git a/examples/network/graphviz/data/transparency.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/transparency.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/transparency.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/transparency.gv.txt
diff --git a/examples/network/graphviz/data/twopi2.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/twopi2.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/twopi2.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/twopi2.gv.txt
diff --git a/examples/network/graphviz/data/unix.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/unix.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/unix.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/unix.gv.txt
diff --git a/examples/network/graphviz/data/world.gv.txt b/examples/network/categories/data/dotLanguage/graphvizGallery/world.gv.txt
similarity index 100%
rename from examples/network/graphviz/data/world.gv.txt
rename to examples/network/categories/data/dotLanguage/graphvizGallery/world.gv.txt
diff --git a/examples/network/categories/data/dot_language.html b/examples/network/categories/data/dot_language.html
deleted file mode 100644
index 4f3df920..00000000
--- a/examples/network/categories/data/dot_language.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
- Network | DOT Language
-
-
-
-
-
-
-
- The following examples are unmodified copies from the
- Graphviz Gallery.
-
-
- Note that some style attributes of Graphviz are not supported by vis.js,
- and that vis.js offers options not supported by Graphviz (which could make
- some examples look much nicer).
-
-
-
-
-
-
-
-
-
-
-
diff --git a/lib/network/dotparser.js b/lib/network/dotparser.js
index dd0c73f7..647ff63b 100644
--- a/lib/network/dotparser.js
+++ b/lib/network/dotparser.js
@@ -4,6 +4,8 @@
*
* DOT language reference: http://www.graphviz.org/doc/info/lang.html
*
+ * DOT language attributes: http://graphviz.org/content/attrs
+ *
* @param {String} data Text containing a graph in DOT-notation
* @return {Object} graph An object containing two parameters:
* {Object[]} nodes