source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3063   22 years cs025 Added support for the modules directory
(edit) @3062   22 years cs025 Changed configure.in to auto-configure the subdirectories of the …
(edit) @3061   22 years cs025 Added check to file handling - the server could fail to run correctly …
(edit) @3056   22 years sjboddie Commented out recent change to make socket read non-blocking. This …
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @3054   22 years sjboddie Committed non-blocking code (written by John McP) which will hopefully …
(edit) @3053   22 years sjboddie * empty log message *
(edit) @3052   22 years sjboddie * empty log message *
(edit) @3051   22 years jrm21 re-added macros for texticon(ps|pdf|rtf|doc|etc...) file formats.
(edit) @3050   22 years sjboddie * empty log message *
(edit) @3049   22 years jrm21 removed #define setlocale() as we don't need it and it can cause problems.
(edit) @3048   22 years jrm21 removed #define of setlocale. 1) We don't use setlocale anywhere …
(edit) @3047   22 years sjboddie Moved some hard-coded English text out of C++ code and into macro file
(edit) @3046   22 years sjboddie * empty log message *
(edit) @3045   22 years sjboddie Tidied up some of the French interface images
(edit) @3044   22 years sjboddie * empty log message *
(edit) @3043   22 years sjboddie * empty log message *
(edit) @3042   22 years sjboddie Made CVS treat build.bat as a binary file as it should always have …
(edit) @3041   22 years sjboddie Made CVS treat setup.bat as a binary file as it should always use …
(edit) @3040   22 years sjboddie * empty log message *
(edit) @3039   22 years sjboddie * empty log message *
(edit) @3038   22 years jrm21 Put \" \" around href for srclink, in case the collection name has …
(edit) @3037   22 years jrm21 title_sub seems to always get defined by parsargv, so we test that it …
(edit) @3036   22 years jrm21 text strings weren't being properly converted for file output via the …
(edit) @3035   22 years sjboddie * empty log message *
(edit) @3034   22 years sjboddie * empty log message *
(edit) @3033   22 years sjboddie * empty log message *
(edit) @3028   22 years sjboddie Updated French interface traslation provided by the people at Unesco
(edit) @3027   22 years sjboddie * empty log message *
(edit) @3026   22 years sjboddie * empty log message *
(edit) @3025   22 years sjboddie * empty log message *
(edit) @3022   22 years jrm21 New scripts won't append $GSDLHOME to the exec name as badness happens …
(edit) @3020   22 years jrm21 Check to see if there is a URI-encoded space in the name of an …
(edit) @3019   22 years jrm21 Fixes for when on windows - it was having a lot of trouble sorting out …
(edit) @3017   22 years jrm21 Added code to handle IE's fking stupid behaviour of sending …
(edit) @3016   22 years jrm21 Check for cygwin - if so, #include stdio before #defining setbuffer, …
(edit) @3015   22 years jrm21 include getopt_old.h if we are compiling on cygwin
(edit) @3013   22 years jrm21 Updated the comments at the top of the file
(edit) @3012   22 years jrm21 istream.get(char&) caused funny problems with gcc3 so they've been …
(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 …
Note: See TracRevisionLog for help on using the revision log.