Mercurial > judyates
annotate perl/make_website.pl @ 9:325fe78243c9 judyates
[svn r10] all the good stuff from my week at mom's.
author | rlm |
---|---|
date | Sun, 11 Apr 2010 22:05:32 -0400 |
parents | 60668cf4f443 |
children | b6ba604307fc |
rev | line source |
---|---|
rlm@0 | 1 print "Generating:\n"; |
rlm@0 | 2 `perl menu.pl`; |
rlm@0 | 3 print "menu\n"; |
rlm@0 | 4 `perl artwork_descriptions.pl`; |
rlm@0 | 5 print "artwork_descriptions\n"; |
rlm@0 | 6 `perl Contact.pl`; |
rlm@0 | 7 print "Contact\n"; |
rlm@0 | 8 `perl feedback.pl`; |
rlm@0 | 9 print "feedback\n"; |
rlm@0 | 10 `perl gallery.pl`; |
rlm@0 | 11 print "gallery\n"; |
rlm@0 | 12 `perl How_to_Order.pl`; |
rlm@0 | 13 print "How_to_Order\n"; |
rlm@0 | 14 `perl meet_the_artist.pl`; |
rlm@0 | 15 print "meet_the_artist\n"; |
rlm@0 | 16 `perl meet_the_artist_descriptions.pl`; |
rlm@0 | 17 print "meet_the_artist_descriptions\n"; |
rlm@0 | 18 `perl pricing.pl`; |
rlm@0 | 19 print "pricing\n"; |
rlm@0 | 20 `perl pets.pl`; |
rlm@0 | 21 print "pets\n"; |
rlm@0 | 22 `perl pet_descriptions.pl`; |
rlm@0 | 23 print "pet_descriptions\n"; |
rlm@0 | 24 `perl recent_sales.pl`; |
rlm@0 | 25 print "recent_sales\n"; |
rlm@0 | 26 `perl index.pl`; |
rlm@0 | 27 print "index\n"; |