diff --git a/.gitignore b/.gitignore
index efa3592..fd364ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
.git
workdir
outdir
-
+indir
diff --git a/TODO b/TODO
index da2e55e..eef2d42 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,2 @@
Multiple template files
-Windows compatability
-Eventually convert to pure python
+
diff --git a/htmlTemplate/header.html b/htmlTemplate/header.html
new file mode 100644
index 0000000..5fdebdc
--- /dev/null
+++ b/htmlTemplate/header.html
@@ -0,0 +1,9 @@
+
+
+
+
+ TITLE
+
+
+
+
diff --git a/outline b/outline
index 972a18a..4da7fea 100644
--- a/outline
+++ b/outline
@@ -1,12 +1,14 @@
Prompt for title
generate html headers
- $(date); os, software; xml parsers to see if updating existing page?
- store in variable; use sed and newline delimiters if needed
+ metadata
+ date, os, time, time modified
+ get from seperate file?
prompt for body
- vipe; probably markdown
- fuck it, sed NO BAD
+ markdown file
+
write navbar, sidebar with already-made files
edit navbar based on url
+ css
\ No newline at end of file
diff --git a/requirements b/requirements
index b02c76c..e69de29 100644
--- a/requirements
+++ b/requirements
@@ -1,4 +0,0 @@
-coreutils
-markdown.sh #https://github.com/chadbraunduin/markdown.bash, included in repo as markdown.sh
-moreutils # For text editor support
-