initial commit
authorUri Guttman <uri@cpan.org>
Fri, 31 Oct 2008 01:43:59 +0000 (20:43 -0500)
committerUri Guttman <uri@cpan.org>
Fri, 31 Oct 2008 01:43:59 +0000 (20:43 -0500)
commit9e609156353bacdda67eb190212f4d67181bbe83
tree7163751d1f86b1cc60e37722af1b62d31bfa2df3
initial commit
27 files changed:
.gitignore [new file with mode: 0644]
CMS/Simple.pm [new file with mode: 0644]
CMS/Simple/Filter/Markup.pm [new file with mode: 0644]
CMS/Simple/Parse.pm [new file with mode: 0644]
make_slides/bug.pl [new file with mode: 0644]
make_slides/cms.pl [new file with mode: 0755]
make_slides/make.pl [new file with mode: 0644]
make_slides/make_slides.pl [new file with mode: 0755]
make_slides/output/chapters.html [new file with mode: 0644]
make_slides/output/index.html [new file with mode: 0644]
make_slides/output/page-0101.html [new file with mode: 0644]
make_slides/output/page-0102.html [new file with mode: 0644]
make_slides/templates.old/bullet.tmpl [new file with mode: 0644]
make_slides/templates.old/code.tmpl [new file with mode: 0644]
make_slides/templates.old/footer.tmpl [new file with mode: 0644]
make_slides/templates.old/haiku.tmpl [new file with mode: 0644]
make_slides/templates.old/header.tmpl [new file with mode: 0644]
make_slides/templates.old/para.tmpl [new file with mode: 0644]
make_slides/templates/chapters.tmpl [new file with mode: 0644]
make_slides/templates/html_footer.tmpl [new file with mode: 0644]
make_slides/templates/html_header.tmpl [new file with mode: 0644]
make_slides/templates/index.tmpl [new file with mode: 0644]
make_slides/templates/item_body.tmpl [new file with mode: 0644]
make_slides/templates/page.tmpl [new file with mode: 0644]
make_slides/templates/page_body.tmpl [new file with mode: 0644]
make_slides/templates/page_footer.tmpl [new file with mode: 0644]
make_slides/templates/page_header.tmpl [new file with mode: 0644]