Team for Research in
Ubiquitous Secure Technology

How do I get rid of 'HomePage'?

To change the default, use CVS to edit wiki/local/pgcust.php and add $DefaultName or $DefaultGroup:
<?php if (!defined('PmWiki')) exit();
$DefaultGroup= "Gsoc";
$DefaultName= "Gsoc";
?>

See PmWiki Basic Variables for details.

Once you make your changes, check them in and then click on the CVS Update link on the main page.

For more information, see How do I edit pages in a group with the "CVS Authoring" option?