Skip to content

Commit 3d2d010

Browse files
committed
We get a lot of requests for this outdated content description file, so
add a generic one to avoid hitting the backend search for it.
1 parent 173a73a commit 3d2d010

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

labels.rdf

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="iso-8859-1"?>
2+
<rdf:RDF
3+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
5+
xmlns:dc="http://purl.org/dc/elements/1.1/"
6+
xmlns:dcterms="http://purl.org/dc/terms/"
7+
xmlns:label="http://www.w3.org/2004/12/q/contentlabel#"
8+
xmlns:icra="http://www.icra.org/rdfs/vocabularyv03#">
9+
10+
<rdf:Description rdf:about="">
11+
<dc:creator rdf:resource="http://www.icra.org" />
12+
<dcterms:issued>2008-12-19</dcterms:issued>
13+
<label:authorityFor>http://www.icra.org/rdfs/vocabularyv03#</label:authorityFor>
14+
</rdf:Description>
15+
16+
<label:Ruleset>
17+
<label:hasHostRestrictions>
18+
<label:Hosts>
19+
<label:hostRestriction>php.net</label:hostRestriction>
20+
</label:Hosts>
21+
</label:hasHostRestrictions>
22+
<label:hasDefaultLabel rdf:resource="#label_1" />
23+
</label:Ruleset>
24+
25+
<label:ContentLabel rdf:ID="label_1">
26+
<rdfs:comment>Label for all php.net sites</rdfs:comment>
27+
<icra:nz>1</icra:nz>
28+
<icra:sz>1</icra:sz>
29+
<icra:vz>1</icra:vz>
30+
<icra:lz>1</icra:lz>
31+
<icra:oz>1</icra:oz>
32+
<icra:cz>1</icra:cz>
33+
<rdfs:label>No nudity; No sexual material; No violence; No potentially offensive language; No potentially harmful activities; </rdfs:label>
34+
</label:ContentLabel>
35+
36+
</rdf:RDF>

0 commit comments

Comments
 (0)