Changes for page XWiki Contrib

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

<
From version < 13.1 >
edited by Vincent Massol
on 2011/08/08 17:25
To version < 15.1 >
edited by Vincent Massol
on 2012/01/17 14:19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,18 @@
1 1  {{box cssClass="floatinginfobox" title="**Contents**"}}
2 -{{toc start="2" depth="3"/}}
2 +{{toc/}}
3 3  {{/box}}
4 4  
5 5  The **XWiki Contrib Project** provides hosting for projects related to XWiki. These projects are not part of the official XWiki distributions and are not maintained by the XWiki development team.
6 6  
7 -== Hosting tools ==
7 += Contrib Project List =
8 8  
9 +The full list projects is available on the [[##xwiki-contrib## user on GitHub>>https://github.com/organizations/xwiki-contrib]].
10 +
11 +|=Project Name|=What is it?
12 +|[[Curriki>>http://www.curriki.org]]|Open Source Curriculum Sharing and Editing based on the XWiki Platform.
13 +
14 += Hosting tools =
15 +
9 9  The project hosting forge can provide contributors with some or all of the following tools :
10 10  
11 11  * A **GitHub repository**, under http://github.com/xwiki-contrib
... ... @@ -13,11 +13,11 @@
13 13  * A generic **maven groupId** : ##org.xwiki.contrib## (until the project reaches a certain size and visibility, in which case it can have its own maven group id)
14 14  * **Project pages** on extensions.xwiki.org to describe and document the project. When the project reaches a certain visibility and size it can have its own wiki on xwiki.org.
15 15  
16 -== Requesting a project ==
23 += Requesting a project =
17 17  
18 18  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 code.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).
19 19  
20 -== Requesting snapshost builds for your project ==
27 += Requesting snapshost builds for your project =
21 21  
22 22  XWiki.org has a [[continuous build>>http://dev.xwiki.org/xwiki/bin/view/Community/ContinuousBuild]] which builds maven projects each time they are modified on GitHub and put the resulting artifact in our [[snapshots repository>>http://maven.xwiki.org/snapshots/]]. This is useful when you want people using your project as a dependency to continuously benefit from the improvements.
23 23  
... ... @@ -53,7 +53,7 @@
53 53  {{/code}}
54 54  )))
55 55  
56 -== Release the project ==
63 += Release the project =
57 57  
58 58  XWiki.org allows you to release your project on its maven repository as long as you follow the following steps:
59 59  

Get Connected