tabs.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2002-2004 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
  15. "http://forrest.apache.org/dtd/tab-cocoon-v10.dtd">
  16. <tabs software="ZooKeeper"
  17. title="ZooKeeper"
  18. copyright="The Apache Software Foundation"
  19. xmlns:xlink="http://www.w3.org/1999/xlink">
  20. <!-- The rules are:
  21. @dir will always have /index.html added.
  22. @href is not modified unless it is root-relative and obviously specifies a
  23. directory (ends in '/'), in which case /index.html will be added
  24. -->
  25. <tab label="Project" href="http://zookeeper.apache.org/" />
  26. <tab label="Wiki" href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/" />
  27. <tab label="ZooKeeper 3.6 Documentation" dir="" />
  28. </tabs>