Wiki source code of XWiki Development Zone

Version 40.1 by Vincent Massol on 2010/03/18 10:25

Show last authors
1 #set ($showcomments="no")
2 #set ($showattachments = "no")
3 #set ($showhistory = "no")
4 #set ($showinformation = "no")
5
6 Welcome to the XWiki development community. This area is for developers of the XWiki project itself and all contributors in general.
7
8 #info("If you're looking for how to develop inside XWiki Products, check the [Platform Developer's Guide>platform:DevGuide.WebHome].")
9
10 <table cellpadding="5">
11 <tr>
12 <td>{image:health.png}</td>
13 <td>*[Project Health>Community.ProjectHealth]*<br/>
14 Statistics about XWiki development
15 </td>
16 <td>{image:coders.png}</td>
17 <td>*[Hall Of Fame>Community.HallOfFame]*<br/>
18 Come and acclaim all those who have contributed to XWiki...
19 </td>
20 </tr>
21 <tr>
22 <td>{image:mail.png}</td>
23 <td>*[Mailing Lists & Forums>Community.MailingLists]*<br/>
24 Discuss with other XWiki users or developers.
25 </td>
26 <td>{image:irc.png}</td>
27 <td>*[IRC & Jabber>Community.IRC]*<br/>
28 Talk with other XWiki users or developers in real time.
29 </td>
30 </tr>
31 <tr>
32 <td>{image:source.png}</td>
33 <td>*[Source Repository>Community.SourceRepository]*<br/>
34 Find information on how to get XWiki sources.
35 </td>
36 <td>{image:contrib.png}</td>
37 <td>*[Contributing>Community.Contributing]*<br/>
38 Find out all the different manners in which you can contribute to the project.
39 </td>
40 </tr>
41 <tr>
42 <td>{image:devpractices.png}</td>
43 <td>*[Development Practices>Community.DevelopmentPractices]*<br/>
44 Tools suggestion to be able to contribute to the project in good conditions.
45 </td>
46 <td>{image:tools.png}</td>
47 <td>*[Development Tools>Community.DevelopmentTools]*<br/>
48 A list of development tools that can be used when developing for the XWiki project.
49 </td>
50 </tr>
51 <tr>
52 <td>{image:codestyle.png}</td>
53 <td>*[Code Style>Community.CodeStyle]*<br/>
54 Be a good XWiki citizen and follow the agreed upon code style when submitting patches or committing code.
55 </td>
56 <td>{image:committership.png}</td>
57 <td>*[Committership>Community.Committership]*<br/>
58 Explains what is a Committer and his role and responsibilities.
59 </td>
60 </tr>
61 <tr>
62 <td>{image:build.png}</td>
63 <td>*[Building>Community.Building]*<br/>
64 Learn how to build XWiki directly from the sources
65 </td>
66 <td>{image:debug.png}</td>
67 <td>*[Debugging>Community.Debugging]*<br/>
68 Learn how to debug XWiki when things go wrong...
69 </td>
70 </tr>
71 <tr>
72 <td>{image:testing.png}</td>
73 <td>*[Testing>Community.Testing]*<br/>
74 Defines XWiki's test strategy.
75 </td>
76 <td>{image:profiling.png}</td>
77 <td>*[Profiling>Community.Profiling]*<br/>
78 Learn how to profile XWiki
79 </td>
80 </tr>
81 <tr>
82 <td>{image:continuousbuild.png}</td>
83 <td>*[Continuous build>Community.ContinuousBuild]*<br/>
84 Information about XWiki's continuous build.
85 </td>
86 <td>{image:release.png}</td>
87 <td>*[Release Process>Community.ReleaseProcess]*<br/>
88 List all steps to take for releasing XWiki.
89 </td>
90 </tr>
91 <tr>
92 <td>{image:idea.png}</td>
93 <td>*[Ideas>Design.WebHome]*<br/>
94 This is where new ideas and proposals should be logged. Discussions should happen on the mailing lists and be taken in that space so that they do not evaporate and are recorded for posterity!
95 </td>
96 <td>{image:idea.png}</td>
97 <td>*[Older Ideas>Idea.WebHome]*<br/>
98 This is the old place where design ideas were stored. They should be reviewed, updated and moved to the [new place for ideas>Design.WebHome].
99 </td>
100 </tr>
101 <tr>
102 <td>{image:draft.png}</td>
103 <td>*[Drafts>Drafts.WebHome]*<br/>
104 Space for work in progress meant to be moved to the main xwiki.org spaces when it's finished. Feel free to start working on stuff in there.
105 </td>
106 <td>{image:applications-games.png}</td>
107 <td>*[User Experience Guidelines>UserExperience.WebHome]*<br/>
108 This space is dedicated to collecting and describing the User Experience guidelines to follow when developing new features.
109 </td>
110 </tr>
111 </table>

Get Connected