diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-17 23:50:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-17 23:50:26 +0000 |
commit | 8cb7027c94e362b675c71545ab67ba796fcf226d (patch) | |
tree | 0069337e2a592d60a6b2714a82dc7ecae03c1c94 /app-misc/twin | |
parent | Marked stable on x86. (diff) | |
download | historical-8cb7027c94e362b675c71545ab67ba796fcf226d.tar.gz historical-8cb7027c94e362b675c71545ab67ba796fcf226d.tar.bz2 historical-8cb7027c94e362b675c71545ab67ba796fcf226d.zip |
metadata baby
Diffstat (limited to 'app-misc/twin')
-rw-r--r-- | app-misc/twin/metadata.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-misc/twin/metadata.xml b/app-misc/twin/metadata.xml new file mode 100644 index 000000000000..1cda4401332c --- /dev/null +++ b/app-misc/twin/metadata.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +--> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> + <description>i maintain eterm so i guess i have to maintain this too :P</description> +</maintainer> +<longdescription> +In these days where it is hard to find a graphic card without 3D acceleration, +I brought back to life twin, a program that works in text mode. + +Twin was born in 1993 as a DOS program, and it was the first big program I +wrote immediately after learning C. I soon abandoned it, as under DOS there +was no multitasking and I could not have any other program run inside the +windows drawn by twin. + +I resurrected twin in late 1999, when I was almost ending the military service +and I had some spare time. In a single afternoon I ported it to Linux, then I +started adding features: linux console emulation, networked server capability, +X11 support, etc. + +If you are still asking what is exactly twin, here is an answer: + +Twin is a text-mode windowing environment: it draws and manages text windows +on a text-mode display, like X11 does for graphical windows. It has a built-in +window manager and terminal emulator, and can be used as server for remote +clients in the same style as X11. It can display on Linux console, on X11 and +inside itself. +</longdescription> +</pkgmetadata> |