Difference between revisions of "Main Page"
From Owl
(→Developers) |
|||
Line 11: | Line 11: | ||
Owl supports a scrip-based parsing system that allows for a variety of message board software to be supported without subsequent releases. | Owl supports a scrip-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. | + | 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. |
== Getting started == | == Getting started == |
Revision as of 11:53, 3 March 2013
Owl is a message board client that allows for the easy reading and posting to message boards.
A public Beta release is expected by April or May.
Road Map
Owl 1.0 will be released with support for vBulletin 3.x (3.6 and above), vBulletin 4.x and phpBB 3.x.
Developers
Owl supports a scrip-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.