aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation.hs
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-11-19 19:31:27 +0100
committerDon Stewart <dons@galois.com>2007-11-19 19:31:27 +0100
commitec41ad5801aac213adab94c02b73b527b7700cce (patch)
tree14c98088669d0efe3a34aa620911054e90ebcd8c /Documentation.hs
parentdf3e289716440de50031c98598e280e0e5709f08 (diff)
downloadXMonadContrib-ec41ad5801aac213adab94c02b73b527b7700cce.tar.gz
XMonadContrib-ec41ad5801aac213adab94c02b73b527b7700cce.tar.xz
XMonadContrib-ec41ad5801aac213adab94c02b73b527b7700cce.zip
Port overview from contrib.html to Documentation.hs
darcs-hash:20071119183127-cba2c-6c4b9e721883c5a0202d1d8a934297dc26960aa0.gz
Diffstat (limited to '')
-rw-r--r--Documentation.hs22
1 files changed, 21 insertions, 1 deletions
diff --git a/Documentation.hs b/Documentation.hs
index b8485eb..9aa0b05 100644
--- a/Documentation.hs
+++ b/Documentation.hs
@@ -6,7 +6,7 @@
--
-- Maintainer : andrea.rossato@unibz.it
-- Stability : unstable
--- Portability : unportable
+-- Portability : portable
--
-- This is a module for documenting the xmonad-contrib library.
--
@@ -14,6 +14,9 @@
module Documentation
(
+ -- * Overview
+ -- $overview
+
-- * Configuring xmonad
-- $configure
@@ -102,6 +105,23 @@ module Documentation
-- $license
) where
+--------------------------------------------------------------------------------
+--
+-- Overview
+--
+--------------------------------------------------------------------------------
+
+{- $overview
+#Overview#
+
+xmonad is a tiling window manager for X. This library collects
+third party tiling algorithms, hooks, configurations and scripts to
+xmonad. The source for this library is available via darcs get <http://code.haskell.org/XMonadContrib>
+
+Each stable release of xmonad comes with a stable release of the contrib
+library too, which should be used if you're using the stable release.
+You can find the tarball here (<http://www.xmonad.org/XMonadContrib-0.4.tar.gz>) (Oct 2007)
+-}
--------------------------------------------------------------------------------
--