# # ChangeLog for main/trunk # # Generated by Trac 1.4.2 # 2024-03-29T04:09:06+13:00 Thu, 23 Aug 2018 01:35:00 GMT kjdon [32362] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/LibraryServlet.java (modified) when libraryservlet is adding params to the paramList of the request, ... Thu, 23 Aug 2018 01:27:10 GMT kjdon [32361] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java (modified) added a new field to Param - sensitive. currently have default value, ... Thu, 23 Aug 2018 00:54:41 GMT ak19 [32360] * main/trunk/greenstone3/build.properties.svn (modified) Removing unnecessary comments now tomcat.port is no longer written ... Wed, 22 Aug 2018 10:14:09 GMT ak19 [32359] * main/trunk/greenstone3/build.xml (modified) Reversing a recently introduced behaviour: build.xml no longer writes ... Wed, 22 Aug 2018 10:11:54 GMT ak19 [32358] * main/trunk/greenstone3/src/java/org/greenstone/util/ProtocolPortProperties.java (added) Forgot to commit with previous rev 32357. Newly added class. Commit ... Wed, 22 Aug 2018 10:08:05 GMT ak19 [32357] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/FedoraServiceProxy.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/ServletRealmCheck.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/server/Server3.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/server/Server3Property.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java (modified) GS3 Java code has moved away from using tomcat.port to using ... Wed, 22 Aug 2018 06:50:12 GMT ak19 [32356] * main/trunk/greenstone3/build.xml (modified) The isfalse test in ant surrounding the http testing mode works as ... Wed, 22 Aug 2018 06:43:43 GMT ak19 [32355] * main/trunk/greenstone3/build.xml (modified) Correcting tests for valid ports and associated helpful messages. Wed, 22 Aug 2018 04:07:51 GMT ak19 [32354] * main/trunk/greenstone3/bin/linux/certbot-LICENSE.txt (added) Including an Apache 2.0 licence for certbot, as we now have the ... Tue, 21 Aug 2018 09:02:36 GMT ak19 [32353] * main/trunk/greenstone3/bin/linux/certbot-auto (added) Adding in the certbot-auto script from https://certbot.eff.org/ for ... Tue, 21 Aug 2018 08:10:01 GMT ak19 [32352] * main/trunk/greenstone2/build-src/packages/configure (modified) Including the necessary folders of the openssl that we compiled up in ... Tue, 21 Aug 2018 07:01:59 GMT ak19 [32351] * main/trunk/greenstone3/build.xml (modified) Correcting syntax error introduced with last minute change in ... Tue, 21 Aug 2018 06:59:28 GMT ak19 [32350] * main/trunk/greenstone3/build.xml (modified) Some tidying up and using the recommended way to run ant exec tasks ... Tue, 21 Aug 2018 06:30:43 GMT ak19 [32349] * main/trunk/greenstone3/build.xml (modified) * main/trunk/greenstone3/resources/tomcat/server_tomcat7.xml.svn (modified) Rough draft of working ant targets that automate obtaining (and ... Mon, 20 Aug 2018 09:45:39 GMT Georgiy Litvinov [32348] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) Fixed no metadata problem using relative link to access document. Mon, 20 Aug 2018 02:13:33 GMT ak19 [32347] * main/trunk/greenstone3/build.properties.svn (modified) Previously committed with https port enabled, this prevented creating ... Fri, 17 Aug 2018 10:09:16 GMT ak19 [32346] * main/trunk/greenstone3/build.properties.svn (modified) * main/trunk/greenstone3/build.xml (modified) * main/trunk/greenstone3/resources/tomcat/server_tomcat7.xml.svn (modified) Configuring tomcat works automatically. Still need to automate ... Fri, 17 Aug 2018 09:57:56 GMT ak19 [32345] * main/trunk/greenstone2/perllib/util.pm (modified) util.pm has to cope with library url being undefined: it can happen ... Thu, 16 Aug 2018 04:06:50 GMT ak19 [32344] * main/trunk/greenstone3/build.xml (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java (modified) 1. Writing out tomcat.port.http(s) to global.properties only of set ... Wed, 15 Aug 2018 22:29:20 GMT kjdon [32343] * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) quantifiers mustn't have \ before { Wed, 15 Aug 2018 22:03:48 GMT kjdon [32342] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/LibraryServlet.java (modified) switch(string) is only java 7, and we are using java 6, so made this ... Wed, 15 Aug 2018 08:35:21 GMT ak19 [32341] * main/trunk/greenstone2/perllib/plugins/AutoLoadConverters.pm (modified) * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) 1. Fixing up regex syntax in DirectoryPlugin for perl 5.26 that comes ... Tue, 14 Aug 2018 08:38:17 GMT ak19 [32340] * main/trunk/greenstone3/build.xml (modified) Tidying up Tue, 14 Aug 2018 08:16:08 GMT ak19 [32339] * main/trunk/greenstone3/build.xml (modified) Rewritten conditions and tests for setting the tomcat port to fail at ... Tue, 14 Aug 2018 06:41:35 GMT ak19 [32338] * main/trunk/greenstone3/build.xml (modified) Removing newly introduced tomcat-init target. Instead, any ant ... Tue, 14 Aug 2018 06:35:36 GMT ak19 [32337] * main/trunk/greenstone3/build.properties.svn (modified) * main/trunk/greenstone3/build.xml (modified) * main/trunk/greenstone3/resources/web/global.properties.svn (modified) Changing tomcat port variable names so they'll be easier to work with ... Tue, 14 Aug 2018 05:06:35 GMT ak19 [32336] * main/trunk/greenstone3/src/java/org/greenstone/server/BaseServerSettings.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java (modified) Correcting errors introduced in the last minute before commits. Tue, 14 Aug 2018 04:29:38 GMT ak19 [32335] * main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java (modified) Simplifying the code. Tue, 14 Aug 2018 03:50:12 GMT ak19 [32334] * main/trunk/greenstone3/build.properties.svn (modified) * main/trunk/greenstone3/build.xml (modified) * main/trunk/greenstone3/resources/web/global.properties.svn (modified) * main/trunk/greenstone3/src/java/org/greenstone/server/BaseServerSettings.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java (modified) All the changes (still preliminary) that use tomcat.https.port and ... Tue, 14 Aug 2018 03:45:18 GMT ak19 [32333] * main/trunk/greenstone3/build.xml (modified) Correction before committing changes related to the new port ... Mon, 13 Aug 2018 23:43:35 GMT kjdon [32332] * main/trunk/greenstone2/perllib/plugins/StructuredHTMLPlugin.pm (modified) removed replace_images function. this inherits from HTMLPlugin, and ... Thu, 09 Aug 2018 06:23:38 GMT ak19 [32331] * main/trunk/gli/src/org/greenstone/gatherer/util/Readme_Using_SafeProcess.txt (modified) Forgot to commit a minor change earlier Thu, 09 Aug 2018 02:51:37 GMT davidb [32330] * main/trunk/greenstone2/build-src/src/phind/generate/mglong.h (modified) Encouuntered a compilation error with this file when using Visual ... Tue, 07 Aug 2018 09:28:46 GMT ak19 [32329] * main/trunk/greenstone3/src/java/org/greenstone/server/Server3.java (modified) Shifting from log4j.properties and its .in file in resources/web to ... Tue, 07 Aug 2018 09:09:25 GMT ak19 [32328] * main/trunk/release-kits/kits/rk3/installer/build.xml (modified) More changes to do with template file extensions changing from .in to ... Tue, 07 Aug 2018 02:35:03 GMT kjdon [32327] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/LibraryServlet.java (modified) changed the way we read in servlet init params - now loop through ... Tue, 07 Aug 2018 02:33:00 GMT kjdon [32326] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSConstants.java (modified) adding in more servlet params to the constants class Mon, 06 Aug 2018 08:04:55 GMT ak19 [32325] * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) Dr Bainbridge worked out the solution to HTMLPlugin not handling ... Mon, 06 Aug 2018 08:03:35 GMT ak19 [32324] * main/trunk/greenstone2/perllib/util.pm (modified) Minor changes to util.pm before committing a bugfix. Mon, 06 Aug 2018 07:08:14 GMT ak19 [32322] * main/trunk/gli/src/org/greenstone/gatherer/util/Readme_Using_SafeProcess.txt (modified) Furter updates to SafeProcess Readme, even though Dr Bainbridge has ... Thu, 02 Aug 2018 09:50:16 GMT ak19 [32321] * main/trunk/gli/src/org/greenstone/gatherer/util/Readme_Using_SafeProcess.txt (modified) Describing new problem when the openoffice extension breaks ... Tue, 31 Jul 2018 05:25:06 GMT sjm84 [32320] * main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml (modified) * main/trunk/release-kits/kits/sork3/ant-scripts/build.xml (modified) * main/trunk/release-kits/shared/greenstone3/ant-scripts/greenstone3-shared.xml (modified) build.properties.in has become build.properties.svn Mon, 30 Jul 2018 22:01:09 GMT kjdon [32319] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/DisplayItemUtil.java (modified) Georgy was having issues with setNodeText - the child node to be ... Mon, 30 Jul 2018 21:52:33 GMT kjdon [32318] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/Dictionary.java (modified) removed some commented out code Mon, 30 Jul 2018 02:13:11 GMT kjdon [32315] * main/trunk/greenstone3/build.xml (modified) updated to reflect root_context.xml.in nmae change Mon, 30 Jul 2018 02:12:26 GMT kjdon [32314] * main/trunk/greenstone3/resources/tomcat/root_context.xml.in (moved) renaming root_context.xml to root_context.xml.in to be consisten with ... Mon, 30 Jul 2018 01:01:42 GMT kjdon [32313] * main/trunk/greenstone3/resources/tomcat/greenstone3.xml.svn (moved) renaming to .svn Mon, 30 Jul 2018 00:59:18 GMT kjdon [32312] * main/trunk/greenstone3/build.xml (modified) fixed a spelling mistake Mon, 30 Jul 2018 00:58:07 GMT kjdon [32311] * main/trunk/greenstone3/resources/cgi/gsdl3site.cfg.svn (modified) * main/trunk/greenstone3/resources/oai/OAIConfig.xml.svn (modified) * main/trunk/greenstone3/resources/web/global.properties.svn (modified) * main/trunk/greenstone3/resources/web/log4j.properties.svn (modified) some comment updates Mon, 30 Jul 2018 00:51:37 GMT kjdon [32310] * main/trunk/greenstone3/build.xml (modified) updating build.xml for the new .svn files, which get turned into .in ... Mon, 30 Jul 2018 00:37:07 GMT kjdon [32309] * main/trunk/greenstone3/build.properties.svn (moved) * main/trunk/greenstone3/resources/cgi/gsdl3site.cfg.svn (moved) * main/trunk/greenstone3/resources/oai/OAIConfig.xml.svn (moved) * main/trunk/greenstone3/resources/tomcat/server_tomcat5.xml.svn (moved) * main/trunk/greenstone3/resources/tomcat/server_tomcat7.xml.svn (moved) * main/trunk/greenstone3/resources/tomcat/web.xml.svn (moved) * main/trunk/greenstone3/resources/web/global.properties.svn (moved) * main/trunk/greenstone3/resources/web/log4j.properties.svn (moved) renaming resources .in files to .svn as this better matches the ... Sun, 29 Jul 2018 23:19:34 GMT kjdon [32308] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/BerryBasket.java (modified) make metadata dynamic in a hashmap instead of named fields in am Item ... Sun, 29 Jul 2018 23:10:57 GMT kjdon [32307] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrybasket.js (modified) * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) I have changed the way metadata is stored in java for berry basket ... Fri, 27 Jul 2018 07:18:38 GMT ak19 [32306] * main/trunk/greenstone2/perllib/util.pm (modified) Adding 2 perl debug subroutines to util.pm, debug_print_caller() and ... Fri, 27 Jul 2018 06:31:59 GMT ak19 [32305] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) 1. When a plugin's built on multiple inheritance, the first n-1 ... Thu, 26 Jul 2018 08:07:16 GMT sjm84 [32304] * main/trunk/release-kits/kits/rk3/installer/build.xml (modified) When Kathy had a look at the new PDFv2Plugin with a linux GS3 nightly ... Thu, 26 Jul 2018 04:21:39 GMT ak19 [32303] * main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Forgot to update the plugin descriptions for the PDF plugins. Wed, 25 Jul 2018 12:36:13 GMT Georgiy Litvinov [32302] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) Second fix Wed, 25 Jul 2018 12:17:22 GMT Georgiy Litvinov [32301] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) Fixed for groups and collections selection commit Mon, 23 Jul 2018 23:59:41 GMT kjdon [32300] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) made gs document links restful - collection/demo/document/xxx, ... Mon, 23 Jul 2018 04:56:40 GMT ak19 [32299] * main/trunk/greenstone3/web/sites/localsite/siteConfig.xml (modified) Putting the siteURL (back?) in to follow the instructions at ... Mon, 23 Jul 2018 01:59:46 GMT kjdon [32298] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) modified code to provide berry basket links as greenstone doc links, ... Mon, 23 Jul 2018 01:55:26 GMT kjdon [32297] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/BerryBasket.java (modified) adding assocfilepath and srclinkFile to attributes returned in berry ... Sun, 22 Jul 2018 23:25:32 GMT kjdon [32296] * main/trunk/greenstone3/web/interfaces/default/transform/gslib.xsl (modified) * main/trunk/greenstone3/web/interfaces/default/transform/javascript-global-setup.xsl (modified) java code was adding in a filepath param for the xsltparams. adding ... Fri, 20 Jul 2018 08:52:55 GMT Georgiy Litvinov [32295] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) Added selected attr for chosen collections and groups Fri, 20 Jul 2018 08:17:46 GMT Georgiy Litvinov [32293] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/CollectionGroups.java (modified) Fixed a bug in collectionGroups Thu, 19 Jul 2018 09:02:22 GMT ak19 [32292] * main/trunk/greenstone2/bin/script/mkcol.pl (modified) Making PDFv2Plugin the default plugin for PDFs when running mkcol.pl ... Thu, 19 Jul 2018 08:52:06 GMT ak19 [32291] * main/trunk/greenstone2/collect/modelcol/etc/collectionConfig.xml (modified) Forgot to make PDFv2Plugin the default PDF plugin for new collections. Thu, 19 Jul 2018 07:54:32 GMT ak19 [32290] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) 1. Making paged_pretty_html the default rather than pretty_html, ... Wed, 18 Jul 2018 09:11:21 GMT ak19 [32289] * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) The PDFPlugin is being deprecated (since PDFv1 and PDFv2 plugins are ... Wed, 18 Jul 2018 08:30:14 GMT ak19 [32287] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Cleaning up unused strings, some debug statements and recently ... Wed, 18 Jul 2018 08:15:24 GMT ak19 [32286] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) PDFv2Plugin will only work out of the box for GS3 now: ... Wed, 18 Jul 2018 07:12:33 GMT ak19 [32285] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) Fix to sectionalising xpdftools' produced paged_pretty_html: Dr ... Wed, 18 Jul 2018 06:45:52 GMT ak19 [32284] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * gs2-extensions/pdf-box/trunk/pdf-box-java.tar.gz (modified) * gs2-extensions/pdf-box/trunk/pdf-box-java.zip (modified) * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) PDFv2Plugin doesn't offer a zoom flag anymore, replaced with a dpi ... Tue, 17 Jul 2018 10:19:34 GMT ak19 [32283] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) More stable behaviour by PDFv2Plugin: 1. when pdfbox_conversion is ... Tue, 17 Jul 2018 08:42:08 GMT ak19 [32281] * main/trunk/greenstone2/perllib/plugins/PrintInfo.pm (modified) Undoing accidental commit Tue, 17 Jul 2018 08:40:57 GMT ak19 [32280] * main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PrintInfo.pm (modified) * main/trunk/greenstone2/perllib/util.pm (modified) Implementing PDFv2paged_text (with pdfbox) Mon, 16 Jul 2018 09:28:00 GMT ak19 [32277] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (added) * main/trunk/greenstone2/perllib/strings.properties (modified) First attempt at PDFv2Plugin.pm. Mon, 16 Jul 2018 05:20:12 GMT ak19 [32276] * main/trunk/gli/src/org/greenstone/gatherer/gems/GEMS.java (modified) Fixed a bug discovered when trying to get screenshots for Dr Nichols. ... Fri, 13 Jul 2018 09:02:27 GMT ak19 [32275] * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Moving another fixed English language string into strings.properties ... Fri, 13 Jul 2018 08:42:41 GMT ak19 [32274] * main/trunk/greenstone2/perllib/plugins/CommonUtil.pm (modified) Related to previous commit, forgot to commit with previous revision. ... Fri, 13 Jul 2018 08:40:24 GMT ak19 [32273] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm (added) * main/trunk/greenstone2/perllib/strings.properties (modified) First of the commits to do with restructuring and refactoring the ... Fri, 13 Jul 2018 07:36:50 GMT ak19 [32271] * main/trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Some more handy functions to print calling methods and tidied up the ... Thu, 12 Jul 2018 06:52:25 GMT ak19 [32270] * main/trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Adding in a handy utility function to see the call stack by printing ... Wed, 11 Jul 2018 07:56:54 GMT ak19 [32268] * main/trunk/greenstone2/bin/darwin/xpdf-tools (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/COPYING (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/COPYING3 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/README (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdfdetach (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdffonts (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdfimages (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdfinfo (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdftohtml (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdftopng (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdftoppm (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdftops (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/bin/pdftotext (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdfdetach.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdffonts.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdfimages.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdfinfo.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdftohtml.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdftopng.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdftoppm.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdftops.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man1/pdftotext.1 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man5 (added) * main/trunk/greenstone2/bin/darwin/xpdf-tools/man/man5/xpdfrc.5 (added) Replacing the downloaded precompiled (64 bit) xpdf-tools binaries for ... Wed, 11 Jul 2018 07:30:25 GMT ak19 [32266] * main/trunk/greenstone2/bin/darwin/xpdf-tools (moved) Moving the location of the xpdf-tools binaries for macs to the ... Wed, 11 Jul 2018 07:28:28 GMT ak19 [32265] * main/trunk/greenstone2/bin/darwin (modified) Setting svn:ignore on the new greenstone2/bin/darwin folder. The ... Wed, 11 Jul 2018 07:26:39 GMT ak19 [32264] * main/trunk/greenstone2/bin/darwin (added) New greenstone2/bin/darwin subfolder so I can commit universal darwin ... Wed, 11 Jul 2018 06:54:06 GMT ak19 [32263] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) gsConvert.pl's _get_xpdftools_bindir() is now drastically reduced in ... Wed, 11 Jul 2018 06:46:41 GMT ak19 [32262] * main/trunk/binaries/windows/bin/xpdf-tools/bin (moved) * main/trunk/binaries/windows/bin/xpdf-tools/bin64 (deleted) Related to previous 2 commits: on Windows 2, we just use the 32 bit ... Wed, 11 Jul 2018 06:38:34 GMT ak19 [32261] * main/trunk/greenstone2/bin/linux/xpdf-tools (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/COPYING (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/COPYING3 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/README (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdfdetach (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdffonts (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdfimages (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdfinfo (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdftohtml (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdftopng (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdftoppm (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdftops (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/bin/pdftotext (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdfdetach.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdffonts.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdfimages.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdfinfo.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdftohtml.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdftopng.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdftoppm.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdftops.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man1/pdftotext.1 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man5 (added) * main/trunk/greenstone2/bin/linux/xpdf-tools/man/man5/xpdfrc.5 (added) Committing the static linux binaries of xpdf-tools that we compiled ... Wed, 11 Jul 2018 06:36:35 GMT ak19 [32260] * main/trunk/greenstone2/bin/linux/xpdf-tools (deleted) Deleting the downloaded precompiled xpdftools binaries, before ... Thu, 28 Jun 2018 05:44:55 GMT ak19 [32226] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) Making xpdf_to_text, which uses xpdf-tools' pdftotext, the pdf to txt ... Wed, 27 Jun 2018 06:30:21 GMT ak19 [32224] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) Adding PDF to text support for Windows using Xpdf's pdftotext tool. ... Wed, 27 Jun 2018 04:50:52 GMT ak19 [32223] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) When no output mode for PDFPlugin has been set by the user, the ... Wed, 27 Jun 2018 04:35:19 GMT ak19 [32222] * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) q Tue, 26 Jun 2018 03:57:25 GMT ak19 [32221] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) Cosmetic changes: some cleanup. Tue, 26 Jun 2018 03:56:18 GMT ak19 [32220] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) Minor changes to get xpdf-tools' pdftohtml to work for mac too. Tue, 26 Jun 2018 03:55:48 GMT ak19 [32219] * main/trunk/binaries/mac/intel/xpdf-tools (added) * main/trunk/binaries/mac/intel/xpdf-tools/ANNOUNCE (added) * main/trunk/binaries/mac/intel/xpdf-tools/CHANGES (added) * main/trunk/binaries/mac/intel/xpdf-tools/COPYING (added) * main/trunk/binaries/mac/intel/xpdf-tools/COPYING3 (added) * main/trunk/binaries/mac/intel/xpdf-tools/INSTALL (added) * main/trunk/binaries/mac/intel/xpdf-tools/README (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32 (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdfdetach (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdffonts (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdfimages (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdfinfo (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdftohtml (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdftopng (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdftoppm (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdftops (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin32/pdftotext (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64 (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdfdetach (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdffonts (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdfimages (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdfinfo (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdftohtml (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdftopng (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdftoppm (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdftops (added) * main/trunk/binaries/mac/intel/xpdf-tools/bin64/pdftotext (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdfdetach.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdffonts.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdfimages.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdfinfo.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdftohtml.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdftopng.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdftoppm.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdftops.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/pdftotext.1 (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/sample-xpdfrc (added) * main/trunk/binaries/mac/intel/xpdf-tools/doc/xpdfrc.5 (added) Committing xpdf-tools binaries for mac (v. 4.00 as for Win and Linux ... Tue, 26 Jun 2018 02:00:28 GMT kjdon [32218] * main/trunk/model-cols/niupepa/images/MOE-logo.jpg (added) * main/trunk/model-cols/niupepa/script (added) * main/trunk/model-cols/niupepa/script/custom-document.js (added) * main/trunk/model-cols/niupepa/style/style.css (modified) * main/trunk/model-cols/niupepa/transform/pages/document.xsl (added) small tidying up. Can't remember what I was doing. Hope this is ...