You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
This document is the template you should follow to create your module's status page. Replace {module dir} with the name of the module's Git repository, {Module name} with the brief (preferably one word) name of the module, {link to example} with the link an exmaple in the documenation, {version} with the released version and {MODULE ID} or (module_id) with the ID of the module (usually the Git repository name). Note the case hints.
The mission statement for your module. This should be no more than two sentences and a pitch you can recite on demand.
To get started in Maven, copy and paste one of the XML fragment below into the <dependencies> section of your pom.xml:
| Individual JARs | Combined JAR (API & implementation) |
|---|---|
<dependency>
<groupId>org.jboss.seam.{module id}</groupId>
<artifactId>seam-{module id}-api</artifactId>
<version>{version}</version>
</dependency>
<dependency>
<groupId>org.jboss.seam.{module id}</groupId>
<artifactId>seam-{module id}-impl</artifactId>
<version>{version}</version>
<scope>runtime</scope>
</dependency> |
<dependency>
<groupId>org.jboss.seam.{module id}</groupId>
<artifactId>seam-{module id}</artifactId>
<version>{version}</version>
</dependency> |
| Name | Module role | Commit username (Git) | Organization | Hometown (Time zone) |
|---|---|---|---|---|
| Full name of module lead, linked to JBoss Community profile, thumbnail picture if available | Module lead | Link to github user | Organization name | City, State code, Country code (UTC-offset) |
| Full name of module lead, linked to JBoss Community profile, thumbnail picture if available | Contributor | Link to github user | Organization name | City, State code, Country code (UTC-offset) |
| Full name of module lead, linked to JBoss Community profile, thumbnail picture if available | Contributor | Link to github user | Organization name | City, State code, Country code (UTC-offset) |
A detailed description of what this module provides. A reader should understand why they need this module after reading this section. Make it a couple of short paragraphs.
| Version | Time frame | Focus |
|---|---|---|
| 3.x.y.Q, linked to JIRA release | Rough estimate |
|
| 3.x.y.Q, linked to JIRA release | Rough estimate |
|
This section serves as a whiteboard for design and ideas for this module. Once you've decided to pursue a feature, it should be added to JIRA as a feature request and linked from this page. It's up to you whether to keep the design notes or remove them once the JIRA issue has been created.