diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2005-02-27 10:31:50 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2005-02-27 10:31:50 +0000 |
commit | 3b21974d86a1cb07c8b9b5dbbd4c070e2cb2b719 (patch) | |
tree | c8c43517881e5b7bcbee528aefd4db2b83f71ad7 /dev-python/urwid/metadata.xml | |
parent | Marked stable on x86. (diff) | |
download | historical-3b21974d86a1cb07c8b9b5dbbd4c070e2cb2b719.tar.gz historical-3b21974d86a1cb07c8b9b5dbbd4c070e2cb2b719.tar.bz2 historical-3b21974d86a1cb07c8b9b5dbbd4c070e2cb2b719.zip |
Some cleanup. Added description to metadata.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/urwid/metadata.xml')
-rw-r--r-- | dev-python/urwid/metadata.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/dev-python/urwid/metadata.xml b/dev-python/urwid/metadata.xml index 301d2207cc29..074ba7fffa24 100644 --- a/dev-python/urwid/metadata.xml +++ b/dev-python/urwid/metadata.xml @@ -1,5 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>python</herd> +<herd>python</herd> +<longdescription> +Urwid is a curses-based user interface library. It includes many features +useful for text console application developers including: + +- Fluid interface resizing (xterm window resizing / fbset on Linux console) +- Support for 8-bit and CJK encodings +- Multiple text alignment and wrapping modes built-in +- Ability to register user-defined text alignment and wrapping modes +- Simple markup for setting text attributes +- Powerful list box that handles scrolling between different widget types +- List box contents may be managed with a user-defined class +- Flexible edit box for editing many different types of text +- Easy interface for creating HTML screen shots +</longdescription> </pkgmetadata> |