| 105 | |
| 106 | |
| 107 | ---- |
| 108 | === homepage.rdf === |
| 109 | |
| 110 | This RDF contains your personal, *homepage relevant*(!) information, that is, your Curriculum Vita, your personal interpretation of your job in your projects, etc. |
| 111 | |
| 112 | The most important thing is - again - that your hp:Homepage resource has got a URI. We use the URL of the homepage without the trailing slash as the URI, but that is not obligatory, you can choose whatever URI you like as long as it is unique and differs from the other URIs you use! |
| 113 | |
| 114 | Copy the URI of your hp:Homepage resource to the {{{config.php}}} file: |
| 115 | {{{ |
| 116 | // The URI of the RDF node anchoring the homepage data |
| 117 | // as it can be found in the rdfhomepage.rdf file. |
| 118 | // You may commit to the default URI scheme, which is like |
| 119 | // http://www.dfki.uni-kl.de/~schwarz <-- note: no trailing slash!!! |
| 120 | // or change this value |
| 121 | $MY_HOMEPAGE_URI= "http://www.dfki.uni-kl.de/~schwarz"; |
| 122 | }}} |