Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

site.xml 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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 xmlns="http://maven.apache.org/DECORATION/1.3.0"
  21. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  22. xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
  23. name="Archiva Documentation">
  24. <googleAnalyticsAccountId>UA-140879-5</googleAnalyticsAccountId>
  25. <bannerLeft>
  26. <name>Apache Archiva</name>
  27. <src>http://archiva.apache.org/images/archiva.png</src>
  28. <href>http://archiva.apache.org/</href>
  29. </bannerLeft>
  30. <custom>
  31. <fluidoSkin>
  32. <topBarEnabled>false</topBarEnabled>
  33. <sideBarEnabled>true</sideBarEnabled>
  34. <leftColumnClass>span2</leftColumnClass>
  35. <bodyColumnClass>span10</bodyColumnClass>
  36. <skipGenerationDate>true</skipGenerationDate>
  37. <googleSearch>
  38. <sitesearch>${project.url}</sitesearch>
  39. </googleSearch>
  40. <twitter>
  41. <user>archiva</user>
  42. <showUser>true</showUser>
  43. <showFollowers>false</showFollowers>
  44. </twitter>
  45. <ohloh>
  46. <projectId>6670</projectId>
  47. <widget>thin-badge</widget>
  48. </ohloh>
  49. <gitHub>
  50. <projectId>apache/archiva</projectId>
  51. <ribbonOrientation>right</ribbonOrientation>
  52. <ribbonColor>black</ribbonColor>
  53. </gitHub>
  54. </fluidoSkin>
  55. </custom>
  56. <publishDate format="yyyy-MM-dd" position="right" />
  57. <version position="right" />
  58. <body>
  59. <breadcrumbs>
  60. <item name="Apache" href="https://www.apache.org" />
  61. <item name="Archiva" href="https://archiva.apache.org" />
  62. <item name="Archiva Documentation" href="index.html" />
  63. </breadcrumbs>
  64. <menu name="Introduction">
  65. <item name="Quick Start" href="/quick-start.html" />
  66. <item name="Feature Tour" href="/tour/index.html" />
  67. <item name="Release Notes" href="/release-notes.html" />
  68. <item name="Downloads" href="http://archiva.apache.org/download.html" />
  69. </menu>
  70. <menu name="Users Guide">
  71. <item name="Browsing" href="/userguide/browsing.html" />
  72. <item name="Searching" href="/userguide/searching.html" />
  73. <!-- not yet in new UI -->
  74. <!--item name="Identifying an Artifact" href="/userguide/find-artifact.html" /-->
  75. <item name="Deleting an Artifact" href="/userguide/delete-artifact.html" />
  76. <item name="Using as a repository" href="/userguide/using-repository.html" />
  77. <item name="Deploying to repository" href="/userguide/deploy.html" />
  78. <item name="Configuring Virtual Repositories" href="/userguide/virtual-repositories.html" />
  79. <item name="Rss Feeds in Archiva" href="/userguide/rss.html"/>
  80. <item name="Querying Artifacts" href="/userguide/querying-artifacts.html"/>
  81. <!-- not yet in new UI -->
  82. <!--item name="Audit Log Report" href="/userguide/auditlog-report.html"/-->
  83. </menu>
  84. <menu name="Administrators Guide">
  85. <!-- TODO: add an overview in future versions
  86. <item name="Structure of Archiva" href="/adminguide/structure.html" />
  87. -->
  88. <item name="Installing Archiva" href="/adminguide/installing.html" collapse="true">
  89. <item name="Installing Standalone" href="/adminguide/standalone.html" />
  90. <item name="Installing as a WAR" href="/adminguide/webapp.html" />
  91. <item name="Upgrading to a New Version" href="/adminguide/upgrade.html" />
  92. </item>
  93. <item name="Databases" href="/adminguide/databases.html" />
  94. <item name="Repositories Content Storage" href="/adminguide/repositories-content-storage.html"/>
  95. <item name="Security" href="/adminguide/security.html" collapse="true">
  96. <item name="Users" href="/adminguide/users.html" />
  97. <item name="Roles" href="/adminguide/roles.html" />
  98. <item name="Customising" href="/adminguide/customising-security.html" />
  99. <!-- TODO: for a future version
  100. <item name="Using LDAP" href="/adminguide/ldap.html" />
  101. -->
  102. </item>
  103. <item name="Archiva Configuration" href="/adminguide/configuration.html" collapse="true">
  104. <item name="Repositories" href="/adminguide/repositories.html" />
  105. <item name="Proxy Connectors" href="/adminguide/proxy-connectors.html" />
  106. <item name="Proxy Connectors Rules" href="/adminguide/proxy-connector-rules.html"/>
  107. <item name="Network Proxies" href="/adminguide/network-proxies.html" />
  108. <item name="Network Configuration" href="/adminguide/network-configuration.html" />
  109. <item name="Legacy (Maven 1) Support" href="/adminguide/legacy.html" />
  110. <item name="Consumers" href="/adminguide/consumers.html" />
  111. <item name="Staging Repositories" href="/adminguide/staging-repositories.html"/>
  112. <item name="Appearance Configuration" href="/adminguide/appearance-configuration.html"/>
  113. <item name="UI Configuration" href="/adminguide/ui-configuration.html"/>
  114. <item name="File Locking Configuration" href="/adminguide/file-locking-configuration.html"/>
  115. <item name="Url Failure Cache Configuration" href="/adminguide/url-cache-failure-configuration.html"/>
  116. <item name="Redback Runtime Configuration" href="/adminguide/redback-runtime-configuration.html"/>
  117. </item>
  118. <item name="REST Apis" href="/adminguide/webservices/rest.html"/>
  119. <item name="Configuration Files" href="/adminguide/configuration-files.html" />
  120. <item name="System Status" href="/adminguide/system-status.html" />
  121. <item name="Log Files" href="/adminguide/logging.html" collapse="true">
  122. <item name="Archiva Logs" href="/adminguide/archiva-logs.html" />
  123. <item name="Audit Logs" href="/adminguide/audit-logs.html" />
  124. <item name="Security Logs" href="/adminguide/security-logs.html" />
  125. </item>
  126. <item name="Reports" href="/adminguide/reports.html" />
  127. </menu>
  128. <menu name="Customising Archiva">
  129. <item name="Writing a Consumer Plugin" href="/customising/writing-consumer.html" />
  130. </menu>
  131. <menu name="More Information">
  132. <item name="Archiva Wiki" href="http://cwiki.apache.org/confluence/display/ARCHIVA/Index" />
  133. </menu>
  134. <menu name="ASF">
  135. <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
  136. <item name="Foundation" href="http://www.apache.org/foundation/"/>
  137. <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
  138. <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
  139. </menu>
  140. <footer>
  141. <![CDATA[
  142. <div class="row span12">Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</div>
  143. <div class="row span12">
  144. <a href="${project.url}privacy-policy.html">Privacy Policy</a>
  145. </div>
  146. ]]>
  147. </footer>
  148. </body>
  149. </project>