|
Revision 561, 477 bytes
(checked in by zool, 4 years ago)
|
|
configure in one place; Capabilities looks at this.
|
| Line | |
|---|
| 1 | <rdf:RDF |
|---|
| 2 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|---|
| 3 | xmlns:foaf="http://xmlns.com/foaf/0.1/" |
|---|
| 4 | xmlns:bbox="http://blah/" |
|---|
| 5 | > |
|---|
| 6 | |
|---|
| 7 | <!-- The purpose of this file is to configure in one place the ownership of the aggregator. |
|---|
| 8 | Please fill in your personal details here, and they'll be republished as contact info. --> |
|---|
| 9 | |
|---|
| 10 | <bbox:Maintainer> |
|---|
| 11 | <foaf:name>Your Name Here</foaf:name> |
|---|
| 12 | <foaf:mbox rdf:resource="mailto:your@email.address.here"/> |
|---|
| 13 | </bbox:Maintainer> |
|---|
| 14 | |
|---|
| 15 | </rdf:RDF> |
|---|