This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 21722032 Doap is updated
21722032 is described below

commit 2172203265322b3ccd9700c3d3bc286403999e48
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Sep 26 14:36:30 2024 +0700

    Doap is updated
---
 doap.rdf | 47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

diff --git a/doap.rdf b/doap.rdf
index 27d3bb78..afb3b19e 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -1,10 +1,19 @@
 <?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
-   Licensed 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
+    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
+         https://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,
@@ -12,23 +21,11 @@
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
-<?xml-stylesheet type="text/xsl" href="../xsl/p2.xsl"?>
-<rdf:RDF xml:lang="en"
-               xmlns="http://usefulinc.com/ns/doap#";
-               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-               xmlns:asfext="http://projects.apache.org/ns/asfext#";
-               xmlns:foaf="http://xmlsns.com/foaf/0.1/";
-       >
   <Project rdf:about="https://openmeetings.apache.org/";>
+    <license rdf:resource="https://www.apache.org/licenses"/>
     <name>Apache OpenMeetings</name>
     <homepage rdf:resource="https://openmeetings.apache.org/"/>
-    <asfext:pmc rdf:resource="http://openmeetings.apache.org/"; />
-    <programming-language>Java</programming-language>
-    <category 
rdf:resource="https://projects.apache.org/category/network-server"/>
-    <category 
rdf:resource="https://projects.apache.org/category/network-client"/>
-    <license rdf:resource="https://www.apache.org/licenses"/>
-    <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/OPENMEETINGS"/>
-    <download-page 
rdf:resource="https://openmeetings.apache.org/downloads.html"/>
+    <asfext:pmc rdf:resource="https://openmeetings.apache.org/"; />
 
     <shortdesc xml:lang="en">
       Video conferencing, instant messaging, white board and collaborative 
document editing application.
@@ -40,15 +37,21 @@
       of the Red5 Streaming Server for Remoting and Streaming.
     </description>
 
+    <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/OPENMEETINGS"/>
+    <mailing-list 
rdf:resource="https://openmeetings.apache.org/mailing-lists.html"; />
+    <download-page 
rdf:resource="https://openmeetings.apache.org/downloads.html"/>
+    <programming-language>Java</programming-language>
+    <programming-language>JavaScript</programming-language>
+    <programming-language>SQL</programming-language>
+    <category 
rdf:resource="https://projects.apache.org/category/network-server"/>
+    <category 
rdf:resource="https://projects.apache.org/category/network-client"/>
     <repository>
       <GitRepository>
-        <browse rdf:resource="https://github.com/apache/openmeetings.git"/>
         <location rdf:resource="https://github.com/apache/openmeetings.git"/>
+        <browse rdf:resource="https://github.com/apache/openmeetings.git"/>
       </GitRepository>
     </repository>
 
-    <mailing-list 
rdf:resource="https://openmeetings.apache.org/mailing-lists.html"/>
- 
     <maintainer>
       <foaf:Person>
         <foaf:name>OpenMeetings PMC</foaf:name>
@@ -65,7 +68,7 @@
     </release>
     <release>
       <Version>
-        <name>Recommended current 4.0.x release</name>
+        <name>Legacy 4.0.x release</name>
         <created>2020-09-02</created>
         <revision>4.0.11</revision>
       </Version>

Reply via email to