aboutsummaryrefslogtreecommitdiffstats
path: root/src/site/site.xml
blob: cbeaf24465c21c87b54f35f816dfaf6859738d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0"?>

<project name="Jackcess">
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.4</version>
  </skin>
  <bannerLeft>
    <name>${project.name}</name>
  </bannerLeft>
  <body>
    <menu name="Jackcess">
      <item name="About" href="index.html"/>
      <item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=134943"/>
      <item name="SourceForge Project" href="http://sourceforge.net/projects/jackcess/"/>
      <item name="Cookbook" href="cookbook.html"/>
      <item name="Upgrading to Jackcess 2.x" href="jackcess-2.html"/>
      <item name="FAQ" href="faq.html"/>
      <item name="Jackcess Encrypt" href="http://jackcessencrypt.sourceforge.net/"/>
      <item name="GitHub Mirror" href="https://github.com/jahlborn/jackcess"/>
    </menu>

    <menu ref="reports"/>

  </body>

  <custom>
    <fluidoSkin>
      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
      <copyrightClass>center</copyrightClass>
      <gitHub>
        <projectId>jahlborn/jackcess</projectId>
        <ribbonOrientation>right</ribbonOrientation>
        <ribbonColor>gray</ribbonColor>        
      </gitHub>
    </fluidoSkin>
  </custom>
  
</project>