This commit is contained in:
Miloslav Ciz 2021-11-03 20:59:55 -05:00
parent 39bdc06ddf
commit 6fee61f49d
11 changed files with 54 additions and 24 deletions

View file

@ -6,22 +6,24 @@ Notable suckless promoters include [Luke Smith](luke_smith.md) and [Mental Outla
## Attributes
- Extreme minimalism.
- Extreme [minimalism](minimalism.md).
- Configuration of software is part of its source code (`config.h`) and change of this configuration requires recompiling the software (which is extremely easy with suckless software). This removes the need for dealing with config files which requires special libraries, file systems and extra code.
- Mainly using two programming languages: C for compiled programs amd POSIX shell for scripting.
- Forking by default, software is distributed in source format, every user is supposed to create a personal customized fork and compile the software himself.
- Mods (extension/addons) are implemented and distributed as patch files.
- Mods (extension/addons) are implemented and distributed as [patch](patch.md) files.
- Permissive licensing, usually MIT.
## History
TODO :)
Suckless in current form has existed since 2006 when the domain suckless.org was registered by a German guy Anselm R. Garbe who is the founder of the community. It has evolved from a community centered around specific software projects, most notably [wmii](wmii.md). Garbe has given interview about suckless in FLOSS Weekly episode 355.
In 2012 a core veteran member of suckless, [Uriel](uriel.md), has killed himself.
## Projects
Notable projects developed by the suckless group include:
- dwm
- st
- dmenu
- surf
- [dwm](dwm.md)
- [st](st.md)
- [dmenu](dmenu.md)
- [surf](surf.md)