Here is a patch to configure LyxBlogger in 1.6.x. Jurgen, are you the approval committee for branch patches?
-Jack (attachment) -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jack Desert -- Writer, Entrepeneur Author and Spokesman: www.LetsEATalready.com Software Developer: http://GrooveTask.org Email: jackdesert...@gmail.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: configure.py =================================================================== --- configure.py (revisión: 33963) +++ configure.py (copia de trabajo) @@ -426,6 +426,14 @@ else: addToRC(r'''\copier html "python -tt $$s/scripts/ext_copy.py $$i $$o"''') + # Check if LyxBlogger is installed (Depends on eLyXer) + if elyxerfound: + path, lyxblogger = checkProg('A LyX to WordPress Blog Publishing Tool', + ['lyxblogger.py $$i', 'lyxblogger $$i'], + rc_entry = [r'\converter html blog "%%" ""']) + if lyxblogger.find('lyxblogger') >= 0: + addToRC(r'\Format blog blog "LyxBlogger" "" "" "" "document"') + # On SuSE the scripts have a .sh suffix, and on debian they are in /usr/share/tex4ht/ path, htmlconv = checkProg('a LaTeX -> MS Word converter', ["htlatex $$i 'html,word' 'symbol/!' '-cvalidate'", \ "htlatex.sh $$i 'html,word' 'symbol/!' '-cvalidate'", \