Author: hboutemy
Date: Mon Jun  9 14:33:39 2025
New Revision: 1926288

URL: http://svn.apache.org/viewvc?rev=1926288&view=rev
Log:
description and code repositories fields are base info after homepage

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=1926288&r1=1926287&r2=1926288&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/create.html (original)
+++ comdev/projects.apache.org/trunk/site/create.html Mon Jun  9 14:33:39 2025
@@ -334,6 +334,31 @@ similar resources and use its DOAP file
 </td>
 </tr>
 <tr>
+<td>Short Description</td>
+<td><textarea name="sdesc" cols="60" rows="2"></textarea></td>
+</tr>
+<tr>
+<td>Long Description</td>
+<td><textarea name="ldesc" cols="60" rows="6"></textarea></td>
+</tr>
+<tr>
+  <td valign="top">SVN Repository</td>
+  <td>
+        Location URL <input type="text" name="svnurl" size="40"><br>
+        Web View URL <input type="text" name="svnhttp" size="50">
+      </td>
+  <td><code>http://svn.apache.org/repos/asf/[committee]/[subproject]</code><br>
+      <code>http://svn.apache.org/viewvc/[committee]/[subproject]</code></td>
+  </tr>
+  <tr>
+  <td valign="top">GIT Repository</td>
+  <td>
+        Location URL <input type="text" name="giturl" size="40"><br>
+        Web View URL <input type="text" name="githttp" size="50">
+      </td>
+  
<td><code>https://github.com/apache/[committee]-[subproject]/issues</code></td>
+</tr>
+<tr>
 <td>Categories</td>
 <td>
       <select name="cat" multiple>
@@ -411,14 +436,6 @@ similar resources and use its DOAP file
     </td>
 </tr>
 <tr>
-<td>Short Description</td>
-<td><textarea name="sdesc" cols="60" rows="2"></textarea></td>
-</tr>
-<tr>
-<td>Long Description</td>
-<td><textarea name="ldesc" cols="60" rows="6"></textarea></td>
-</tr>
-<tr>
 <td>Bug Database URL</td>
 <td><input type="text" name="bugdb" size="60"></td>
 <td><code>https://github.com/apache/[committee]-[subproject]/issues</code><br>
@@ -461,23 +478,6 @@ similar resources and use its DOAP file
       URL <input type="text" name="std_url" size="40">
     </td>
 </tr>
-<tr>
-<td valign="top">SVN Repository</td>
-<td>
-      Location URL <input type="text" name="svnurl" size="40"><br>
-      Web View URL <input type="text" name="svnhttp" size="50">
-    </td>
-<td><code>http://svn.apache.org/repos/asf/[committee]/[subproject]</code><br>
-    <code>http://svn.apache.org/viewvc/[committee]/[subproject]</code></td>
-</tr>
-<tr>
-<td valign="top">GIT Repository</td>
-<td>
-      Location URL <input type="text" name="giturl" size="40"><br>
-      Web View URL <input type="text" name="githttp" size="50">
-    </td>
-<td><code>https://github.com/apache/[committee]-[subproject]/issues</code></td>
-</tr>
 </table>
 <p align="center"><input type="submit" value="Create"></p>
 </form>


Reply via email to