This is a LyXBlogger(lyxblogger.nongnu.org) demo, given to Good Guide to demonstrate object oriented programming skills
This version is OBJECT ORIENTED. Previous to this version (0.43), LyXBlogger was written using a structured paradigm.
The class diagram is available online at https://creately.com/diagram/hbzlfxd41/h77kwQb2QZHzJLlhk0zcIRHn5o%3D
The code is in lyxblogger/LyxBlog.
The tests are also in lyxblogger/LyxBlog
First install the wordpresslib dependency:
cd INSTALL
sudo python setup_dependencies.py install
You can now try out LyXBlogger on a sample html file
cd ../LyxBlog
python lyxblogger.py ../test_samples/original.elyxer_html
'''