We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8863816 commit e7bee9eCopy full SHA for e7bee9e
1 file changed
generate/staticpages.php
@@ -44,6 +44,11 @@
44
$page->content(file_get_contents($source."handbook.html"));
45
writeFile('handbook/index.html', $page->out());
46
47
+// Added 4 April 2017 for Membership Initiative
48
+$page = new Page("Membership", "Download");
49
+$page->content(file_get_contents($source."membership.html"));
50
+writeFile('download/index.html', $page->out());
51
+
52
// Copy over the errata file for Processing: A Programming Handbook...
53
// copy($source.'processing-errata.txt', $path.'books/processing-errata.txt');
54
// Copy over the media.zip file for Getting Started with Processing...
0 commit comments