-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a DOAP (description of a project file) #10133
Labels
enhancement
New feature or request
Comments
19 tasks
Per instructions on https://projects.apache.org/create.html, I committed the following content: Index: projects.xml
===================================================================
--- projects.xml (revision 1917343)
+++ projects.xml (working copy)
@@ -52,6 +52,7 @@
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/archiva.rdf</location>
<location>http://svn.apache.org/repos/asf/aries/doap_aries.rdf</location>
<location>https://arrow.apache.org/arrow.rdf</location>
+ <location>https://raw.githubusercontent.com/apache/datafusion/main/doap.rdf</location>
<!-- Attic -->
<!-- retired: location>https://raw.githubusercontent.com/apache/apex-site/master/doap_Apex.rdf</location -->
<location>https://causeway.apache.org/doap_causeway.rdf</location>
https://projects.apache.org/project.html?datafusion doesn't seem to be updated yet. I'll check again in a while Thanks again @tisonkun |
Reopening until we see the changes reflected on the website |
Thanks for checking @phillipleblanc ! Let's call this done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem or challenge?
Part of #9691
The apache project directory https://projects.apache.org lists all apache top level projects
To populate https://projects.apache.org/project.html?datafusion appropriately, we need to create an XML file with the project description
Describe the solution you'd like
Create a DOAP file for DataFusion following the directions of https://projects.apache.org/create.html
Describe alternatives you've considered
I think we should put the RDF file into the datafusion repository
Additional context
We can use the one from Arrow as inspiration: https://github.com/apache/arrow-site/blob/main/arrow.rdf
The text was updated successfully, but these errors were encountered: