File: project.xml

package info (click to toggle)
velocity 1.7-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,856 kB
  • sloc: java: 41,240; xml: 15,001; sh: 180; sql: 18; makefile: 2
file content (79 lines) | stat: -rw-r--r-- 4,220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.    
-->

<project name="Apache Velocity"
          href="http://velocity.apache.org/">

  <title>Velocity</title>
  <logo href="/images/velocity-logo.png">Velocity</logo>

  <body>
    <menu name="Velocity">
        <item name="General"                  href="/index.html"/>
        <item name="Overview"                 href="/overview.html"/>
        <item name="Getting Started"          href="/getting-started.html"/>
        <item name="Web Applications"         href="/webapps.html"/>
        <item name="Download"                 href="http://velocity.apache.org/download.cgi" />
        <item name="FAQ (Wiki)"               href="http://wiki.apache.org/velocity/VelocityFAQ"/>
    </menu>

    <menu name="Docs">
        <item name="User Guide"               href="/user-guide.html"/>
        <item name="Developer Guide"          href="/developer-guide.html"/>
        <item name="VTL Reference"            href="/vtl-reference-guide.html"/>
        <item name="Glossary"                 href="/glossary.html"/>
    </menu>

    <menu name="Developers">
        <item name="License"                  href="/../LICENSE"/>
        <item name="Javadoc"                  href="/api/index.html"/>
        <item name="Changes"                  href="http://velocity.apache.org/engine/devel/changes-report.html"/>
        <item name="Resolved Issues"          href="http://velocity.apache.org/engine/devel/jira-report.html"/>
        <item name="Dependencies"             href="/jar-dependencies.html"/>
        <item name="Source Code Repository"   href="http://svn.apache.org/viewvc/velocity/engine/trunk/"/>
        <item name="Building from Source"     href="/build.html"/>
    </menu>

    <menu name="Community">
        <item name="Wiki"                     href="http://wiki.apache.org/velocity/"/>
        <item name="Recent News"              href="http://velocity.apache.org/news.html"/>
        <item name="Powered By Velocity"      href="http://wiki.apache.org/velocity/PoweredByVelocity"/>
        <item name="IDE/Editor Plugins"       href="http://wiki.apache.org/velocity/VelocityEditors"/>
        <item name="Articles and Books"       href="http://wiki.apache.org/velocity/PublishedArticlesAndBooks"/>
        <item name="Get Involved"             href="http://wiki.apache.org/velocity/GetInvolved"/>
        <item name="Mailing Lists"            href="http://velocity.apache.org/contact.html"/>
    </menu>

    <menu name="Velocity Development">
        <item name="Road Map"                 href="http://wiki.apache.org/velocity/RoadMap"/>
        <item name="Coding Standards"         href="http://wiki.apache.org/velocity/CodeStandards"/>
        <item name="Documentation Guidelines" href="http://wiki.apache.org/velocity/DocumentationGuidelines"/>
        <item name="Issues"                   href="https://issues.apache.org/jira/browse/VELOCITY"/>
        <item name="Who we are"               href="http://velocity.apache.org/who-we-are.html"/>
    </menu>

    <menu name="Translations">
        <item name="Site (Japanese)"          href="http://www.jajakarta.org/velocity/"/>
        <item name="User's Guide (Finnish)"   href="/translations/user-guide_fi.html"/>
        <item name="User's Guide (French)"    href="/translations/user-guide_fr.html"/>
        <item name="User's Guide (Spanish)"   href="/translations/user-guide_es.html"/>
    </menu>
  </body>
</project>