You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

site.xml 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0"?>
  2. <project name="Jackcess">
  3. <skin>
  4. <groupId>org.apache.maven.skins</groupId>
  5. <artifactId>maven-fluido-skin</artifactId>
  6. <version>1.6</version>
  7. </skin>
  8. <bannerLeft>
  9. <name>${project.name}</name>
  10. </bannerLeft>
  11. <body>
  12. <menu name="Jackcess">
  13. <item name="About" href="index.html"/>
  14. <item name="Downloads" href="https://sourceforge.net/project/showfiles.php?group_id=134943"/>
  15. <item name="SourceForge Project" href="https://sourceforge.net/projects/jackcess/"/>
  16. <item name="Cookbook" href="cookbook.html"/>
  17. <item name="Upgrading to Jackcess 4.x" href="jackcess-4.html"/>
  18. <item name="Upgrading to Older Versions" href="jackcess_upgrades.html"/>
  19. <item name="FAQ" href="faq.html"/>
  20. <item name="Support" href="https://sourceforge.net/projects/jackcess/support"/>
  21. <item name="Jackcess Encrypt" href="https://jackcessencrypt.sourceforge.io/"/>
  22. <item name="GitHub Mirror" href="https://github.com/jahlborn/jackcess"/>
  23. </menu>
  24. <menu ref="reports"/>
  25. </body>
  26. <custom>
  27. <fluidoSkin>
  28. <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
  29. <copyrightClass>center</copyrightClass>
  30. <gitHub>
  31. <projectId>jahlborn/jackcess</projectId>
  32. <ribbonOrientation>right</ribbonOrientation>
  33. <ribbonColor>gray</ribbonColor>
  34. </gitHub>
  35. </fluidoSkin>
  36. </custom>
  37. </project>