<?xml version="1.0" standalone="no" ?>
<!DOCTYPE Qbit PUBLIC
"-//aQtive//Qbit Specification V1.2Beta//EN"
"http://www.aQtive.com/dtd/qbit_v1.2Beta.dtd">
<!-- Regular Expression Qbit Template -->
<!-- Author Alan Dix -->
<!-- Copyright aQtive Ltd 1999 -->
<Qbit>
<!-- Recogniser Bits -->
<Recogniser>
<Name>**qbitname** Recogniser</Name>
<Recognises>
<Match Type="RegExp">**regexp**</Match>
</Recognises>
<!-- N.B. Recogniser "Is" should match Service "For" -->
<Is Type="User" Name="**qbitname** Type">
<Field Name="code" Expand="Yes">$1</Field>
</Is>
</Recogniser>
<!-- Service Bits -->
<Service>
<Name>**qbitname**</Name>
<Icon>user/images/**icon**</Icon>
<Author>**yourname**</Author>
<Help>**help**</Help>
<For Type="User" Name="**qbitname** Type">
<URL Expand="Yes" Label="**label**" >**webpage**</URL>
</For>
</Service>
</Qbit>