factory/create_page
changeset 84 b7834ce141c4
parent 83 228adcfd8f23
child 85 e78c4a33e958
     1.1 --- a/factory/create_page	Fri Jan 06 00:02:26 2012 +0100
     1.2 +++ b/factory/create_page	Fri Jan 06 01:23:40 2012 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  from optparse import OptionParser
     1.5  
     1.6  content_dir = "v2012"
     1.7 -content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "experiments.html", "linksend.html", "gameoflife.html", "mandelbrot.html")
     1.8 +content_files = ("index.html", "resume.html", "howiwork.html", "personalwork.html", "books.html", "links.html", "linksend.html", "gameoflife.html", "mandelbrot.html")
     1.9  
    1.10  def create_page(frame_filename, content_filename, output_filename):
    1.11     frame_file = open(frame_filename, "r")