initial revision.
[upnpmonitor] / site / src / site / site.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
5   name="UPNP monitor">
6   
7   <skin>
8     <groupId>org.wamblee</groupId>
9     <artifactId>wamblee-skin</artifactId>
10   </skin>
11   
12   <body>
13     <links>
14       <item name="utilities library" href="http://utils.wamblee.org/"/>
15     </links>
16
17     <menu name="info">
18       <item name="overview" href="index.html"/>
19       <item name="features" href="features.html"/>
20       <item name="news" href="news.html"/> 
21       <item name="developers" href="developers.html"/>
22     </menu>
23
24   </body>
25 </project>