Author: sebb Date: Thu Sep 7 22:45:49 2023 New Revision: 1912173 URL: http://svn.apache.org/viewvc?rev=1912173&view=rev Log: Docco
Modified: comdev/projects.apache.org/trunk/site/create.html Modified: comdev/projects.apache.org/trunk/site/create.html URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/create.html?rev=1912173&r1=1912172&r2=1912173&view=diff ============================================================================== --- comdev/projects.apache.org/trunk/site/create.html (original) +++ comdev/projects.apache.org/trunk/site/create.html Thu Sep 7 22:45:49 2023 @@ -96,18 +96,20 @@ Also if the DOAP is always referenced by Once you have decided where the file will be stored, you can directly edit the file to get your project listed:<br> <code>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml</code><br> -For example, add one of the following entries: +For example, add an entry like one of the following: </p> <pre> <location>https://svn.apache.org/repos/asf/httpd/site/trunk/content/doap.rdf</location> or <location>https://gitbox.apache.org/repos/asf?p=kafka.git;a=blob_plain;f=doap_Kafka.rdf;hb=HEAD</location> +or + <location>https://raw.githubusercontent.com/apache/logging-chainsaw/master/doap_chainsaw.rdf</location> </pre> -Please keep the file in alphabetical order by TLP id (i.e. httpd, kafka in the above examples) -<p> -Please note: the script to create the projects-old web-site currently runs every few hours. -</p> +If using Git, make sure that the URL links to the raw DOAP content as per the above examples. +<br> +Please keep the file in alphabetical order by TLP id (i.e. httpd, kafka, logging in the above examples) + </div> </div> <h2>DOAP Creation Form</h2>