Author: gmcdonald Date: Fri Aug 10 05:58:14 2007 New Revision: 564578 URL: http://svn.apache.org/viewvc?view=rev&rev=564578 Log: More foaf improvments and validations by Oshani - FOR-1008 Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/foaf.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/locationmap.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/foaf-to-document.xsl forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/locationmap-to-descriptorIndex.xsl forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/locationmap.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/index.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/site.xml forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/status.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/foaf.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/foaf.xml?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/foaf.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/foaf.xml Fri Aug 10 05:58:14 2007 @@ -21,16 +21,14 @@ xmlns:foaf="http://xmlns.com/foaf/0.1/" > - + Oshani Seneviratne Miss Oshani Seneviratne oshi 4e544fceadd5ad8e14579af4f661dca9e8c9727d - - - + Sarangi Dissanayake Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap Fri Aug 10 05:58:14 2007 @@ -62,10 +62,29 @@ + + + + + + + + + + + + + + + + + + + Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/locationmap.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/locationmap.xml?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/locationmap.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/locationmap.xml Fri Aug 10 05:58:14 2007 @@ -29,28 +29,16 @@ - + - - - - - + + - - + + - - + + - + Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/foaf-to-document.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/foaf-to-document.xsl?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/foaf-to-document.xsl (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/foaf-to-document.xsl Fri Aug 10 05:58:14 2007 @@ -19,7 +19,6 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/" exclude-result-prefixes="rdf dc foaf"> @@ -41,22 +40,19 @@ - -
-
- -

FOAF Metadata of

-

Photograph

+ FOAF Metadata of <xsl:value-of select="foaf:name"/> + + +

+
+

- - - - - - + + + + + + + + + + @@ -77,36 +81,43 @@ - - - - - + + + + + + + + + + + + + + + + + + + +
PropertyValue
Name +
Name @@ -65,8 +61,16 @@
Id
Nick
Id
Nick
Mbox
Phone
Homepage
Work Place Homepage
School Homepage
Phone
Homepage
Work Place Homepage
School Homepage
-

+
-


- -

Knows

+
+ +
+ Friends

- - - - - +
IDNameProject PageMailLink to FOAF
+ - -
IDNameMail
+

+
-


- -

-

- - - +
@@ -147,7 +158,6 @@ - @@ -158,8 +168,6 @@ - - Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/locationmap-to-descriptorIndex.xsl URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/locationmap-to-descriptorIndex.xsl?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/locationmap-to-descriptorIndex.xsl (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/resources/stylesheets/locationmap-to-descriptorIndex.xsl Fri Aug 10 05:58:14 2007 @@ -27,18 +27,18 @@ - /projectDetails + /personDetails - + - cocoon:/projectDetails/.source.xml + cocoon:/personDetails/.source.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/locationmap.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/locationmap.xml?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/locationmap.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/locationmap.xml Fri Aug 10 05:58:14 2007 @@ -35,4 +35,4 @@ - \ No newline at end of file + Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/index.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/index.xml?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/index.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/index.xml Fri Aug 10 05:58:14 2007 @@ -17,37 +17,31 @@ --> -
- Welcome to the org.apache.forrest.plugin.input.foaf Plugin -
- -
- Apache Forrest - org.apache.forrest.plugin.input.foaf Plugin -

- Renders a FOAF document into human readable form. -

-
-
- Samples -

- This section includes links to a number of samples using this plugin. - The plugin is intended to be self documenting through these samples. If - you require further help please ask on the user mailing list. -

- - - The more samples included here the easier it is for users to understand - this plugin. If you can provide additional samples please do so. - -
- +
+ Welcome to the org.apache.forrest.plugin.input.foaf Plugin +
+ +
+ Apache Forrest - FOAF Plugin +

Renders a FOAF document into human readable form.

+
+
+ Samples + This plugin is in an early development stage. +

This section includes links to a number of samples using this plugin. + The plugin is intended to be self documenting through these samples. + If you require further help please ask on the user mailing list. +

+
+ Sample FOAF data +

Details of the default FOAF file for the web site.

+ +
+
+
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/site.xml?view=diff&rev=564578&r1=564577&r2=564578 ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/site.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/src/documentation/content/xdocs/site.xml Fri Aug 10 05:58:14 2007 @@ -32,9 +32,12 @@ - + + + - +