Skip to content

Commit 4dbefc2

Browse files
committed
Generating static pages for distro
1 parent 44493d9 commit 4dbefc2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

generate/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ function showloading()
6868
<a href="#" onclick="remote_link('updates.php'); return false;">Updates</a> \
6969
<a href="#" onclick="remote_link('staticpages.php'); return false;">Static Pages (FAQ, Copyright, Contribute, People)</a>
7070
</p>
71-
<p>&nbsp;</p>
7271
<p>Generate Reference:<br />
7372
<form action="#" method="post" onsubmit="new Ajax.Updater('status', 'reference.php',
7473
{ asynchronous: true, parameters: Form.serialize(this), onLoading: showloading }); return false;">

generate/staticpages_local.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919

2020
$page = new LocalPage('FAQ \\ Processing 1.0 (BETA)', "FAQ", "FAQ", './');
2121
$page->content(file_get_contents($source."faq.html"));
22-
writeFile('faq.html', $page->out());
23-
#copydirr($source.'/images', $path.'/images');
22+
writeFile('distribution/faq.html', $page->out());
2423

2524
#$page = new LocalPage('Contribute \\ Processing 1.0 (BETA)', "Contribute", "Contribute", '../');
2625
#$page->content(file_get_contents($source."contribute.html"));

0 commit comments

Comments
 (0)