inherit "/std/board/bboard";
void create()
{
bboard::create();
set_attic_dir ("/d/Fooland/data/attic") ;
set_save_dir("/d/Fooland/data") ;
set_save_file("hall");
set_location("/d/Fooland/hall") ;
set ("short.text", "General purpose bulletin board") ;
}