include "template.class.php";
$template = new Template;
$template->load("layout_knowledge.html");
$template->replace("keywords", "open source music applications, free music programs, music publishing advice, digital remxing, laptop remixing, digital distribution");
$template->replace("title", "Knowledge - Open Source Hip Hop | Free Music Tools for the New School");
$template->replace("description", "Learn how to use open source tools to make hit records in the areas of selecting an operating system, open source software, recording, remixing, publishing, and distributing your music.");
$template->replace("h1", "know(the)ledge");
$template->replace("leftcopy", "
");
$template->publish();
?>