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 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <project>
  21. <custom>
  22. <fluidoSkin>
  23. <topBarEnabled>true</topBarEnabled>
  24. <sideBarEnabled>false</sideBarEnabled>
  25. <skipGenerationDate>true</skipGenerationDate>
  26. <googleSearch>
  27. <sitesearch>${project.url}</sitesearch>
  28. </googleSearch>
  29. <twitter>
  30. <user>archiva</user>
  31. <showUser>true</showUser>
  32. <showFollowers>false</showFollowers>
  33. </twitter>
  34. <ohloh>
  35. <projectId>6670</projectId>
  36. <widget>thin-badge</widget>
  37. </ohloh>
  38. <gitHub>
  39. <projectId>apache/archiva</projectId>
  40. <ribbonOrientation>right</ribbonOrientation>
  41. <ribbonColor>gray</ribbonColor>
  42. </gitHub>
  43. </fluidoSkin>
  44. </custom>
  45. <publishDate format="yyyy-MM-dd" position="right" />
  46. <version position="right" />
  47. <body>
  48. <head>
  49. <![CDATA[<link rel="stylesheet" type="text/css" href="https://archiva.apache.org/css/site.css" />]]>
  50. </head>
  51. <breadcrumbs>
  52. <item name="Apache" href="https://www.apache.org" />
  53. <item name="Archiva" href="https://archiva.apache.org/index.html" />
  54. <item name="Archiva Modules" href="index.html" />
  55. </breadcrumbs>
  56. <menu name="Developers">
  57. <item name="Overview" href="/index.html" />
  58. <item name="Terminology" href="/terminology.html" />
  59. <item name="Metadata Control Model" href="/metadata-content-model.html" />
  60. <item name="Metadata API" href="/metadata-api.html" />
  61. <item name="Repository API" href="/repository-api.html" />
  62. </menu>
  63. <menu ref="modules" />
  64. </body>
  65. </project>