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