<%
    use ui::cmn;
    my ($prj) = @_;
%>

<%= __('Gongratulations! The Wizard has completed.') %> <!-- FIXME - more blurb -->

Project's settings have been successfully initialized. <p>

Please see <a  class=wslink target=helpwindow href=http://stunnix.com/prod/aws/video/>video tutorials</a>
on what to do next.
<p>
Here is a short reminder of what steps to perform  next:
<style type=text/css>
tt { font-family: verdana; font-weight: bold; font-size:90%;  }
</style>

<ul>
<li>Please go to <a href=menu.build>Make Prototype</a> menu to build your prototype.
<li>After building the Prototype, just run it by going to <tt>Project</tt> &rArr; <tt>Browse output directory</tt>
    and starting it the way you did when starting CDBuilder (i.e. click on runcd.exe on Windows or "Run CD on Mac OS X"
    on Mac). 
<li>If you've enabled CDInspector, just click
    <tt>Open Directory with Web Scripts</tt> button in CDInspector window and copy your web scripts into that directory. 
<li>click <tt>Run PhpMyAdmin to import your data</tt> button in CDInspector window
    to import your .sql backups into a MySQL database. 
<li>Then stop the Prototype,
and do <tt>Copy from prototype</tt> &rArr; <tt>Copy db files and web docs back from prototype to input dir</tt>
to backport all changes you've made to Project's Input Directory.
<li> After that, alter Project Settings as you need (e.g. disable CDInspector), and then
<li>do <tt>Make prototype</tt>
&rArr; <tt>Clear dir with prototype then copy all files</tt> to recreate your Prototype using data only from 
your Project Input Directory.
<li>Start and test your Prototype. If it works properly, it means that all you need to recreate the Prototype is inside
    Project's input directory.
<li>Optimize and pack the prototype using <tt>Optimize &amp; Pack Prototype</tt> menu. See 
    <a class=wslink target=helpwindow 
	href=http://stunnix.com/prod/aws/video/website-packing-to-run-from-cdrom-or-usb-thumb-drive.shtml#video>
    this video</a> on how
    to pack Prototype for distribution on CD and into downloadable OS-specific packages.
</ul>

<p>
Of course you can use the wizard again using 
<a href=project.runwizard>Project &rArr; Re-run settings wizard..</a>.

