]> git.decadent.org.uk Git - ion3.git/commitdiff
Updated package descriptions. 20080207-1
authorBen Hutchings <ben@decadent.org.uk>
Thu, 7 Feb 2008 21:37:05 +0000 (21:37 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 12:46:48 +0000 (12:46 +0000)
debian/control

index 3950d9b8afa35cd072d5805466e6f9268f6a1b9d..581cc3fa9393d115f2acbaebb9fe789604a26c2f 100644 (file)
@@ -15,19 +15,17 @@ Conflicts: particleman
 Provides: x-window-manager, ion3-api-${Ion:ApiVersion}
 Replaces: particleman
 Homepage: http://iki.fi/tuomov/ion/
-Description: keyboard-friendly window manager with tiled windows
- Ion, based on PWM, is an unusual window manager with no overlapping
- windows. Windows are placed in tabbed frames which may be arbitrarily
- split to create additional frames, making keyboard navigation much
- easier. Flexible configuration is possible thanks to Lua, which is
- used as the configuration language.
+Description: tiling tabbed window manager designed for keyboard users
+ Ion divides the screen into tiles and places windows in these tiles
+ by default.  Each tile has a set of tabs for the windows within it.
+ It also allows windows to be made 'floating' and placed freely.  Ion
+ can be controlled through the keyboard alone or together with a mouse.
  .
- There is also support for so-called 'floating workspaces' where
- windows are managed the conventional way, so that you can still run
- applications which do not fit very well into Ion's window management
- approach. A pwm3 binary is included which starts Ion with floating
- workspaces as the default, thus replacing the now obsolete PWM window
- manager.
+ Ion can be configured and extended using the Lua language.  It also
+ supports extension modules written in C.
+ .
+ This package provides Ion version 3.  Ion version 2 is available in
+ the ion2 package.
 
 Package: ion3-dev
 Section: non-free/devel
@@ -36,6 +34,6 @@ Architecture: all
 Depends: libx11-dev, libsm-dev, lua5.1, gcc (>> 3)
 Conflicts: particleman-dev
 Replaces: particleman-dev
-Description: ion3 development files
+Description: Ion3 development files
  This package contains the files necessary for building extension
- modules to the Ion window manager.
+ modules to the Ion window manager, version 3.