WordWrap: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== WordWrap is a Rexx program for beautifying mishapen and badly formatted text files such as those you might download from websites or newsgroups. WordWrap saves..."
 
Jugbogdan (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
[[image:wordwrap16.png|thumb]]
WordWrap is a Rexx program for beautifying mishapen and badly formatted text files such as those you might download from websites or newsgroups. WordWrap saves your input file for safe keeping before making any changes. WordWrap removes unnecessary whitespace characters and joins multi-line paragraphs into single lines, useful for importing into a word processor program for instance. WordWrap can then reflow the lines to the line length you specify, save in DOS, UNIX or Macintosh end-of-line format and with or without HTML paragraph tags for easy use in a web page.
WordWrap is a Rexx program for beautifying mishapen and badly formatted text files such as those you might download from websites or newsgroups. WordWrap saves your input file for safe keeping before making any changes. WordWrap removes unnecessary whitespace characters and joins multi-line paragraphs into single lines, useful for importing into a word processor program for instance. WordWrap can then reflow the lines to the line length you specify, save in DOS, UNIX or Macintosh end-of-line format and with or without HTML paragraph tags for easy use in a web page.
[[image:wordwrap16.png|400px]]


===Revision History===
===Revision History===
* Version 1.6 includes powerful user-defined character substitution and a graphical interface (WordWrapPM) which provides point and click simplicity to all of WordWrap's command line features.
* Version 1.6 includes powerful user-defined character substitution and a graphical interface (WordWrapPM) which provides point and click simplicity to all of WordWrap's command line features.


==Download==
* [wordwrap161.zip Version 1.6]
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/wp&file=wordwrap161.zip Version 1.6]


==License==
==License==
Line 16: Line 13:
* [[Don K. Eitner]]
* [[Don K. Eitner]]


 
[[Category:Open Source Software]]
[[Category:Software]]

Latest revision as of 04:14, 6 January 2020

WordWrap is a Rexx program for beautifying mishapen and badly formatted text files such as those you might download from websites or newsgroups. WordWrap saves your input file for safe keeping before making any changes. WordWrap removes unnecessary whitespace characters and joins multi-line paragraphs into single lines, useful for importing into a word processor program for instance. WordWrap can then reflow the lines to the line length you specify, save in DOS, UNIX or Macintosh end-of-line format and with or without HTML paragraph tags for easy use in a web page.

Revision History

  • Version 1.6 includes powerful user-defined character substitution and a graphical interface (WordWrapPM) which provides point and click simplicity to all of WordWrap's command line features.
  • [wordwrap161.zip Version 1.6]

License

  • BSD Style license

Author