Skip to content
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

Closed
alamb opened this issue Apr 18, 2024 · 4 comments · Fixed by #10233
Closed

Create a DOAP (description of a project file) #10133

alamb opened this issue Apr 18, 2024 · 4 comments · Fixed by #10233
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Apr 18, 2024

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

@alamb
Copy link
Contributor Author

alamb commented Apr 25, 2024

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>
------------------------------------------------------------------------
r1917344 | alamb | 2024-04-25 17:03:19 -0400 (Thu, 25 Apr 2024) | 1 line

Add datafusion to projects.hml

https://projects.apache.org/project.html?datafusion doesn't seem to be updated yet. I'll check again in a while

Screenshot 2024-04-25 at 5 05 08 PM

Thanks again @tisonkun

@alamb alamb reopened this Apr 25, 2024
@alamb alamb self-assigned this Apr 25, 2024
@alamb
Copy link
Contributor Author

alamb commented Apr 25, 2024

Reopening until we see the changes reflected on the website

@phillipleblanc
Copy link
Contributor

Website is updated now

Screenshot 2024-04-26 at 3 46 28 PM

@alamb
Copy link
Contributor Author

alamb commented Apr 26, 2024

Thanks for checking @phillipleblanc ! Let's call this done

@alamb alamb closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants