2018-11-16 03:13:33 -05:00
|
|
|
# License
|
|
|
|
|
|
|
|
|
|
My version of redo was written without ever seeing redo code by Bernstein or
|
2018-11-26 17:04:31 -05:00
|
|
|
Grosskurth, so I own the entire copyright. It's distributed under the terms
|
|
|
|
|
of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0),
|
|
|
|
|
which you can find in the file called
|
|
|
|
|
[LICENSE](https://github.com/apenwarr/redo/tree/master/LICENSE). (Previous
|
|
|
|
|
versions of redo were distributed under the GNU LGPL, but this [changed in
|
|
|
|
|
2018](https://groups.google.com/forum/#!topic/redo-list/wLMZMxtn4wo).)
|
|
|
|
|
|
|
|
|
|
minimal/do is in the public domain so that it's as easy as possible
|
2018-11-26 17:32:19 -05:00
|
|
|
to include inside your own projects, to help end users who don't
|
2018-11-16 03:13:33 -05:00
|
|
|
have a copy of redo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# How can I help?
|
|
|
|
|
|
|
|
|
|
Nowadays, redo is good enough for real production use, and some people
|
|
|
|
|
are using it for real work. That said, it has
|
2019-03-05 23:33:11 -05:00
|
|
|
not reached version 1.0 and there are always going to be bugs.
|
2018-11-16 03:13:33 -05:00
|
|
|
|
|
|
|
|
If you run into a problem, it's really helpful if you report it to the
|
|
|
|
|
mailing list below (with or without subscribing first). We really want to
|
|
|
|
|
know if redo is acting weird for you. Even if the problem turns out to be
|
|
|
|
|
operator error, we can use that information to try to improve this
|
|
|
|
|
documentation.
|
|
|
|
|
|
|
|
|
|
Small feature additions are also welcome, but you might want to ask on the
|
|
|
|
|
mailing list before you start working on it. The code is still evolving and
|
|
|
|
|
might not be the same by the time you submit your pull request.
|
|
|
|
|
|
2019-03-05 23:33:11 -05:00
|
|
|
Contributions to [redoconf](/cookbook/redoconf-simple/) are very welcome.
|
|
|
|
|
For example, you might want to contribute detectors for new libraries or
|
|
|
|
|
compilers.
|
|
|
|
|
|
|
|
|
|
Some of the best things you can do for redo are:
|
2018-11-16 03:13:33 -05:00
|
|
|
|
|
|
|
|
- Convert your projects to using it. Without users, no project is
|
|
|
|
|
successful.
|
|
|
|
|
|
2018-11-20 09:50:37 -05:00
|
|
|
- Convince your favourite OS distro to build and include (up to date!) redo
|
2019-03-05 23:33:11 -05:00
|
|
|
packages. We especially need someone to help with getting redo included
|
|
|
|
|
in debian.
|
2018-11-20 09:50:37 -05:00
|
|
|
|
2018-11-26 17:32:19 -05:00
|
|
|
- Help proofreading this documentation, and send patches or pull requests
|
2019-03-05 23:33:11 -05:00
|
|
|
with improvements and additions.
|
2018-11-26 17:32:19 -05:00
|
|
|
|
|
|
|
|
- Join the mailing list (below) to discuss design changes or bugs.
|
|
|
|
|
|
2018-11-16 03:13:33 -05:00
|
|
|
- Tell your friends!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Mailing list
|
|
|
|
|
|
2019-03-05 23:33:11 -05:00
|
|
|
You should join the `redo-list@googlegroups.com` mailing list!
|
2018-11-16 03:13:33 -05:00
|
|
|
|
|
|
|
|
You can find the mailing list archives here:
|
|
|
|
|
<http://groups.google.com/group/redo-list>
|
|
|
|
|
|
|
|
|
|
It might not look like it, but you can subscribe without having a
|
|
|
|
|
Google Account. Just send a message to
|
|
|
|
|
`redo-list+subscribe@googlegroups.com` (note the plus sign).
|
|
|
|
|
|
|
|
|
|
It's okay to send a message directly to the mailing list
|
|
|
|
|
without subscribing first. If you reply to someone who writes to the
|
|
|
|
|
list, please leave them in the cc: list, since if they
|
|
|
|
|
haven't subscribed, they won't get your reply otherwise.
|