Changes between Version 11 and Version 12 of DocRenderPlugin


Ignore:
Timestamp:
Mar 4, 2015, 8:55:10 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Content moved to #12218.

Legend:

Unmodified
Added
Removed
Modified
  • DocRenderPlugin

    v11 v12  
    3232
    3333Execute init-script, install plugin and edit `attachment` section in trac.ini
    34 {{{
    35 #!ini
     34{{{#!ini
    3635[attachment]
    3736ooo_socket = socket,host=localhost,port=8100
    3837}}}
    39 
    40 == Plugin Update ==
    41 
    42 I have updated the plugin to work with Trac 1.0.2 and LibreOffice4.4.
    43 
    44 Now it also render ppt and pptx documents.
    45 
    46 I installed LibreOffice_4.4.1_Linux_x86-64_rpm.tar.gz from libreoffice site.  Notice it resides in /opt/libreoffice4.4.
    47 
    48 Copy ooextract.py to /opt/libreoffice4.4/program
    49 
    50 libreoffice4.4 comes with python3 as well pyuno.so compiled for python3.  Since my OS python install is 2.6 I modified docrenderer.py to run ooextract.py using the libreoffice python executable.
    51 
    52 Attached is docrenderplugin-1.0-14472.zip with the updated code under 1.0 sub-directory
    53 
    54 Could someone please update the source tree?
    5538
    5639== Recent Changes ==