freebsd-dev/share/misc/committers-doc.dot
Florent Thoumie 7c2fa96d86 Add stub files to keep track of the mentor/mentee relationships.
Have a look at committers-ports.dot for a start.

Simple command to generate the graph is:

$ dot -T png -o file.png file.dot

Dot can be installed via graphics/graphviz.

Discussed on:	-developers
2007-03-30 16:56:38 +00:00

16 lines
262 B
Plaintext

# $FreeBSD$
digraph doc {
node [color=grey62, style=filled, bgcolor=black];
# Alumni go here.
node [color=lightblue2, style=filled, bgcolor=black];
# Current doc committers go here. Try to keep things sorted.
# Here are the mentor/mentee relationships.
}