/tags/release-0.2.0-rc0/src/docs/src/documentation/content/xdocs/site.xml

# · XML · 54 lines · 14 code · 3 blank · 37 comment · 0 complexity · 44635fd18a58cc8455143db19ac29b00 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!--
  17. Forrest site.xml
  18. This file contains an outline of the site's information content. It is used to:
  19. - Generate the website menus (though these can be overridden - see docs)
  20. - Provide semantic, location-independent aliases for internal 'site:' URIs, eg
  21. <link href="site:changes"> links to changes.html (or ../changes.html if in
  22. subdir).
  23. - Provide aliases for external URLs in the external-refs section. Eg, <link
  24. href="ext:cocoon"> links to http://cocoon.apache.org/
  25. See http://forrest.apache.org/docs/linking.html for more info
  26. -->
  27. <!-- The label attribute of the outer "site" element will only show
  28. in the linkmap (linkmap.html).
  29. Use elements project-name and group-name in skinconfig to change name of
  30. your site or project that is usually shown at the top of page.
  31. No matter what you configure for the href attribute, Forrest will
  32. always use index.html when you request http://yourHost/
  33. See FAQ: "How can I use a start-up-page other than index.html?"
  34. -->
  35. <site label="HCatalog" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
  36. <docs label="HCatalog">
  37. <index label="Overview" href="index.html" />
  38. <index label="Installation" href="install.html" />
  39. <index label="Load &amp; Store Interfaces" href="loadstore.html" />
  40. <index label="Input &amp; Output Interfaces " href="inputoutput.html" />
  41. <index label="Command Line Interface " href="cli.html" />
  42. <index label="Storage Formats" href="supportedformats.html" />
  43. <index label="Dynamic Partitioning" href="dynpartition.html" />
  44. <index label="Notification" href="notification.html" />
  45. <api label="API Docs" href="api/index.html"/>
  46. </docs>
  47. </site>