summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/README
blob: 9d8eb818e5fb7889ceab1b0d851bd73a35238de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Mork Format Parsing Library
=============================

Description
-----------

Cross Platform Mozilla Mork format reader.


Compillation
------------

g++ -o MorkParser main.cpp MorkParser.cpp


License
-------

This program is licensed under permissive BSD license.
See the license.txt file for more information.


Date: October 16th, 2007

Project Maintainers:
  Yuriy Soroka
  ysoroka@scalingweb.com

  http://www.scalingweb.com/

Thanks
-------------
Thanks to Petr Stejskal <stejsky@volny.cz> who helped with porting this code from Qt to STL.


How you can help
----------------

  Comments, patches, bug reports are welcome.