Hi there,
I remark some little mistakes in the doapiser page of the labs (but
maybe the mistakes are built-in my head ! :) ).
This mistakes are :
1) The more important IMO (given link for resource to ASL2.0 says nothing) :
- doap += " <license
rdf:resource=\"http://usefulinc.com/doap/licenses/asl20\"/>\n";
+ doap += " <license
rdf:resource=\"http://www.apache.org/licenses/LICENSE-2.0"/>\n";
2) just a ":" forget
- <tr><td><b>Lab Identifier</b></td><td><input type="text"
id="shortname" class="short"/><br/>This used for the svn folder name, so
keep lowercase and no spaces</td></tr>
+ <tr><td><b>Lab Identifier:</b></td><td><input type="text"
id="shortname" class="short"/><br/>This used for the svn folder name, so
keep lowercase and no spaces</td></tr>
3) A "personal" renaming of label, as I don't understand it when I view
in on interface, this is just after a while I understand the meaning of
this label. Think it's more clean now...
- <tr><td><b>Standard:</b></td><td>
+ <tr><td><b>Implemented Standard:</b></td><td>
Please find patch attached.
As I'm an Apache commiter, I imagine that I could commit it myself, but
as it's a well establish Apache page, I'm a little bit affraid ;)
++
Index: doapizer.html
===================================================================
--- doapizer.html (revision 1060156)
+++ doapizer.html (working copy)
@@ -80,7 +80,7 @@
doap += " <shortdesc xml:lang=\"en\">" + shortdesc + "</shortdesc>\n";
doap += " <description xml:lang=\"en\">" + description + "</description>\n";
doap += " <homepage rdf:resource=\"http://labs.apache.org/" + id + "/\"/>\n";
- doap += " <license rdf:resource=\"http://usefulinc.com/doap/licenses/asl20\"/>\n";
+ doap += " <license rdf:resource=\"http://www.apache.org/licenses/LICENSE-2.0"/>\n";
doap += " <created>" + today.getFullYear() + "-" + (today.getMonth() + 1) + "-" + today.getDate() + "</created>\n";
doap += " <labs:status>active</labs:status>\n";
@@ -164,13 +164,13 @@
<table>
<tr><td><b>Lab's PI ID:</b></td><td><input type="text" id="pi_id" class="short"/><br />Use your apache ID as in [email protected]</td></tr>
<tr><td><b>Lab's PI's Name:</b></td><td><input type="text" id="pi_name" class="short"/><br />Your name</td></tr>
- <tr><td><b>Lab Identifier</b></td><td><input type="text" id="shortname" class="short"/><br/>This used for the svn folder name, so keep lowercase and no spaces</td></tr>
+ <tr><td><b>Lab Identifier:</b></td><td><input type="text" id="shortname" class="short"/><br/>This used for the svn folder name, so keep lowercase and no spaces</td></tr>
<tr><td><b>Name:</b></td><td><input type="text" id="name" class="long"/><br/>This is the real name of the lab. You can use case but avoid putting Apache Labs or Apache up front.</td></tr>
<tr><td><b>Short Description:</b></td><td><input type="text" id="shortdesc" class="long"/><br/>This is the human readable short description that will be printed in a condensed list of labs. Be brief but descriptive.</td></tr>
<tr><td><b>Description:</b></td><td><textarea cols="50" rows="5" id="description"></textarea><br />Make sure you describe your lab in detail so that it will be easier to find your lab using full-text search.</td></tr>
<tr><td><b>Programming Languages:</b></td><td><input type="text" id="langs" class="long"/><br />(Comma seperated list)</td></tr>
<tr><td><b>Operating System:</b></td><td><input type="text" id="oses" class="long"/><br />(Comma separated list) Optional if the lab aims to be OS-agnostic.</td></tr>
- <tr><td><b>Standard:</b></td><td>
+ <tr><td><b>Implemented Standard:</b></td><td>
<span class="label">ID:</span><input type="text" id="standard_id" class="short"/> (ie RDF)<br />
<span class="label">Title:</span><input type="text" id="standard_title" class="long"/> (ie Resource Description Language)<br />
<span class="label">Body:</span><input type="text" id="standard_body" class="long"/>(ie W3C)<br />
@@ -235,4 +235,4 @@
</body>
-</html>
\ No newline at end of file
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]