Navigation:  Using iKog >

Customising ikog

Previous pageReturn to chapter overviewNext page

from version 1.90

If you want to modify some of the outputs without editing the main program file you can do this by using a plugin file called ikogPlugin.py.  This requires knowledge of Python so if you don't want to do any programming, skip this topic and don't download the file.

 

The ikogPlugin provides a mechanism for modifying the behaviour of  iKog.  If the plugin file is created it must contain every function.  A zip file contain an example file is contained in the zip file below.

 

To download the example plugin file just click on the download link below.

 

Link

ikogPlugin.zip

 

 

Extract the ikogPlugin.py and then edit the contents to manipulate the output from iKog.   Documentation is contained in the file.  The supplied file is not of any practical use in its own right but merely adds tags, which although disrupting the output, make it relatively easy to see where the methods are called and what their effect is.  To make any practical use of the methods you will need to get out your regular expressions books and parse the strings - sorry :)