From e0ce24b3f5285b664c41487b99dedea569c8e2d3 Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Thu, 24 Mar 2011 13:59:56 +0100 Subject: [PATCH] Add description to DOAP file --- mutter.doap | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mutter.doap b/mutter.doap index 25c23acbb..ff6018252 100644 --- a/mutter.doap +++ b/mutter.doap @@ -6,6 +6,16 @@ mutter Window and compositing manager based on Clutter + Mutter is a window and compositing manager that displays and +manages your desktop via OpenGL. Mutter combines a sophisticated display engine +using the Clutter toolkit with solid window-management logic inherited from the +Metacity window manager. + +While Mutter can be used stand-alone, it is primarily intended to be used as +the display core of a larger system such as GNOME Shell. For this reason, +Mutter is very extensible via plugins, which are used both to add fancy visual +effects and to rework the window management behaviors to meet the needs of the +environment.