Add Registration functionality and tidy up
[WeStealzYourDataz.git] / index.md
index a813f08..bdb514e 100644 (file)
--- a/index.md
+++ b/index.md
@@ -1,8 +1,8 @@
-# We Stealz Your Dataz (WSYD) social network
+% We Stealz Your Dataz (WSYD) social network
 
 This document is created as `index.md` in Markdown text. It can be manually converted to HTML using pandoc with the command:
 
-    pandoc --standalone --from=markdown --to=html5 --output=index.html index.md
+    pandoc --standalone --self-contained --css styles.css --toc --from=markdown --to=html5 --output=index.html index.md
 
 The [**To Do list**](todo.html).
 
@@ -132,6 +132,8 @@ This is a list of many, but not all, of the very many resources I looked at in d
 
 [Controlling Access to Members of a Class](https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html)
 
+[Nested and Anonymous Classes - access to outer class variables](http://en.wikibooks.org/wiki/Java_Programming/Nested_Classes#Anonymous_Classes)
+
 
 ### Java Generics