Ignore:
Timestamp:
2010-07-22T18:36:32+12:00 (14 years ago)
Author:
ak19
Message:

README now contains the commit messages for the recent Greenstone customisations to xlhtml packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/xlhtml/README.txt

    r2988 r22484  
     1**************************************************
     2README ON THE GREENSTONE MODIFICATIONS TO XLHTML
     3**************************************************
     4
    15This package contains two programs:
    26* ppthtml, which converts Microsoft PowerPoint 95 and 97 files
     
    1822John McPherson
    1923NZDL.
     24
     25
     26**************************************************
     27CHANGES FROM 2010 ON
     28**************************************************
     29
     30FILE: packages/xlhtml/xlhtml-0.4.9.0-gs.tar.gz
     31(Contains original source code + windows-specific makefiles)
     32
     33The xlhtml package now provides the code to produce the binaries
     34ppthtml and xlhtml to convert from powerpoint to html and excel to
     35html.
     36
     37For a little while we tried a later version of xlhtml (0.5) but went
     38back to 0.4.9.0, including the necessary modifications, since it was a
     39bit hard to set up v0.5 for compiling on Linux.
     40
     41
     42OTHER AFFECTED FILES INCLUDE:
     43- main/trunk/binaries/windows/bin: the xlthml.exe and ppthtml.exe
     44- main/trunk/greenstone2/build-src/win32.mak
     45- main/trunk/greenstone2/build-src/packages/configure
     46- main/trunk/greenstone2/build-src/packages/Makefile.in and Makefile
     47(- main/trunk/greenstone2/build-src/packages/xlhtml/xlhtml-0.5-gs.tar.gz)
     48- main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml
     49
     50
     511. http://trac.greenstone.org/browser/main/trunk/greenstone2/build-src/packages/xlhtml/xlhtml-0.4.9.0-gs.tar.gz?rev=22107
     52
     53Revision 22107, 301.3 KB (checked in by kjdon, 2 months ago)
     54
     55Added windows makefiles. Had to comment out a little bit of code in
     56xlhtml.c and ppthtml.c that used dir.h - this is no longer
     57available. The code was getting the drive letter from the filename,
     58then setting the default drive to that letter.
     59
     60
     612. TEMPORARY SHIFT TO xlhtml 0.5 (required too much effort modifying
     62Linux configure and makefiles to get this to readily configure and
     63compile from source code, so later we would shift a step back to
     64xlhtml.0.4.9.0:
     65
     66http://trac.greenstone.org/browser/main/trunk/greenstone2/build-src/packages/xlhtml/xlhtml-0.5-gs.tar.gz?rev=22137
     67
     68Revision 22137, 280.8 KB (checked in by ak19, 2 months ago)
     69
     70Dr Bainbridge got xlhtml (including ppthtml) compiling on XP
     71again. The executables work on Vista, Windows7 and XP.
     72
     73
     743. http://trac.greenstone.org/browser/main/trunk/greenstone2/build-src/packages/xlhtml/xlhtml-0.4.9.0-gs.tar.gz?rev=22154
     75
     76Revision 22154, 301.9 KB  (checked in by ak19, 2 months ago)
     77
     781. Undoing commit of xlhtml-0.5 from yesterday and this morning since
     79   its Makefiles are entirely different (from 2005 and use automak
     80   command and depcomp files regularly).
     81
     822. Replaced this with previously used xlhtml-0.4.9.0, but with all the
     83   changes made to xlhtml-0.5 (to get that compiling and running on
     84   Windows XP, Vista, Win7) ported into here.
     85
     863. This xlhtml-0.4.9.0-gs.tar.gz file has been tested to work on
     87   Vista, XP, Win7 (both executables and compilation). And it has also
     88   been tested to compile and run on Linux.
     89
     90
     914. Changeset 22155 for main/trunk/greenstone2/build-src/packages/xlhtml/xlhtml-0.4.9.0-gs.tar.gz
     92Timestamp:21.05.2010 20:22:28 (2 months ago)
     93Author:ak19
     94Message:
     95Have switched back to xlhtml-0.4.9.0-gs.tar.gz since the old version
     96compiles on Linux (but it now includes all improvements previously
     97made to xlhtml-0.5.-gs.tar.gz, so that 0.4.9.0 now compiles on Win XP,
     98Vista and 7, as well as on Linux again.
     99
     100
     101
     102***************************************************************
     1035. DELETED NEWER VERSION BEFORE GOING BACK TO THE OLD ONE (WITH
     104   MODIFICATIONS)
     105***************************************************************
     106
     107a) http://trac.greenstone.org/changeset/22138
     108Changeset 22138
     109Timestamp:20.05.2010 19:55:53 (2 months ago)
     110Message:
     111Older version of xlhtml that would compile and work on Windows7, but
     112would not work after compiling on XP. Nor did it run on Vista. 
     113
     114Files: 1 removed
     115        * main/trunk/greenstone2/build-src/packages/xlhtml/xlhtml-0.4.9.0-gs.tar.gz
     116
     117* http://trac.greenstone.org/browser/main/trunk/greenstone2/build-src/packages?rev=22157
     118
     119
     120b) http://trac.greenstone.org/changeset/22146
     121
     122Changeset 22146
     123Timestamp: 21.05.2010 14:10:52 (2 months ago)
     124Author: ak19
     125
     126Message:
     1271. In version xlhtml-0.5, there's a Makefile.am which needs depcomp to
     128   be generated which is done by making configure call: automake -a
     129   -c.
     130
     1312. In Makefile.in and Makefile, needed to update the references to
     132   xlhtml.0.4.9 to refer to xlhtml-0.5 instead, just as was done with
     133   configure in the previous commit.
     134
     135Location: main/trunk/greenstone2/build-src/packages
     136Files: 3 modified
     137        * Makefile (modified) (1 diff)
     138        * Makefile.in (modified) (1 diff)
     139        * configure (modified) (1 diff)
     140
     141
     142THEN:
     143c) http://trac.greenstone.org/changeset/22154
     144Changeset 22154
     145Timestamp: 21.05.2010 20:20:11 (2 months ago)
     146Author: ak19
     147Message: Same message as in (3) above.
     148
     149Location: main/trunk/greenstone2/build-src
     150Files:  * packages/xlhtml/xlhtml-0.4.9.0-gs.tar.gz (added)
     151        * win32.mak (modified) (1 diff)
     152
     153
     154d) http://trac.greenstone.org/changeset/22157
     155
     156Files: 3 modified
     157   * Makefile (modified) (1 diff)
     158   * Makefile.in (modified) (1 diff)
     159   * configure (modified) (1 diff)
     160
     161Changeset: 22157
     162Timestamp: 21.05.2010 20:33:02 (2 months ago)
     163Author: ak19
     164Message: Same message as in (3) above.
     165
     166
     167e) http://trac.greenstone.org/changeset/22158
     168Changeset: 22158
     169Timestamp: 21.05.2010 20:37:16 (2 months ago)
     170Author: ak19
     171Message:
     172MODIFIED: main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml
     173Reverting to use xlhtml-0.4.9.0 which has now got all the changes that were made for xlhtml.0.5 (v.0.5 needs depcomp and uses lots of automak(e) calls to compile files on Linux).
     174
     175
     176
     177
     178***************************************************************
Note: See TracChangeset for help on using the changeset viewer.