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

piergiorgio pushed a commit to branch preview/pelican
in repository https://gitbox.apache.org/repos/asf/manifoldcf-site.git

commit 7c43f20b41a7aa6095c82188074fede8a8565f75
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Thu Dec 14 10:08:17 2023 +0100

    updated config and added the doap file
---
 content/pages/doap_ManifoldCF.rdf | 57 +++++++++++++++++++++++++++++++++++++++
 pelicanconf.yaml                  |  2 +-
 2 files changed, 58 insertions(+), 1 deletion(-)

diff --git a/content/pages/doap_ManifoldCF.rdf 
b/content/pages/doap_ManifoldCF.rdf
new file mode 100644
index 0000000..01fbbb8
--- /dev/null
+++ b/content/pages/doap_ManifoldCF.rdf
@@ -0,0 +1,57 @@
+<?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 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 rdf:about="http://manifoldcf.apache.org";>
+    <created>2012-05-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache ManifoldCF</name>
+    <homepage rdf:resource="http://manifoldcf.apache.org"; />
+    <asfext:pmc rdf:resource="http://manifoldcf.apache.org"; />
+    <shortdesc>Open-source software for transferring content between 
repositories or search indexes</shortdesc>
+    <description>ManifoldCF is an effort to provide an open source framework 
for connecting source content repositories like Microsoft Sharepoint and EMC 
Documentum, to target repositories or indexes, such as Apache Solr , 
OpenSearchServer or ElasticSearch. ManifoldCF also defines a security model for 
target repositories that permits them to enforce source-repository security 
policies.</description>
+    <bug-database 
rdf:resource="https://issues.apache.org/jira/browse/CONNECTORS"; />
+    <mailing-list rdf:resource="http://manifoldcf.apache.org/en_US/mail.html"; 
/>
+    <download-page 
rdf:resource="http://manifoldcf.apache.org/en_US/download.html"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/content"; />
+    <release>
+      <Version>
+        <name>apache-manifoldcf</name>
+        <created>2023-11-01</created>
+        <revision>2.26</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/manifoldcf"/>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/manifoldcf"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Karl Wright</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
diff --git a/pelicanconf.yaml b/pelicanconf.yaml
index 8abacc9..f88469a 100644
--- a/pelicanconf.yaml
+++ b/pelicanconf.yaml
@@ -4,7 +4,7 @@ site:
   domain: manifoldcf.apache.org
   logo: /extra/favicon.ico
   repository: https://github.com/apache/manifoldcf-site/blob/main/content/
-  trademarks: Apache HTTP Server, Apache, and the Apache feather logo are 
trademarks of The Apache Software Foundation.
+  trademarks: Apache ManifoldCF, Apache, and the Apache feather logo are 
trademarks of The Apache Software Foundation.
 
 theme: theme/apache
 

Reply via email to