diff options
author | Olav Vitters <olav@vitters.nl> | 2011-03-24 13:59:56 +0100 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2011-03-24 13:59:56 +0100 |
commit | e0ce24b3f5285b664c41487b99dedea569c8e2d3 (patch) | |
tree | 4ff836a3ebfcb496e01b29e9b2bddd5f37dc9b6e /mutter.doap | |
parent | c13e62f72cfe528fefa62ece8ea8a5d594f4f079 (diff) | |
download | mutter-e0ce24b3f5285b664c41487b99dedea569c8e2d3.tar.gz |
Add description to DOAP file
Diffstat (limited to 'mutter.doap')
-rw-r--r-- | mutter.doap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mutter.doap b/mutter.doap index 25c23acbb..ff6018252 100644 --- a/mutter.doap +++ b/mutter.doap @@ -6,6 +6,16 @@ <name xml:lang="en">mutter</name> <shortdesc xml:lang="en">Window and compositing manager based on Clutter</shortdesc> + <description>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.</description> <!-- <homepage rdf:resource="http://www.gnome.org/" /> --> |