0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 12 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
To install in an alternate root directory, for example when building an RPM package, invoke this makefile like "make ROOTDIR=/your/root/dir maketarget". More... almost 10 years ago
Ready for v1.4 release. More... about 10 years ago
Added new configuration variable config_unzip_opts. Users can now use unzipping programs like 7z, pkzipc, winzip as well. More... about 10 years ago
Improved paragraph content layout/indentation. More... about 10 years ago
Improved list indentation and corresponding code. More... about 10 years ago
Fixed list numbering; lvl start value needs to be considered - it need not be 1 always. More... about 10 years ago
Documentation update for release v1.3 . More... about 10 years ago
- Added support for handling lists (bullet, decimal, letter, roman) along with (attempt at) indentation. - Added new configuration variable config_twipsPerChar. - Removed configuration variable config_listIndent. More... about 10 years ago
Remove non-document_text content marked by wp/wp14 tags. More... about 10 years ago
Removed experimental config option config_exp_extra_deEscape. More... about 10 years ago
Remove deleted text from output. This effects in case change are being tracked in docx document. Patch was contributed by William Parsons (wbparsons>AT<cshore>DOT<com). More... about 10 years ago
Update for v1.2 release. More... over 12 years ago
Documentation update for v1.2 release. More... over 12 years ago
- Usage is extended to accept docx file from standard input. - "-h" has to be given as the first argument to get usage help. - Added new configuration variable "config_tempDir". More... over 12 years ago
Fixed the wrong code committed during earlier fixing of nullDevice for Cygwin. More... over 12 years ago
- Added installation progress messages for user. - Spaces in path names (BINDIR and CONFIGDIR) are handled. - Installed docx2txt.pl script is updated for system wide configuration file location, if perl is installed and is in the PATH. More... over 12 years ago
Configuration file is now looked for in current directory, user configuration directory and system configuration directory (in the specified order). This streamlining allows for per user configuration file even on Windows. More... over 12 years ago
Improved handling of special (non-text) characters, along with support for more non-text characters. More... over 12 years ago
Fixed Bug #3463033. Added &apos; and &quot; to docx specific escape characters conversions. More... over 12 years ago
By default docx2txt.config (configuration file) is installed in /etc (instead of same directory as used for perl and shell scripts) on Unix-ish systems now. More... over 12 years ago
- Added a check for existence of unzip command. - Configuration file is looked for in HOME directory as well. - Configuration variables now begin with config_ . - Fixed bugs #3003903, #3082018 and #3082035. - Fixed nulldevice for Cygwin. - Superscripted cross-references are placed within [...] now. More... over 12 years ago
Fixed bug in set expression that was resulting in incorrect handling of file and directory names containing spaces. This bug got in during earlier commit related to support for directory argument. More... over 14 years ago
Documentation updates for v1.0 release. More... over 14 years ago
Corrected configuration option name lineIndent to listIndent. More... over 14 years ago
- Added docx2txt.bat, docx2txt.config, WInstall.bat and VERSION to list of files that go in distribution package. - While preparing distribution package version number is now read from VERSION file instead of hardcoding in this Makefile. More... over 14 years ago
Added docx2txt.config to the list of files to be installed. More... over 14 years ago
Initial version of command line installation script for Windows users. Script will prompt user for perl, unzip and cakecmd paths and will update these paths in the installed files using perl, if perl path is valid. Else it will simply copy the concerned files to the installation folder. More... over 14 years ago
Using single quotes to specify path for unzip command. This will save Windows users from remembering to use double backslashes in unzip path specification i.e. they can specify this path like 'C:\path\to\unzip.exe' instead of slightly unintuitive "C:\\path\\to\\unzip.exe". It will also help in generating more user friendly installation script for Windows users. More... over 14 years ago
Added support for configuration file, so that user can easily control the script execution without having to need to modify the script. More... over 14 years ago
Going directly to :EOF in case of missing docx2txt.pl script, will not restore command line extensions state to what it was prior to this batch file execution. Silly slip. More... over 14 years ago