Summary | add Kernelpanic and Helpdesk |
Queue | Klutz |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | fsteinel (at) klutz (dot) horde (dot) flonet (dot) net |
Created | 07/04/2007 (6597 days ago) |
Due | |
Updated | 07/05/2007 (6596 days ago) |
Assigned | |
Resolved | 07/05/2007 (6596 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ add Kernelpanic and Helpdesk
Queue ⇒ Klutz
State ⇒ New
'name' => 'Help Desk',
'method' => 'direct',
'author' => 'Christopher B. Wright',
'url' =>
'http://ubersoft.net/files/comics/hd/hd{%Y%m%d}.png',
'comment' => 'Help Desk is a comic strip that I draw and write that
focuses on Alex, a top-rated employee in the technical support
division of Ubersoft, a very very evil computer company.',
'homepage' => 'http://ubersoft.net/comic/hd',
'enabled' => true,
'days' => array('mon', 'tue', 'wed', 'thu', 'fri'),
),
'kernelpanic' => array(
'name' => 'Kernel Panic',
'method' => 'direct',
'author' => 'Christopher B. Wright',
'url' => 'http://ubersoft.net/files/comics/kp/kp{%Y%m%d}.png',
'homepage' => 'http://ubersoft.net/comic/kp',
'enabled' => true,
'days' => 'random'
),