site.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <!--
  2. Licensed to the Apache Software Foundation (ASF) under one or more
  3. contributor license agreements. See the NOTICE file distributed with
  4. this work for additional information regarding copyright ownership.
  5. The ASF licenses this file to You under the Apache License, Version 2.0
  6. (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.apache.org/licenses/LICENSE-2.0
  9. Unless required by applicable law or agreed to in writing, software
  10. distributed under the License is distributed on an "AS IS" BASIS,
  11. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. See the License for the specific language governing permissions and
  13. limitations under the License.
  14. -->
  15. <project name="Apache log4net">
  16. <bannerLeft>
  17. <name>Apache Logging Services Project</name>
  18. <src>images/ls-logo.jpg</src>
  19. <href>http://logging.apache.org/</href>
  20. </bannerLeft>
  21. <body>
  22. <breadcrumbs>
  23. <item name="Apache" href="http://www.apache.org/"/>
  24. <item name="Logging Services" href="http://logging.apache.org/"/>
  25. <item name="log4net" href="http://logging.apache.org/log4net/"/>
  26. </breadcrumbs>
  27. <menu name="Apache log4net">
  28. <item name="About" href="/index.html"/>
  29. <item name="Download" href="/download_log4net.cgi"/>
  30. <item name="Release Notes" href="/release/release-notes.html"/>
  31. <item name="License" href="/license.html"/>
  32. </menu>
  33. <menu name="Documentation">
  34. <item name="Features" href="/release/features.html"/>
  35. <item name="Supported Frameworks" href="/release/framework-support.html"/>
  36. <item name="Example Apps" href="/release/example-apps.html"/>
  37. <item name="Config Examples" href="/release/config-examples.html"/>
  38. <item name="Building" href="/release/building.html"/>
  39. <item name="FAQ" href="/release/faq.html"/>
  40. <item name="How Tos" href="/release/howto/index.html"/>
  41. <item name="SDK Reference" href="/release/sdk/index.html"/>
  42. </menu>
  43. <menu name="Manual">
  44. <item name="Introduction" href="/release/manual/introduction.html"/>
  45. <item name="Configuration" href="/release/manual/configuration.html"/>
  46. <item name="Contexts" href="/release/manual/contexts.html"/>
  47. <item name="Plugins" href="/release/manual/plugins.html"/>
  48. <item name="Repositories" href="/release/manual/repositories.html"/>
  49. <item name="Internals" href="/release/manual/internals.html"/>
  50. </menu>
  51. <menu name="Community">
  52. <item name="Mailing Lists" href="/mail-lists.html"/>
  53. <item name="Issue Tracking" href="/issue-tracking.html"/>
  54. </menu>
  55. <menu name="Development">
  56. <item name="Repository" href="/source-repository.html"/>
  57. <item name="Continuous Integration" href="/integration.html"/>
  58. </menu>
  59. <menu ref="reports"/>
  60. <menu name="Apache">
  61. <item name="Home" href="http://www.apache.org/"/>
  62. <item name="License" href="http://www.apache.org/licenses/"/>
  63. <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html"/>
  64. <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
  65. <item name="Security" href="http://www.apache.org/security/"/>
  66. <item name="Conferences" href="http://www.apachecon.com"/>
  67. </menu>
  68. </body>
  69. </project>