diff -r cb8897d7f508 -r 228adcfd8f23 factory/create_page --- a/factory/create_page Thu Jan 05 23:29:27 2012 +0100 +++ b/factory/create_page Fri Jan 06 00:02:26 2012 +0100 @@ -5,7 +5,7 @@ from optparse import OptionParser content_dir = "v2012" -content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "experiments.html", "linksend.html", "gameoflife.html") +content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "experiments.html", "linksend.html", "gameoflife.html", "mandelbrot.html") def create_page(frame_filename, content_filename, output_filename): frame_file = open(frame_filename, "r")