Skip to content

Commit ea8d7eb

Browse files
committed
chore: add DOAP.rdf file for project description on https://projects.apache.org/projects.html
1 parent 397643f commit ea8d7eb

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

DOAP.rdf

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl"?>
3+
<rdf:RDF xml:lang="en"
4+
xmlns="http://usefulinc.com/ns/doap#"
5+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6+
xmlns:asfext="http://projects.apache.org/ns/asfext#"
7+
xmlns:foaf="http://xmlns.com/foaf/0.1/">
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one or more
10+
contributor license agreements. See the NOTICE file distributed with
11+
this work for additional information regarding copyright ownership.
12+
The ASF licenses this file to You under the Apache License, Version 2.0
13+
(the "License"); you may not use this file except in compliance with
14+
the License. You may obtain a copy of the License at
15+
16+
https://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
-->
24+
<Project rdf:about="https://grails.apache.org">
25+
<created>2025-01-25</created>
26+
<license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
27+
<name>Apache Grails</name>
28+
<homepage rdf:resource="https://grails.apache.org" />
29+
<asfext:pmc rdf:resource="https://groovy.apache.org" />
30+
<shortdesc>Grails - the Groovy Web Application Framework</shortdesc>
31+
<description>Grails is a powerful Groovy-based web application framework for the JVM built on top of Spring Boot that has many plugins to further extend its functionality.</description>
32+
<bug-database rdf:resource="https://github.com/apache/grails-core/issues" />
33+
<mailing-list rdf:resource="https://grails.apache.org/community.html" />
34+
<download-page rdf:resource="https://grails.apache.org/download.html" />
35+
<programming-language>Groovy</programming-language>
36+
<category rdf:resource="https://projects.apache.org/category/web-framework" />
37+
<repository>
38+
<GitRepository>
39+
<location rdf:resource="https://gitbox.apache.org/repos/asf/grails-core.git"/>
40+
<browse rdf:resource="http://github.com/apache/grails-core"/>
41+
</GitRepository>
42+
</repository>
43+
</Project>
44+
</rdf:RDF>

0 commit comments

Comments
 (0)