e196a1eb726705f110dd6fcc0556be9a0627eb96
[utils] / wicket / components / src / site / xdoc / index.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5   
6   <properties>
7     <title>user guide</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="Overview">
12       <p> This library provides several useful generic components and add-ons for developing wicket
13         applications. 
14       </p>
15       <p>Package overview:</p>
16       <ul>
17         <li><a href="apidocs/org/wamblee/wicket/behavior/package-summary.html">behavior</a>:
18           Behavior utilities for components and pages. </li>   
19       </ul>
20
21     </section>
22
23     <section name="Maven POM configuration">
24       <table>
25         <tr>
26           <th>groupId</th>
27           <th>artifactId</th>
28         </tr>
29         <tr>
30           <td>org.wamblee</td>
31           <td>wamblee-wicket-components</td>
32         </tr>
33       </table>
34     </section>
35
36   </body>
37 </document>