Difference between revisions of "Xmonad"

From Free Software Directory
Jump to: navigation, search
(Added Debian link)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=xmonad
 
|Name=xmonad
|Short description=An exensible, dynamically tiling, X11 window manager
+
|Short description=An extensible, dynamically tiling, X11 window manager
 
|Full description='''xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell. In other words, it handles the arrangement of windows for you.'''
 
|Full description='''xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell. In other words, it handles the arrangement of windows for you.'''
  
Line 9: Line 9:
  
 
As of version 0.7, it has under 1200 lines of code.
 
As of version 0.7, it has under 1200 lines of code.
|Homepage URL=http://xmonad.org/
+
|Homepage URL=https://xmonad.org/
|VCS checkout command=darcs get http://code.haskell.org/xmonad
+
|Version download=https://xmonad.org/download.html
 +
|VCS checkout command=git clone https://github.com/xmonad/xmonad
 
|Computer languages=Haskell
 
|Computer languages=Haskell
 
|Accepts cryptocurrency donations=No
 
|Accepts cryptocurrency donations=No
 
|IRC general=irc://chat.freenode.net/xmonad
 
|IRC general=irc://chat.freenode.net/xmonad
 
|Keywords=window manager, wm
 
|Keywords=window manager, wm
|Version identifier=0.13
+
|Version identifier=0.15
|Version date=2017/02/10
+
|Version date=2019/09/30
 
|Version status=stable
 
|Version status=stable
|Version download=http://xmonad.org/download.html
+
|Last review by=Pastaf
|Last review by=Bendikker
+
|Last review date=2020/02/23
|Last review date=2018/02/28
 
 
|Submitted date=2015/11/20
 
|Submitted date=2015/11/20
 
|Is GNU=No
 
|Is GNU=No
Line 29: Line 29:
 
Copyright (c) 2007,2008 Don Stewart
 
Copyright (c) 2007,2008 Don Stewart
 
|License verified by=jgay, Pastaf
 
|License verified by=jgay, Pastaf
|License verified date=2015/11/20
+
|License verified date=2015-11-20
 +
}}
 +
{{Software category
 +
|Interface=x-window-system, window-manager
 +
|Programming-language=haskell
 +
|Runs-on=BSD, GNU/Linux
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=libX
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=libXinerama
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=libXext
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=GHC
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=Cabal (Haskell)
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=X11 (Haskell)
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=mtl (Haskell)
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=unix (Haskell)
 
}}
 
}}
 
{{Person
 
{{Person
Line 58: Line 98:
 
{{Resource
 
{{Resource
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://xmonad.org
+
|Resource URL=https://xmonad.org
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://xmonad.org/download.html
+
|Resource URL=https://xmonad.org/download.html
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 70: Line 110:
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List Info/Archive
 
|Resource kind=Mailing List Info/Archive
|Resource URL=http://mail.haskell.org/pipermail/xmonad/
+
|Resource URL=https://mail.haskell.org/pipermail/xmonad/
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=x-window-system
+
|Is High Priority Project=No
|Programming-language=haskell
+
|Decommissioned or Obsolete=No
|Runs-on=BSD, GNU/Linux
+
|Accepts cryptocurrency donations=No
}}
+
|Test entry=No
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=libX
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=libXinerama
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=libXext
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=GHC
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=Cabal (Haskell)
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=X11 (Haskell)
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=mtl (Haskell)
 
}}
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite description=unix (Haskell)
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:09, 9 December 2021


[edit]

xmonad

https://xmonad.org/
An extensible, dynamically tiling, X11 window manager

xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell. In other words, it handles the arrangement of windows for you.

It is minimal and efficient, and managed through the keyboard. It is extensible and featureful, through Haskell as the powerful configuration language with a variety of hooks, with a large existing extension library, and things like xinerama support and per-screen workspaces. It is also stable, being written in Haskell and extensively using good practices including formal verification.

As of version 0.7, it has under 1200 lines of code.





Licensing

License

Verified by

Verified on

Notes

Verified by

jgay, Pastaf

Verified on

20 November 2015




Leaders and contributors

Contact(s)Role
Jason Creighton Author
Spencer Janssen Author
Don Stewart Author


Resources and communication

AudienceResource typeURI
Mailing List Subscribehttps://mail.haskell.org/mailman/listinfo/xmonad
Mailing List Info/Archivehttps://mail.haskell.org/pipermail/xmonad/
Debian (Ref)https://tracker.debian.org/pkg/xmonad
Changeloghttps://wiki.haskell.org/Xmonad#Documentation
Homepagehttps://xmonad.org
Bug Trackinghttps://github.com/xmonad/xmonad/issues
Downloadhttps://xmonad.org/download.html


Software prerequisites

KindDescription
Required to buildGHC
Required to buildCabal (Haskell)
Required to buildX11 (Haskell)
Required to buildlibXext
Required to buildunix (Haskell)
Required to buildlibXinerama
Required to buildlibX
Required to buildmtl (Haskell)




Entry

























"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.















Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.