Difference between revisions of "Xmonad"

From Free Software Directory
Jump to: navigation, search
(Created page, my first time contributing to the FSD. No software prerequisites included yet. Probably needs to be edited by somebody more experienced.)
 
m (Apparently, when I bumped the last review date, I somehow managed to roll back my other changes. I wish I could `git commit --amend` the wiki history.)
(Tag: Undo)
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|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.'''
  
It aims to be minimal, with no clutter or special flashy things. It is completely managed through the keyboard.
+
It is minimal and efficient, and managed through the keyboard.
It is highly extensible, with configuration available for almost the entire system, through the Haskell programming language, with a large library of extensions created by the community.
+
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 supports xinerama, and things like per-screen workspaces.
+
It is also stable, being written in Haskell and extensively using good practices including formal verification.
  
The developers heavily use formal verification methods and program derivation, to make it more reliable. 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
+
|VCS checkout command=git clone https://github.com/xmonad/xmonad
 
|Computer languages=Haskell
 
|Computer languages=Haskell
 +
|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.11.1
+
|Version identifier=0.15
|Version date=2015/08/08
+
|Version date=2019/09/30
 
|Version status=stable
 
|Version status=stable
|Version download=http://xmonad.org/download.html
+
|Version download=https://xmonad.org/download.html
 
|Last review by=Pastaf
 
|Last review by=Pastaf
|Last review date=2015/11/20
+
|Last review date=2020/02/23
|Submitted by=Pastaf
 
 
|Submitted date=2015/11/20
 
|Submitted date=2015/11/20
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 36: Line 35:
 
|Role=Author
 
|Role=Author
 
|Email=xmonad@haskell.org
 
|Email=xmonad@haskell.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Don Stewart
 
|Real name=Don Stewart
 
|Role=Author
 
|Role=Author
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Jason Creighton
 
|Real name=Jason Creighton
 
|Role=Author
 
|Role=Author
|Resource URL=
 
 
}}
 
}}
{{Resource}}
+
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/xmonad
 +
}}
 +
{{Resource
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/xmonad/xmonad/issues
 +
}}
 +
{{Resource
 +
|Resource kind=Changelog
 +
|Resource URL=https://wiki.haskell.org/Xmonad#Documentation
 +
}}
 +
{{Resource
 +
|Resource kind=Homepage
 +
|Resource URL=https://xmonad.org
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://xmonad.org/download.html
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List Subscribe
 +
|Resource URL=https://mail.haskell.org/mailman/listinfo/xmonad
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=https://mail.haskell.org/pipermail/xmonad/
 +
}}
 
{{Software category
 
{{Software category
 
|Interface=x-window-system
 
|Interface=x-window-system
Line 54: Line 77:
 
|Runs-on=BSD, GNU/Linux
 
|Runs-on=BSD, GNU/Linux
 
}}
 
}}
{{Software prerequisite}}
+
{{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}}

Revision as of 12:29, 22 March 2020


[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.



































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.