const CGI = api.cgi
const R = CGI.request
const F = CGI.getFossilInstance()
const out = api.io.output
$out <<<EOF
<div>
This page demonstrates using a scripting language binding to
<a href='http://fossil.wanderinghorse.net/repos/libfossil'>libfossil</a>
to create applications which can browse repository database content.
</div>
<div>
See the menu at the top for other things to do and see.
</div>
<div>
Current repository:
EOF
$out ' ' Fossil.client.linkToProject( '', F.getProjectName() )
$out {</div>}