{curl 3.0 applet}

||****************************************************||
|| The entry point for the Curl based version of the
|| curlbreaker.com magazine/portal.
||
|| Copyright:   2003 by bSoftware. All rights reserved.
|| Author:      Chris Banford - chris@curlbreaker.com
|| 
|| Many thanks to those who've helped with the curlbreaker.com
|| project, epecially: Friedger Müffke, Rachel Berger, Frank Germano,
|| Dave Asbell, Bert Halstead and all the others who've helped 
|| over the last several years get this off the ground.
||****************************************************||


|| Listing of all the resources.
{applet manifest = "manifest.mcurl",
    resource-directory = "resources",
    translations-file = "website.xml"
}


|| No scrollbar for the site.
{document-style PlainDocument}

|| Put the initial "loading" msg into the browser's status bar.
{{get-the-applet}.set-title {localize "Curlbreaker.com -- the Curl developer resource & showcase"}}
{{get-the-applet}.set-status {localize "Loading the CB.com main package..."}}

|| Import the Web-site package that gets the show rolling.
|| This package contains all of the base code and classes
|| for the curlbreaker.com site.
{import * from COM.CURLBREAKER.WEB-SITE}

|| Call the procedure that runs the site!
{startup}

















