Gentoo Archives: gentoo-dev

From: Joshua Saddler <nightmorph@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki
Date: Sun, 04 Apr 2010 07:32:30
Message-Id: 20100404003152.4b2012da@angelstorm
In Reply to: Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki by Ben de Groot
1 On Sun, 4 Apr 2010 03:20:53 +0200
2 Ben de Groot <yngwin@g.o> wrote:
3 > >> GuideXML documents are often experienced as an unnecessary
4 > >> barrier.
5 > >
6 > > I think you should clearly state again that this is not gonna replace
7 > > GuideXML, just migrate a few use cases where a wiki fits better.
8 > > This is what you aim for, right?
9
10 No, he's definitely out to kill GuideXML. Just give him time.
11
12 > A wiki can fulfill several purposes for us:
13 >
14 > 1. Easy collaboration among devs, for brainstorming, developing new
15 > documentation, assembling upcoming meeting agendas, and so on
16 > [for which there currently is not really any obvious place]
17
18 This is not *impossible* with our current setup; it can still be done in a few different ways:
19
20 1) project spaces in /proj/$LANG/foobar/ -- how hard is it to commit to CVS when going through document drafts?
21 2) devspaces -- it's easy enough to dump stuff in here for others to refer to
22
23 However, a wiki *does* make it easier for everyone to jump right in and edit stuff as ideas are passed around, rather than waiting for someone to make changes to something in a devspace.
24
25 > 3. A place to host and maintain our existing documentation
26 > [which is currently in GuideXML]
27
28 Entirely unnecessary duplication of effort. To quote the forum mods, "don't cross-post" . . . and especially don't do it if you'll be violating a doc license somewhere. It's one of the reasons why we don't use existing unofficial wiki content in our docs. I and the GDP have written about that ad nauseum over the years; just search the list archives.
29
30 > I am not pushing for our existing documentation to be migrated into a
31 > wiki at this point. But I think that once the place is there, and it
32 > functions well, it would be the obvious next step to do so. As I said
33 > before, the barrier to contributing and maintaining documentation is
34 > much higher in the case of GuideXML, so it doesn't really make sense
35 > to keep that around when we have a better solution.
36 >
37 > I know there are people who do not agree with me on this last point
38
39 . . . to say the least.
40
41 Show me a wiki that has the flexibility of our handbook, which can be a huge printer-friendly all-in-one doc, or an as-you-need-it doc with one page per chapter.
42
43 Show me a wiki that has built-in intradoc linking to every paragraph, chapter, subchapter, code sample, etc.
44
45 Show me a wiki that produces such beautiful code samples (with titles). Show me a wiki that can produce the following formatting for ebuilds:
46
47 http://www.gentoo.org/doc/en/xml-guide.xml#doc_chap2_sect7
48
49 . . . or a wiki that makes it super-easy to add all sorts of additional in-line formatting to regular paragraphs, for example all the blue highlighting for code used throughout http://www.gentoo.org/doc/en/xml-guide.xml, or the monospace font used for filesystem paths.
50
51 Show me a wiki that makes it easy to create tables, for example, compare RadeonProgram from the x.org wiki:
52
53 http://www.x.org/wiki/RadeonProgram?action=edit
54
55 ||<-2 style="text-align: center; background-color: #666666"> '''Native''' ||<style="text-align: center; background-color: #666666"> '''R100''' ||<style="text-align: center; background-color: #666666"> '''R200''' ||<style="text-align: center; background-color: #666666"> '''R300''' ||<style="text-align: center; background-color: #666666"> '''R400''' ||<style="text-align: center; background-color: #666666"> '''RS690''' ||<style="text-align: center; background-color: #666666"> '''R500''' ||<style="text-align: center; background-color: #666666"> '''R600''' ||<style="text-align: center; background-color: #666666"> '''R700''' ||
56
57
58 . . . that's one line of cells. One. Ugly. Compare it to:
59
60 http://www.gentoo.org/doc/en/xml-guide.xml#doc_chap5_pre1
61
62 <table>
63 <tr>
64 <th>Foo</th>
65 <th>Bar</th>
66 </tr>
67 <tr>
68 <ti>This is an example for indentation</ti>
69 <ti>more stuff</ti>
70 </tr>
71 </table>
72
73 Which is easier to read and instantly comprehend?
74
75 By moving to a wiki, you'll lose a huge percentage of what GuideXML can do, in exchange for "quicker" and "easier" editing and creation of docs, though neither of these have been qualified. As some others on this list have mentioned, wiki syntax is downright ugly and simply not as consistent or readable as plain ol' XML or HTML.
76
77 From what I've seen, the biggest objection to GuideXML is folks don't want to take the time to learn a few tags. Well, you'll have to learn tags and syntax for either system, so pick your poison. I've yet to see a wiki that even has as much sense as HTML, which is pretty low on the totem pole of consistency.
78
79 I ain't out to stop ya'll from using a wiki. I do agree that they have some advantages. However, I will point out how limited wikis are. They're not a magic bullet that will solve all our problems.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Arun Raghavan <ford_prefect@g.o>
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Antoni Grzymala <awaria@××××××××××.pl>
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Alex Legler <a3li@g.o>
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki AllenJB <gentoo-lists@××××××××××.uk>
RE: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Sylvain Alain <d2_racing@×××××××.com>
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Dror Levin <spatz@g.o>
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Ben de Groot <yngwin@g.o>
Re: [gentoo-dev] [Gentoo Phoenix] an official Gentoo wiki Ed W <lists@××××××××××.com>