]> Cypherpunks.ru repositories - goredo.git/blob - doc/index.texi
f7c849499c66caf9bf1ccb449c9a18224d5c5a3b
[goredo.git] / doc / index.texi
1 \input texinfo
2 @documentencoding UTF-8
3 @settitle goredo
4
5 @copying
6 Copyright @copyright{} 2020-2021 @email{stargrave@@stargrave.org, Sergey Matveev}
7 @end copying
8
9 @node Top
10 @top
11
12 Go implementation of @url{http://cr.yp.to/redo.html, djb's redo},
13 Makefile replacement that @url{https://suckless.org/philosophy/, sucks less}.
14
15 Originally it was just a rewrite of
16 @url{https://github.com/leahneukirchen/redo-c, redo-c}, but later most
17 features of @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo}
18 were also implemented. Why yet another implementation? It is feature
19 full and has better performance comparing to shell and Python
20 implementation.
21
22 It passes tests from
23 @url{http://news.dieweltistgarnichtso.net/bin/redo-sh.html, redo-sh.tests}
24 and implementation-neutral ones from @command{apenwarr/redo}.
25
26 If you are not familiar with the redo, here are advisable links to read:
27
28 @itemize
29 @item @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo documentation}
30 @item @url{http://jdebp.eu/FGA/introduction-to-redo.html, Introduction to redo}
31 @item @url{https://apenwarr.ca/log/20101214, The only build system that might someday replace make... is djb redo}
32 @item @url{https://habr.com/ru/post/517490/,, Make на мыло, redo сила} (on russian)
33 @end itemize
34
35 @command{goredo} is
36 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
37 @url{https://www.gnu.org/philosophy/free-sw.html, free software}
38 licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}.
39 It should work on all @url{https://en.wikipedia.org/wiki/POSIX,
40 POSIX}-compatible systems.
41
42 Please send questions, bug reports and patches to
43 @url{https://lists.cypherpunks.ru/mailman/listinfo/goredo-devel, goredo-devel}
44 maillist. Announcements also go to this mailing list.
45
46 @insertcopying
47
48 @include features.texi
49 @include notes.texi
50 @include cmds.texi
51 @include news.texi
52 @include install.texi
53 @include faq.texi
54 @include state.texi
55 @include thanks.texi
56
57 @bye