Difference between revisions of "Developers"

From Owl
Jump to: navigation, search
(Developers)
(Parsers)
Line 7: Line 7:
 
== Parsers ==  
 
== Parsers ==  
  
Owl parsers are dynamically loaded at Owl's runtime and enable Owl to support a variety of Internet forums.
+
Owl parsers are dynamically loaded at Owl's runtime and enable Owl to support a variety of Internet forums. Parsers are written in Lua and stored in a subfolder of the Owl installation directory called '''parsers'''.

Revision as of 22:09, 9 March 2013

Developers

Owl supports a script-based parsing system that allows for a variety of message board software to be supported without subsequent releases.

Developers can write their own parsers that support an entire message board software or just a single message board. The Owl Lua API provides parser developers with tools to help with the process of writing parsers.

Parsers

Owl parsers are dynamically loaded at Owl's runtime and enable Owl to support a variety of Internet forums. Parsers are written in Lua and stored in a subfolder of the Owl installation directory called parsers.