12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
- <pkgmetadata>
- <maintainer type="person">
- <email>jer@gentoo.org</email>
- <name>Jeroen Roovers</name>
- </maintainer>
- <maintainer type="person">
- <email>jnrowe@gmail.com</email>
- <name>James Rowe</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription lang="en">
- GNU diction and style are free implementations of old standard unix
- commands, that are not available on many modern systems, because they
- have been unbundled. Diction prints wordy and commonly misused phrases.
- Style analyses surface characteristics of a document, e.g. sentence
- length and various readability measures, but unlike the original code,
- it lacks sentence type, word usage and most sentence beginning
- processing.
- Both commands support English and German documents.
- </longdescription>
- </pkgmetadata>
|