Changes for page XWiki Contrib

Last modified by Vincent Massol on 2024/03/11 10:26

<
From version < 62.2 >
edited by Manuel Smeria
on 2014/09/12 08:30
To version < 63.1 >
edited by Eduard Moraru
on 2014/09/12 13:39
>
Change comment: Correction on the proper way to skip the enforcer plugin when releasing from Windows with XWiki < 6.2

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ManuelSmeria
1 +xwiki:XWiki.enygma
Content
... ... @@ -30,6 +30,7 @@
30 30  = Why join XWiki Contrib =
31 31  
32 32  You could very well develop your XWiki extension in your own GitHub organization and you wonder why put your project on XWiki Contrib. Some reasons:
33 +
33 33  * You join a Community, the XWiki open source community. We value a lot the community notion and we want to be more like the Apache Software Foundation (strong sense of community) rather than Source Forge (list of independent projects, little community). In particular, this is why we ask you to introduce yourself when requesting a project.
34 34  * This makes your extension visible to the XWiki community and thus other contributors may want to join you in participating to the development of your extension (contribute on code, discussions, promotion, etc).
35 35  * You get some tools setup for your project (GitHub repository, Issue tracker, Wiki pages)
... ... @@ -39,6 +39,7 @@
39 39  The contrib project is open for anyone with a project that request it. Simply send us an email at **##devs AT xwiki.org##** using "**[Contrib]**" at the beginning of your email's subject. Let us know the name and a short description of your project. If your project has already been made available for download on extensions.xwiki.org, please precise it and point us to its page (If it is not, then no need to hurry, you will make it available once it's ready). Finally, let us know which of the listed tools you need. For GitHub access, you will need to register a user on http://github.com and let us know about it (a best practice is to have a username composed of the first letter of your first name immediately followed by your last name, the whole with no capital letter, for example **jdoe** if your name is John Doe).
40 40  
41 41  When picking the GitHub name please follow the existing conventions:
43 +
42 42  * ##application-<xxx>## for apps
43 43  * ##macro-<xxx>## for macros only (if you project provides a macro but also provides other wiki pages then it's considered an app)
44 44  
... ... @@ -122,7 +122,7 @@
122 122  </project>
123 123  {{/code}}
124 124  
125 -Where ##{extensionrepository}## is the name of the repository in [[http://github.com/xwiki-contrib/>>http://github.com/xwiki-contrib/]].
127 +Where ##{extensionrepository}## is the name of the repository in http://github.com/xwiki-contrib/[[http://github.com/xwiki-contrib/]].
126 126  )))
127 127  * Release the project with the maven release plugin(((
128 128  {{code language="none"}}

Get Connected