Difference between revisions of "WrapText"

From Free Software Directory
Jump to: navigation, search
(No version changes)
(Changed ver info URLs to webarchive licence Added copyright)
 
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=WrapText
+
|Name=WrapText.c
|Short description=WrapText.c - naive, greedy, but flexible text wrapping function
+
|Short description=naive, greedy, but flexible text wrapping function
 
|Full description=WrapText.c is a simple text wrapping function. It supports a maximum line width and two prefix strings. One for the first line and another for the remaining lines. It uses a naive, greedy to fit the most words possible on the current line. If a word is too large for any line, it gets stuffed on a line by itself.
 
|Full description=WrapText.c is a simple text wrapping function. It supports a maximum line width and two prefix strings. One for the first line and another for the remaining lines. It uses a naive, greedy to fit the most words possible on the current line. If a word is too large for any line, it gets stuffed on a line by itself.
|Homepage URL=http://mdhenderson.com/wraptext
+
|Homepage URL=http://web.archive.org/web/20100202153412/http://mdhenderson.com/wraptext
 
|User level=none
 
|User level=none
|Computer languages=C,C++
 
 
|Keywords=text,wrap
 
|Keywords=text,wrap
 
|Version identifier=1
 
|Version identifier=1
|Version date=1970-01-01
+
|Version date=2006/12/31
 
|Version status=stable
 
|Version status=stable
|Version download=http://mdhenderson.com/wraptext/WrapText.c
+
|Version download=http://web.archive.org/web/20100202153412/http://mdhenderson.com/wraptext
|Version comment=1
+
|Last review by=BABA200
|Last review by=Alejandroindependiente
 
 
|Last review date=2017/01/03
 
|Last review date=2017/01/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
Line 21: Line 19:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=LGPLv2.1orlater
|License verified by=Ted Teah
+
|License copyright=Copyright (C) 2006 Michael D Henderson
|License verified date=2006-08-23
+
|License verified by=BABA200
 +
|License verified date=2017/03/01
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Mike Henderson
+
|Real name=Michael D Henderson
 
|Role=Maintainer
 
|Role=Maintainer
|Email=shxen@yahoo.com
+
|Email=mike@mdhenderson.com
 
|Resource URL=
 
|Resource URL=
}}
 
{{Resource
 
|Resource audience=Bug Tracking,Developer,Help,Support
 
|Resource kind=E-mail
 
|Resource URL=mailto:shxen@yahoo.com
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C, C++
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 03:32, 1 March 2017


[edit]

WrapText.c

http://web.archive.org/web/20100202153412/http://mdhenderson.com/wraptext
naive, greedy, but flexible text wrapping function

WrapText.c is a simple text wrapping function. It supports a maximum line width and two prefix strings. One for the first line and another for the remaining lines. It uses a naive, greedy to fit the most words possible on the current line. If a word is too large for any line, it gets stuffed on a line by itself.





Licensing

License

Verified by

Verified on

Notes

Verified by

BABA200

Verified on

1 March 2017




Leaders and contributors

Contact(s)Role
Michael D Henderson Maintainer


Resources and communication

Software prerequisites




Entry
















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.