source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3010   22 years jrm21 overloaded write_cfg_line() to take a file descriptor as argument …
(edit) @3009   22 years jrm21 Modified some macros for GCC only if GCC version is less than 3.
(edit) @3008   22 years jrm21 According to the c++ standard, we can't use a UCArray::iterator …
(edit) @3007   22 years jrm21 Replaced old code to get file descriptors from ofstreams for locking …
(edit) @3006   22 years jrm21 Modified code for redirection of stderr. Now works with gcc3 and debug …
(edit) @3002   22 years jrm21 removed the cvs log from the file, as the last commit message …
(edit) @3001   22 years jrm21 replaced a comment with /* */, as most c compilers won't like it.
(edit) @3000   22 years jrm21 fixed typo in wget configure.
(edit) @2999   22 years jrm21 Need to use namespace for gcc3. We now #include gsdlconf as well, so …
(edit) @2998   22 years jrm21 Need to use CXX instead of CC so that we use the c++ compiler.
(edit) @2997   22 years jrm21 added a couple more mime types.
(edit) @2996   22 years sjboddie * empty log message *
(edit) @2995   22 years sjboddie Fixed a bug preventing HTML headers from being removed correctly when …
(edit) @2994   22 years jrm21 Added some mime types, and gave a url for "the list" of types at iana.org
(edit) @2993   22 years jrm21 Decided we should not use the filename as the title, and leave it for …
(edit) @2992   22 years jrm21 Added macros for Excel icon and text. Also added a mention of xlhtml …
(edit) @2991   22 years jrm21 Do MS Excel file processing, currently using a wrapper around xlhtml.
(edit) @2990   22 years jrm21 Do MS Excel using ConvertToPlug, which currently uses the xlhtml package.
(edit) @2989   22 years jrm21 Added MS Excel icon
(edit) @2988   22 years jrm21 xlhtml stuff moved from ppthtml directory (which has been removed) and …
(edit) @2987   22 years jrm21 Added a check for cygwin, so GSDLOS is changed to windows
(edit) @2985   22 years jrm21 Added references to the xlhtml (Powerpoint -> HTML) package.
(edit) @2984   22 years jrm21 added source code for powerpoint converter
(edit) @2983   22 years jrm21 added a powerpoint icon.
(edit) @2982   22 years jrm21 Added macros for powerpoint icon to languages that already have the …
(edit) @2981   22 years jrm21 Added a minimal powerpoint plugin that causes an external converter to …
(edit) @2980   22 years jrm21 Added converted_to, which tells us what format the last input file we …
(edit) @2979   22 years jrm21 Use self->converted_to instead of convert_to, in case the file could …
(edit) @2978   22 years jrm21 Added a perl wrapper script to call an external binary called ppthtml …
(edit) @2977   22 years jrm21 added infrastructure for calling an external powerpoint to html converter.
(edit) @2976   22 years jrm21 minor change to test of @ARGV - scalar had brackets in wrong place.
(edit) @2975   22 years jrm21 Tidied up usage info to fit in 80 columns. Fixed title_sub stuff, so …
(edit) @2974   22 years jrm21 added a newline to soft link error message
(edit) @2973   22 years sjboddie Fixed a bug in the Hierarchy classifier
(edit) @2972   22 years nzdl * empty log message *
(edit) @2971   22 years jrm21 Changed <unitool.h> to "unitool.h", just in case it causes problems …
(edit) @2970   22 years jrm21 Last update of config.guess and config.sub files for alpha linux broke …
(edit) @2969   22 years nzdl * empty log message *
(edit) @2968   22 years ibaj1 * empty log message *
(edit) @2967   22 years paradis new metadata command [Summary]
(edit) @2966   22 years nzdl * empty log message *
(edit) @2965   22 years jrm21 Allow nested _If_ macros. We now count '(' and ')' characters, so you …
(edit) @2963   22 years jrm21 replaced CPP with CXX (although it is not currently used within this …
(edit) @2962   22 years jrm21 Updated with new versions from autoconf version 2.52 (from …
(edit) @2961   22 years nzdl * empty log message *
(edit) @2960   22 years sjboddie Added a small amount of white space at right of certain Arabic images …
(edit) @2958   22 years sjboddie Minor change to get phind to compile under VC++ again.
(edit) @2957   22 years sjboddie Changed my mind about last changes (adding http headers to prevent …
(edit) @2956   22 years jrm21 Added Don Gourley's changes for getting Sections to work properly.
(edit) @2955   22 years jrm21 Added removeprefix option. Added better usage information of the options.
(edit) @2954   22 years jrm21 added a remove_prefix option to strip from metadata before sorting for …
(edit) @2953   22 years cs025 Changed includes to keep more modern compilers happy
(edit) @2952   22 years jrm21 added " characters around some variables in case they have spaces in …
(edit) @2951   22 years jrm21 Added test to change gsdlos from cygwin* to windows
(edit) @2950   22 years jrm21 replaced "tr A-Z" with "tr ABC...XYZ" for solaris's tr…
(edit) @2949   22 years nzdl * empty log message *
(edit) @2948   22 years nzdl * empty log message *
(edit) @2947   22 years jrm21 Added a subdirectory to configure/Makefile.in regime so that it …
(edit) @2945   22 years sjboddie The "l" and "w" (interface language and encoding) arguments are now …
(edit) @2944   22 years sjboddie * empty log message *
(edit) @2943   22 years sjboddie Various shell scripts using "tr A-Z a-z" were altered as this doesn't …
(edit) @2942   22 years sjboddie Added some http headers in an attempt to prevent pages output by …
(edit) @2941   22 years jrm21 Renamed variables CPP to CXX, as cpp means "pre-processor", not …
(edit) @2940   22 years sjboddie * empty log message *
(edit) @2939   22 years sjboddie All error messages now go to error.txt (i.e. did away with errout.txt …
(edit) @2938   22 years sjboddie * empty log message *
(edit) @2937   22 years sjboddie Fixed a few minor issues that surfaced when attempting to get …
(edit) @2935   22 years sjboddie Added Greenstone version number to admin pages
(edit) @2934   22 years sjboddie Fixed a minor bug causing "post-processed to find (ignoring word …
(edit) @2931   22 years jrm21 We now correctly call gzip under windows. The problem was pdftohtml …
(edit) @2930   22 years jrm21 added quotes for filenames with spaces on unix.
(edit) @2929   22 years jrm21 fixed problem where pictures would not be displayed if there was no …
(edit) @2928   22 years jrm21 replaced bzero and bcopy with memset and memcpy in the src, even …
(edit) @2927   22 years jrm21 don't #define alloca if it is already defined (just to remove some …
(edit) @2926   22 years jrm21 removed a ';' after a #endif - I think this gave a warning or error on …
(edit) @2925   22 years sjboddie Altered the format of the GreenstoneArchive and …
(edit) @2918   22 years jrm21 Add [Title] metadata so that the default format strings will show …
(edit) @2917   22 years sjboddie * empty log message *
(edit) @2916   22 years jrm21 Tidied up the usage output.
(edit) @2915   22 years sjboddie More minor configuration issues - can't get command line arguments to …
(edit) @2914   22 years sjboddie Minor configuration changes to solve problems installing on solaris
(edit) @2913   22 years nzdl * empty log message *
(edit) @2912   22 years nzdl Added preferences link for changing display settings (language and …
(edit) @2911   22 years jrm21 Try to print out an error if the aux file couldn't be written to.
(edit) @2910   22 years sjboddie Added blurb to default home page
(edit) @2909   22 years sjboddie Added title image to default home page
(edit) @2908   22 years sjboddie Added bin\windows\perl\bin to path on Windows as perl may now be …
(edit) @2907   22 years say1 minor makefile fixes for corbaserver
(edit) @2906   22 years sjboddie * empty log message *
(edit) @2905   22 years jrm21 removed some old debugging statements no longer needed.
(edit) @2904   22 years jrm21 Added exec_prefix to configure, just in case anyone ever runs …
(edit) @2903   22 years jrm21 new tag "uc" - for unicode in the rtf header.
(edit) @2902   22 years jrm21 rtftohtml now uses configure, as solaris make assumes $(CC) is "cc", …
(edit) @2901   22 years jrm21 We now interprete some latex commands in the input, mostly to do with …
(edit) @2900   22 years jrm21 Modified Makefile.in files to use autodetected configure's install …
(edit) @2899   22 years sjboddie Added Alan Christensen's W3ImagePlug
(edit) @2898   22 years sjboddie Altered the way search terms are highlighted to use a yellow …
(edit) @2897   22 years sjboddie Added AZCompactSectionList which was contributed by Don Gourley …
(edit) @2896   22 years sjboddie Fixed a small bug in the way XMLPlug was implemented - previously it …
(edit) @2895   22 years sjboddie replaced XML::Parser version 2.29 in distribution with version 2.27 as …
Note: See TracRevisionLog for help on using the revision log.