Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / connectivity / source / drivers / mork / README
blob9d8eb818e5fb7889ceab1b0d851bd73a35238de6
1 Mork Format Parsing Library
2 =============================
4 Description
5 -----------
7 Cross Platform Mozilla Mork format reader.
10 Compillation
11 ------------
13 g++ -o MorkParser main.cpp MorkParser.cpp
16 License
17 -------
19 This program is licensed under permissive BSD license.
20 See the license.txt file for more information.
23 Date: October 16th, 2007
25 Project Maintainers:
26   Yuriy Soroka
27   ysoroka@scalingweb.com
29   http://www.scalingweb.com/
31 Thanks
32 -------------
33 Thanks to Petr Stejskal <stejsky@volny.cz> who helped with porting this code from Qt to STL.
36 How you can help
37 ----------------
39   Comments, patches, bug reports are welcome.