Difference between revisions of "Stumpwm"

From Free Software Directory
Jump to: navigation, search
m (new release)
m (resource info)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=StumpWM
 
|Name=StumpWM
|Short description=a window manager written in common lisp
+
|Short description=Window manager written in Common Lisp.
|Full description=Stumpwm is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input.  
+
|Full description='''Stumpwm''' is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input.  
  
 
It does not use any conventional GUI widgets, but offers hooks. If you make a change, just "re-eval" and everything is updated.  These design decisions reflect the growing popularity of productive, customizable lisp based systems.
 
It does not use any conventional GUI widgets, but offers hooks. If you make a change, just "re-eval" and everything is updated.  These design decisions reflect the growing popularity of productive, customizable lisp based systems.
  
 
StumpWM manages windows the [[emacs]] way. It is also known as "the emacs of WMs."
 
StumpWM manages windows the [[emacs]] way. It is also known as "the emacs of WMs."
|Homepage URL=http://www.nongnu.org/stumpwm/
+
|Homepage URL=https://stumpwm.github.io/
|User level=advanced
+
|Is High Priority Project=No
|VCS checkout command=git clone git@github.com:sabetts/stumpwm.git
+
|VCS checkout command=git clone https://github.com/stumpwm/stumpwm.git
 
|Computer languages=Common Lisp
 
|Computer languages=Common Lisp
|IRC help=irc://irc.freenode.net/stumpwm
+
|Documentation note=The latest version of the user manual is available at: https://stumpwm.github.io/documentation.html
 +
|Decommissioned or Obsolete=No
 +
|IRC general=irc://irc.freenode.net/stumpwm
 +
|Related projects=ratpoison,sawfish
 
|Keywords=window manager, re-eval, lisp, minimal
 
|Keywords=window manager, re-eval, lisp, minimal
|Version identifier=0.9.8
+
|Version identifier=20.11
|Version date=2014/02/22
+
|Version date=2020/11/27
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/sabetts/stumpwm/archive/0.9.8.tar.gz
+
|Version download=https://github.com/stumpwm/stumpwm/releases/tag/20.11
 
|Last review by=Genium
 
|Last review by=Genium
|Last review date=2014/02/23
+
|Last review date=2020/11/28
|Submitted by=Andrew Engelbrecht
+
|Submitted by=Sudoman
|Submitted date=2012/08/17
+
|Submitted date=2012/08/18
|Status=
+
|User level=intermediate
|Is GNU=No
+
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv2orlater
 
|License=GPLv2orlater
|License verified by=Andrew Engelbrecht
+
|License verified by=Geniujm
|License verified date=2012/08/17
+
|License verified date=2020/11/28
}}
+
|License note=https://github.com/stumpwm/stumpwm/blob/master/COPYING
{{Resource
 
|Resource audience=Users, Devolopers
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=https://lists.nongnu.org/mailman/listinfo/stumpwm-devel
 
}}
 
{{Resource
 
|Resource audience=Devolopers
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://github.com/sabetts/stumpwm
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=x-window-system, window-manager
 
|Interface=x-window-system, window-manager
 
|Programming-language=lisp
 
|Programming-language=lisp
 +
|Runs-on=BSD, GNU/Linux, GNU/Hurd
 
|Software-development=programming-language
 
|Software-development=programming-language
|Use=interface, software-development
+
|Use=interface
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 56: Line 52:
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
 
|Prerequisite description=cl-ppcre
 
|Prerequisite description=cl-ppcre
 +
}}
 +
{{Person
 +
|Real name=David Bjergaard
 +
|Role=Maintainer
 +
|Email=dbjergaard@gmail.com
 +
}}
 +
{{Resource
 +
|Resource audience=Devoloper
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/stumpwm/stumpwm
 +
}}
 +
{{Resource
 +
|Resource audience=User & Devoloper
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/stumpwm/stumpwm/issues
 +
}}
 +
{{Resource
 +
|Resource audience=User & Devoloper
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=https://lists.nongnu.org/mailman/listinfo/stumpwm-devel
 +
}}
 +
{{Resource
 +
|Resource audience=Devoloper
 +
|Resource kind=Download
 +
|Resource URL=https://github.com/stumpwm/stumpwm/releases
 +
}}
 +
{{Resource
 +
|Resource audience=History
 +
|Resource kind=General
 +
|Resource URL=https://savannah.nongnu.org/projects/stumpwm
 +
}}
 +
{{Resource
 +
|Resource audience=Wiki
 +
|Resource kind=Homepage
 +
|Resource URL=https://github.com/stumpwm/stumpwm/wiki
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q1129837
 +
}}
 +
{{Resource
 +
|Resource audience=Debian
 +
|Resource kind=Developer
 +
|Resource URL=https://tracker.debian.org/pkg/stumpwm
 +
}}
 +
{{Resource
 +
|Resource audience=History
 +
|Resource kind=Homepage
 +
|Resource URL=http://www.nongnu.org/stumpwm/
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 19:36, 28 November 2020


[edit]

StumpWM

https://stumpwm.github.io/
Window manager written in Common Lisp.

Stumpwm is a window manager written entirely in Common Lisp. It attempts to be highly customizable while relying entirely on the keyboard for input.

It does not use any conventional GUI widgets, but offers hooks. If you make a change, just "re-eval" and everything is updated. These design decisions reflect the growing popularity of productive, customizable lisp based systems.

StumpWM manages windows the emacs way. It is also known as "the emacs of WMs."





Licensing

License

Verified by

Verified on

Notes

Verified by

Geniujm

Verified on

28 November 2020




Leaders and contributors

Contact(s)Role
David Bjergaard Maintainer


Resources and communication

AudienceResource typeURI
HistoryHomepagehttp://www.nongnu.org/stumpwm/
User & DevoloperBug Trackinghttps://github.com/stumpwm/stumpwm/issues
DevoloperVCS Repository Webviewhttps://github.com/stumpwm/stumpwm
DevoloperDownloadhttps://github.com/stumpwm/stumpwm/releases
User & DevoloperMailing List Info/Archivehttps://lists.nongnu.org/mailman/listinfo/stumpwm-devel
HistoryGeneralhttps://savannah.nongnu.org/projects/stumpwm
WikiHomepagehttps://github.com/stumpwm/stumpwm/wiki
DebianDeveloperhttps://tracker.debian.org/pkg/stumpwm
WikidataGeneralhttps://www.wikidata.org/wiki/Q1129837


Software prerequisites

KindDescription
Required to usecl-ppcre
Required to useclx
Required to usecommon lisp




Entry
















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


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


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


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


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


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


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


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


"History" 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.