<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Sticks Framework</title>
<style type="text/css">
body { margin-left: 25%; margin-right: 25%; font-family: sans-serif; }
a { text-decoration: none; border-bottom: dotted gray 1px; color: blue; }
a:hover { border-bottom: solid blue 1px; }
span.filename { font-family: monospace; background-color: #ffffcc; }
p.footing { font-size: smaller; color: gray; }
hr { border: 0; height: 1px; color: #cccccc; background-color: #cccccc; }
ul#quickref { padding-left: 0; list-style: none; }
</style>
</head>
<body>
<h1>Sticks is up and running.</h1>
<h2>You can now start developing your application.</h2>
<p>To get started, all you need to do is edit <span class="filename"><?php echo TEMPLATE_PATH ?>/<?php echo DEFAULT_TEMPLATE ?>.html</span> (this file) and <span class="filename"><?php echo SCRIPT_PATH ?>/<?php echo DEFAULT_SCRIPT ?>.php</span>. It might also be a good idea to read the documentation, if you haven't done that already.</p>
<h2>Quick Reference</h2>
<ul id="quickref">
<li><code>$sticks->template</code> is the name of the template you wish to use for a script. It defaults to <em>default</em>.</li>
<li><code>$sticks->script_output</code> is the output generated by a script. Put it in your template files where you want the script output to show up.</li>
<li><code>$sticks->url($target)</code> will generate a correct Sticks link. The <code>$target</code> argument is a string with the format script/arg1/arg2/...</li>
</ul>
<hr />
<p class="footing"><a href="http://github.com/jdp/sticks">Sticks Microframework</a></p>
</body>
</html>