libreccm/src/site/site.xml

41 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0
http://maven.apache.org/xsd/decoration-1.3.0.xsd">
<bannerLeft>
<name>LibreCCM</name>
<src>images/libreccm-logo.png</src>
<width>150</width>
<height>100</height>
</bannerLeft>
<body>
<menu name="Overview">
<item name="Overview" href="index.html"/>
<item name="Code conventions" href="code-conventions.html"/>
<item name="Building LibreCCM" href="building.html"/>
<item name="Testing LibreCCM" href="testing.html"/>
<item name="The module system of LibreCCM"
href="module-system.html"
collapse="true">
<item name="Anatomy of a LibreCCM module"
href="module-system/anatomy.html"/>
</item>
<item name="How LibreCCM uses JPA" href="entities.html"/>
<item name="Authentication and Authorization"
href="auth.html"/>
</menu>
<menu ref="modules"/>
<menu ref="reports"/>
</body>
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>
</project>