rgardler | 3 Dec 2007 00:20
Picon
Favicon
Gravatar

svn commit: r600409 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap: doap.xml resources/stylesheets/doap-to-document.xsl resources/stylesheets/rdf-to-rdfCInclude.xsl src/documentation/content/xdocs/index.xml status.xml

Author: rgardler
Date: Sun Dec  2 15:20:50 2007
New Revision: 600409

URL: http://svn.apache.org/viewvc?rev=600409&view=rev
Log:
Add relatedTo feature that allows relationships between projects to be recorded in DOAP files.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/rdf-to-rdfCInclude.xsl
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/src/documentation/content/xdocs/index.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/status.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml?rev=600409&r1=600408&r2=600409&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml Sun Dec  2
15:20:50 2007
 <at>  <at>  -16,7 +16,13  <at>  <at> 
   limitations under the License.
 -->
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-  xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:admin="http://webns.net/mvcb/" xml:lang="en">
+         xmlns:dc="http://purl.org/dc/elements/1.1/" 
(Continue reading)

rgardler | 3 Dec 2007 00:38
Picon
Favicon
Gravatar

svn commit: r600410 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Author: rgardler
Date: Sun Dec  2 15:38:19 2007
New Revision: 600410

URL: http://svn.apache.org/viewvc?rev=600410&view=rev
Log:
Add short description to related projects if available

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?rev=600410&r1=600409&r2=600410&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl (original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
Sun Dec  2 15:38:19 2007
 <at>  <at>  -435,6 +435,9  <at>  <at> 
 	                <xsl:value-of select="doap:name"/>
 	              </xsl:otherwise>
 	            </xsl:choose>
+	            <xsl:if test="doap:shortdesc">
+	              <xsl:text> - </xsl:text><xsl:value-of select="doap:shortdesc"/>
+	            </xsl:if>
 	          </li>
 	        </xsl:for-each>
 	      </ul>

(Continue reading)

rgardler | 3 Dec 2007 22:03
Picon
Favicon
Gravatar

svn commit: r600690 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Author: rgardler
Date: Mon Dec  3 13:03:49 2007
New Revision: 600690

URL: http://svn.apache.org/viewvc?rev=600690&view=rev
Log:
Remove whitespace that was causing a formatting problem.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?rev=600690&r1=600689&r2=600690&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl (original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
Mon Dec  3 13:03:49 2007
 <at>  <at>  -452,8 +452,7  <at>  <at> 
           <xsl:when test="doap:download-page">
             <p>
               Releases can be downloaded from
-              <xsl:apply-templates select="doap:download-page/ <at> *" />
-              .
+              <xsl:apply-templates select="doap:download-page/ <at> *" />.
             </p>
           </xsl:when>
           <xsl:otherwise>

(Continue reading)

rgardler | 3 Dec 2007 22:32
Picon
Favicon
Gravatar

svn commit: r600694 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Author: rgardler
Date: Mon Dec  3 13:32:35 2007
New Revision: 600694

URL: http://svn.apache.org/viewvc?rev=600694&view=rev
Log:
- Support multiple mailing-list properties
- Support dc:title in mailing list element

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?rev=600694&r1=600693&r2=600694&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl (original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
Mon Dec  3 13:32:35 2007
 <at>  <at>  -149,12 +149,25  <at>  <at> 
        </xsl:if>
     </body>
   </xsl:template>
-  <xsl:template match=" <at> rdf:resource"><a>
-    <xsl:attribute name="href">
-      <xsl:value-of select="."/>
-    </xsl:attribute>
-    <xsl:value-of select="."/></a>
+  
(Continue reading)

rgardler | 4 Dec 2007 01:55
Picon
Favicon
Gravatar

svn commit: r600753 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Author: rgardler
Date: Mon Dec  3 16:55:17 2007
New Revision: 600753

URL: http://svn.apache.org/viewvc?rev=600753&view=rev
Log:
Resource may not be a viewable page

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?rev=600753&r1=600752&r2=600753&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl (original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
Mon Dec  3 16:55:17 2007
 <at>  <at>  -184,11 +184,6  <at>  <at> 
         <xsl:call-template name="category-to-label"> 
           <xsl:with-param name="category" select=" <at> rdf:resource"/>  
        </xsl:call-template></a>
-
-	<a>
-        <xsl:attribute name="href"><xsl:value-of select=" <at> rdf:resource"/></xsl:attribute>
-       <xsl:text>[visit]</xsl:text>
-       </a>
     </li>
   </xsl:template>
(Continue reading)

ferdinand | 6 Dec 2007 22:38
Picon
Favicon

svn commit: r601865 - /forrest/branches/UpdateFOPto094\/

Author: ferdinand
Date: Thu Dec  6 13:38:34 2007
New Revision: 601865

URL: http://svn.apache.org/viewvc?rev=601865&view=rev
Log:
Updating fop to .94 and adjust fo-stylesheets

Added:
    forrest/branches/UpdateFOPto094\/
      - copied from r601864, forrest/trunk/


ferdinand | 6 Dec 2007 22:41
Picon
Favicon

svn commit: r601867 - /forrest/branches/UpdateFOPto094/

Author: ferdinand
Date: Thu Dec  6 13:41:32 2007
New Revision: 601867

URL: http://svn.apache.org/viewvc?rev=601867&view=rev
Log:
Updating fop to .94 and adjust fo-stylesheets

Added:
    forrest/branches/UpdateFOPto094/
      - copied from r601866, forrest/trunk/


gmcdonald | 8 Dec 2007 02:52
Picon
Favicon

svn commit: r602293 - /forrest/trunk/site-author/content/xdocs/live-sites.xml

Author: gmcdonald
Date: Fri Dec  7 17:51:59 2007
New Revision: 602293

URL: http://svn.apache.org/viewvc?rev=602293&view=rev
Log:
Upgrade xdoc to document v2.0, alter to suit and add rel=nofollow as appropriate

Modified:
    forrest/trunk/site-author/content/xdocs/live-sites.xml

Modified: forrest/trunk/site-author/content/xdocs/live-sites.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/live-sites.xml?rev=602293&r1=602292&r2=602293&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/live-sites.xml (original)
+++ forrest/trunk/site-author/content/xdocs/live-sites.xml Fri Dec  7 17:51:59 2007
 <at>  <at>  -15,7 +15,8  <at>  <at> 
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
+"http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
     <title>Examples Built-With-Forrest</title>
 <at>  <at>  -27,8 +28,8  <at>  <at> 
     </p>
     <p>
       If you want your site added to the list, then please send a request to the
(Continue reading)

gmcdonald | 8 Dec 2007 06:34
Picon
Favicon

svn commit: r602323 - in /forrest/trunk/site-author/content/xdocs: ./ docs_0_90/ docs_0_90/howto/ procedures/release/ tools/

Author: gmcdonald
Date: Fri Dec  7 21:33:57 2007
New Revision: 602323

URL: http://svn.apache.org/viewvc?rev=602323&view=rev
Log:
Add rel=nofollow and convert to v2.0 DTD if needed

Modified:
    forrest/trunk/site-author/content/xdocs/contrib.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/build.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/catalog.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-corner-images.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-editcss.xml
    forrest/trunk/site-author/content/xdocs/docs_0_90/your-project.xml
    forrest/trunk/site-author/content/xdocs/howto-dev.xml
    forrest/trunk/site-author/content/xdocs/howto-howto.xml
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
    forrest/trunk/site-author/content/xdocs/subversion_bestpractices.xml
    forrest/trunk/site-author/content/xdocs/tools/eclipse.xml
    forrest/trunk/site-author/content/xdocs/tools/xxe.xml
    forrest/trunk/site-author/content/xdocs/zone.xml

Modified: forrest/trunk/site-author/content/xdocs/contrib.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/contrib.xml?rev=602323&r1=602322&r2=602323&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/contrib.xml (original)
+++ forrest/trunk/site-author/content/xdocs/contrib.xml Fri Dec  7 21:33:57 2007
 <at>  <at>  -15,7 +15,7  <at>  <at> 
(Continue reading)

gmcdonald | 9 Dec 2007 12:43
Picon
Favicon

svn commit: r602662 - /forrest/trunk/site-author/content/xdocs/zone.xml

Author: gmcdonald
Date: Sun Dec  9 03:42:55 2007
New Revision: 602662

URL: http://svn.apache.org/viewvc?rev=602662&view=rev
Log:
As per the FIXME, changed to using the note class, also updated the zone SMF config information, fixes FOR-940

Modified:
    forrest/trunk/site-author/content/xdocs/zone.xml

Modified: forrest/trunk/site-author/content/xdocs/zone.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/zone.xml?rev=602662&r1=602661&r2=602662&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/zone.xml (original)
+++ forrest/trunk/site-author/content/xdocs/zone.xml Sun Dec  9 03:42:55 2007
 <at>  <at>  -36,31 +36,21  <at>  <at> 
         <code>https://svn.apache.org/repos/asf/forrest/zone</code> and
         additional private stuff is in our pmc/forrest/zone SVN.
       </p>
-      <p>
-        <strong>config</strong>
-      </p>
-<!-- FIXME: create better layout for notes, just dumping text inside source elements for now. -->
-      <source>
+      <note label="Config">
 creates /export/home/config ... $CONFIG
 directories /forrestbot-*/ are the forrestbot homes, see below.
 setenv*.sh ... these are sourced by the forrestbots and other
   cronjobs and user configs, to set the environment.
(Continue reading)


Gmane