$msg.get("xe.home.title")

Version 2.1 by Jerome on 2009/11/08 17:43

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.

Hosting tools

The project hosting forge can provide contributors with some or all of the following tools :

  • A SVN repository, under http://svn.xwiki.org/svnroot/xwiki/contrib/
  • A JIRA project for tracking bugs and feature requests, at http://jira.xwiki.org/ and under the "XWiki Contributed projects" category. Note that there will be a generic JIRA project to be used by all projects till they  achieve a first release or till they grow to a size significant enough to warrant a dedicated JIRA project
  • A generic maven groupId : org.xwiki.contrib
  • Project pages on xwiki.org sites to describe and document the project.

    Our long term objective is to make all projects documentation accessible from http://code.xwiki.org, though the content from code.xwiki.org should be aggregated from the various XWiki sites : platform.xwiki.org for the XWiki platform's modules, contrib.xwiki.org for contributed projects, etc.

    For the time being and until we perform that restructuration of code.xwiki.org, projects from the XWiki Contrib project can be documented in two places : 

    • On a page on code.xwiki.org, only if the project has been already made available for download here (i.e., has been released at least once).
    • On a dedicated space on contrib.xwiki.org for other projects.

Requesting a project

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 SVN access, you will need to register a user on http://www.xwiki.org with a UNIX-like user name, and let us know about it. Such a username is 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). We will get back to you shortly with all the information you need.

SVN organization

The contrib SVN repository is organized with the following structure :

  http://svn.xwiki.org/svnroot/contrib/ |__people/ |__projects/ |__retired/ |__sandbox/  

Each of the sub-directory has the following meaning :

  • people is a directory for "personal tests" projects. The idea is behind is to give whoever requests it a personal space where he can experiment with XWiki code, and that space is private (i.e. an implied rule is that people are not supposed to commit code in others projects, thus making it different from sandbox projects). Each sub-folder of people/ is composed of the username of the person that requests his project, for example "jvelociter".
  • projects hosts the actual contrib projects, that are active (meaning that they still do make sense as projects in
    the XWiki ecosystem, they are not abandoned, etc.)
  • retired is the "place where dead project go ;(" A dead project can be a project that get superseded by a newer one, or a project that is not actively maintained for a long period of time.
  • sandbox is the place for experimental projects that have not been released.

Get Connected