Difference between revisions of "Main Page"

From Owl
Jump to: navigation, search
Line 1: Line 1:
{| cellspacing=5 cellpadding=5 border=0 width=100%
+
= Owl =
|valign=top|
 
== Introduction ==
 
The Owl Message Board Client is a program that allows users to easily read from and post to message boards of varying message board software. The goal of Owl is to support as many different message boards as possible. Owl version 1.0 includes native support for Tapatalk 4.3 and includes a parser for vBulletin 3.x.
 
  
The Owl Wiki is a documentation wiki aimed at helping those who want more information in order to download, install and use the Owl Message Board Client. The Owl Wiki also provides detailed documentation on those who wish to write Owl Parsers. Owl Parsers are written in Lua and allow third party developers to add support to Owl for other message board software. Owl Parsers can even target specific message boards like reddit or 4chan.
+
[[File:2015-12-19-screenshot.png|frame|none|alt=Owl Client Screenshot|caption Owl Client Screenshot]]
  
Owl currently runs on Windows (Windows 7 and later) and MacOS (10.6 and later). Mobile versions are planned for Android, iPhone and Windows Phone.
+
== What is Owl? ==
  
== Release Plan ==
+
Owl is a “message board client” for OS X and Windows. It offers a simplfied user interface to browse message boards. It is currently compatible with Tapatalk 4.x and most vBulletin 3.x message boards.
  
We are working on a release plan for the first version of Owl. In the next week we plan to start releasing regular builds. You can see our release plan here: [[Owl 1.0 Release Plan]].
+
== Todo List ==
  
== Quick Links ==
+
Owl has mostly been a on person job working on this project between work, school and family. As a result there are several improvements the code could use and a number of features that either to be implemented, refactored or removed. Here is a broad list of things that should be completed before a 1.0 release.
{| cellspacing=5 cellpadding=5 border=0 width=100%
 
{{Block|Download|Download|Download_block.png|Look here for all your download needs}}
 
{{Block|Help|Help & Issues|FAQ_block.png|Visit [http://www.owlclient.com/forum our forum] for help or [http://bugs.owlclient.com view open issues].}}
 
|-
 
{{Block|Administrators|Administrators|Parsers.jpg|Resources for administrators of message boards}}
 
{{Block|Developers|Developers|Guide_block.png|Resources for developers writing new parsers for Owl}}
 
|}
 
  
|valign=top align=right|[[File:OwlScreenshot4.png|thumb|250px]] <br>
+
=== New Features ===
Owl screenshot. [http://www.twitter.com/owlprogramming More screenshots on Twitter]
+
 
|}
+
These are features that are considered a must-have for a real 1.0 release
 +
 
 +
* Forum Runner support (Lua or native (C++))
 +
* vBulletin 4.x and 5.x support
 +
* Other board software support (phpBB, XenForo, SMF)
 +
* Spell checking in post editor (Note: Hunspell’s licence may not be Mac App Store compatible)
 +
 
 +
=== Nice to have Features ===
 +
 
 +
Features that do not have to be in 1.0 but would be nice to have
 +
 
 +
* Improved wizard interface when adding a new board
 +
* Improved error reporting
 +
* Lua toolset for parser writers (?)
 +
 
 +
=== Code Cleanup ===
 +
 
 +
Some items in the code that need to be chaged or removed before a 1.0 release
 +
 
 +
* Remove server listening code that was to be used for single app instance in some OSes
 +
* Remove the hardcoded seed value for encryption used for password storage
 +
 
 +
== Twitter ==
 +
 
 +
Follow us on Twitter: https://twitter.com/owlclient
 +
 
 +
== Website ==
 +
 
 +
* http://owlclient.com
 +
 
 +
== Mac App Store ==
 +
 
 +
* https://itunes.apple.com/us/app/owl/id916200155
 +
 
 +
== Releases ==
 +
 
 +
* Version 0.7.2 released - 2015-01-22 (Based on Qt 5.x)
 +
* Version 0.7.1 released - 2014-10-13
 +
* Version 0.7.0 released - 2014-09-27
 +
* Version 0.5.0 initial release - 2014-09-22
 +
 
 +
== History ==
 +
 
 +
Owl was originally developed by Adalid Claure ([mailto:aclaure@gmail.com aclaure@gmail.com]). The program was originally released a closed sourced project in 2014. Many of the icons were created by Robert Burnham ([mailto:burntham77@gmail.com burntham77@gmail.com]) and the original vBulletin encryptor plugin was written by Joe DiBiasi ([mailto:joedibiasi@gmail.com joedibiasi@gmail.com]).
 +
 
 +
Owl is named in the spirit of the popular OSX email client, Sparrow, from which many UX ideas were taken.

Revision as of 13:58, 18 February 2016

Owl

Owl Client Screenshot
caption Owl Client Screenshot

What is Owl?

Owl is a “message board client” for OS X and Windows. It offers a simplfied user interface to browse message boards. It is currently compatible with Tapatalk 4.x and most vBulletin 3.x message boards.

Todo List

Owl has mostly been a on person job working on this project between work, school and family. As a result there are several improvements the code could use and a number of features that either to be implemented, refactored or removed. Here is a broad list of things that should be completed before a 1.0 release.

New Features

These are features that are considered a must-have for a real 1.0 release

  • Forum Runner support (Lua or native (C++))
  • vBulletin 4.x and 5.x support
  • Other board software support (phpBB, XenForo, SMF)
  • Spell checking in post editor (Note: Hunspell’s licence may not be Mac App Store compatible)

Nice to have Features

Features that do not have to be in 1.0 but would be nice to have

  • Improved wizard interface when adding a new board
  • Improved error reporting
  • Lua toolset for parser writers (?)

Code Cleanup

Some items in the code that need to be chaged or removed before a 1.0 release

  • Remove server listening code that was to be used for single app instance in some OSes
  • Remove the hardcoded seed value for encryption used for password storage

Twitter

Follow us on Twitter: https://twitter.com/owlclient

Website

Mac App Store

Releases

  • Version 0.7.2 released - 2015-01-22 (Based on Qt 5.x)
  • Version 0.7.1 released - 2014-10-13
  • Version 0.7.0 released - 2014-09-27
  • Version 0.5.0 initial release - 2014-09-22

History

Owl was originally developed by Adalid Claure (aclaure@gmail.com). The program was originally released a closed sourced project in 2014. Many of the icons were created by Robert Burnham (burntham77@gmail.com) and the original vBulletin encryptor plugin was written by Joe DiBiasi (joedibiasi@gmail.com).

Owl is named in the spirit of the popular OSX email client, Sparrow, from which many UX ideas were taken.