#######################  L Y X B L O G G E R    ########################
#   This program allows you to post to your WordPress blog right from  #
#   LyX. The input to this script is the LyXHTML output from LyX 2.0.  #
#   This script will connect using xml-rpc.                            #
#                                                                      #
#################     D O C U M E N T A T I O N       ##################
#                                                                      #
#   Please see README.html for LyxBlogger documentation.               #
#   Alternatively, see the wiki page at                                #
#   http://wiki.lyx.org/Tools/LyxBlogger                               #
#   Please submit any issues or suggestions to the author.             #
#                                                                      #
#                                                                      #
########################    N O T E S     ##############################
#   Notes to This version (0.33a): (Alpha Release -- non public)       #
#                                                                      #
#   This version of LyxBlogger is installed as a python module         #
#   named 'lyxpresso'. (Previous versions installed as a python        #
#   executable named 'lyxblogger'.)                                    #
#                                                                      #
#   Follow the wiki at http://wiki.lyx.org/Tools/LyxBlogger except:    #
#                                                                      #
#   Install as a python module using                                   #
#     $  python setup.py install                                       #
#   Which installs the python module named                             #
#     lyxpresso                                                        #
#   Then invoke it as                                                  #
#     $  python -m lyxpresso input_file.(x)html                        #
#                                                                      #
#   LyX converters should use                                          #
#     python -m lyxpresso $$i                                          #
#   instead of the previous                                            #
#     lyxblogger $$i                                                   #
#                                                                      #
#   This version has been tested on Windows Vista, OSX, and Ubuntu     #
#                                                                      #
#                                                                      #
#####################      A U T H O R        ##########################
#                                                                      #
#   Copyright (C) 2010 Jack Desert                                     #
#   jackdesert556@gmail.com                                            #
#   http://www.LetsEATalready.com                                      #
#                                                                      #
########################################################################
