| 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 | 7/4/07 (6933 days ago) |
| Due | |
| Updated | 7/5/07 (6932 days ago) |
| Assigned | |
| Resolved | 7/5/07 (6932 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'
),