Login
default.fossi1ish at [c0b759f730]
Login

File th1ish/cgi/pages/default.fossi1ish artifact a11c7ecfda part of check-in c0b759f730


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>}