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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 2.x" href="jackcess-2.html"/>
  18. <item name="FAQ" href="faq.html"/>
  19. <item name="Support" href="https://sourceforge.net/projects/jackcess/support"/>
  20. <item name="Jackcess Encrypt" href="https://jackcessencrypt.sourceforge.io/"/>
  21. <item name="GitHub Mirror" href="https://github.com/jahlborn/jackcess"/>
  22. </menu>
  23. <menu ref="reports"/>
  24. </body>
  25. <custom>
  26. <fluidoSkin>
  27. <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
  28. <copyrightClass>center</copyrightClass>
  29. <gitHub>
  30. <projectId>jahlborn/jackcess</projectId>
  31. <ribbonOrientation>right</ribbonOrientation>
  32. <ribbonColor>gray</ribbonColor>
  33. </gitHub>
  34. </fluidoSkin>
  35. </custom>
  36. </project>