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