aboutsummaryrefslogtreecommitdiffstats
path: root/src/site/site.xml
blob: b756593b2b53d8fbeb0d28ea7b72fce24bf6f32a (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
41
42
43
44
45
46
<?xml version="1.0"?>

<project name="Jackcess">
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.6</version>
  </skin>
  <bannerLeft>
    <name>${project.name}</name>
  </bannerLeft>
  <body>
    <menu name="Jackcess">
      <item name="About" href="index.html"/>
      <item name="Downloads" href="https://sourceforge.net/project/showfiles.php?group_id=134943"/>
      <item name="SourceForge Project" href="https://sourceforge.net/projects/jackcess/"/>
      <item name="Cookbook" href="cookbook.html"/>
      <item name="Upgrading to Jackcess 4.x" href="jackcess-4.html"/>
      <item name="Upgrading to Older Versions" href="jackcess_upgrades.html" collapse="true">
        <item name="Jackcess 3.5.x" href="jackcess-3_5.html"/>
        <item name="Jackcess 3.x" href="jackcess-3.html"/>
        <item name="Jackcess 2.x" href="jackcess-2.html"/>
      </item>
      <item name="FAQ" href="faq.html"/>
      <item name="Support" href="https://sourceforge.net/projects/jackcess/support"/>
      <item name="Jackcess Encrypt" href="https://jackcessencrypt.sourceforge.io/"/>
      <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>