Date: Sat, 03 Jan 2009 02:05:29 +0200 From: Manolis Kiagias <sonic2000gr@gmail.com> To: Rene Ladan <r.c.ladan@gmail.com> Cc: doc@freebsd.org Subject: Re: document dependency graph Message-ID: <495EABC9.9020103@gmail.com> In-Reply-To: <e890cae60901021540h5a587ccer4edb8ba1f651e0cc@mail.gmail.com> References: <e890cae60901021540h5a587ccer4edb8ba1f651e0cc@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Rene Ladan wrote: > Hi, > > I've made a document dependency graph showing which articles and books > depend which other articles and/or books. > > The graph can be viewed at http://www.rene-ladan.nl/freebsd-doc-graph/ > (both the graphviz source and two renderings in PNG format) > > The graph was made manually (!) using the output from > grep -ir -E 'url.articles|url.books|www.freebsd.org' * | sort | uniq > in the articles/ and books/ directory of the current English documentation > set. So hopefully I didn't miss anything. > > Maybe the graph is useful for translation teams deciding what to translate > next (to avoid having to link to a lot of non-translated texts). > > Regards, > Rene > Now, I would really call that complex! Most everything connects to the handbook, so finishing it gives a translator more than a few options of articles to move on. Another possibly interesting graph would be which handbook chapters connect to other handbook chapters (for more or less the same reason: to translate the most linked to chapters first). Nice work, thanks Rene ;)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?495EABC9.9020103>