Add Registration functionality and tidy up
[WeStealzYourDataz.git] / index.md
index 1435451..bdb514e 100644 (file)
--- a/index.md
+++ b/index.md
@@ -1,9 +1,10 @@
-# 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).
 
 ## Introduction
 
@@ -114,13 +115,14 @@ This is a list of many, but not all, of the very many resources I looked at in d
 
 [Markdown syntax](http://daringfireball.net/projects/markdown/syntax)
 
-
 ### NetBeans IDE
 
 [How to configure \@author tag](http://stackoverflow.com/questions/15922390/netbeans-how-to-change-author)
 
 [Writing JUnit tests](https://netbeans.org/kb/docs/java/junit-intro.html#Exercise_20)
 
+[How to set command line arguments for Run File](http://stackoverflow.com/questions/9168759/netbeans-how-to-set-command-line-arguments-in-java)
+
 
 ### Java documentation
 
@@ -130,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