Back
Creating the Skeleton
Creating the Skeleton
Creating the Skeleton
Forward



Step 1: Creating the Skeleton

  • Find a cool name: Mopple
  • cvs export -d mopple -r HEAD skeleton
  • Replace all "skeleton" strings with "mopple"
  • mv mopple/lib/Skeleton.php mopple/lib/Mopple.php
  • Create the icon mopple/themes/graphics/mopple.png
  • Create a registry entry:

<?php
$this
->applications['mopple'] = array(
    
'fileroot' => dirname(__FILE__) . '/../mopple',
    
'webroot' => $this->applications['horde']['webroot'] . '/mopple',
    
'name' => _("MP3 Library"),
    
'status' => 'active',
    
'menu_parent' => 'organizing'
);
?>