You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/23 00:08:50 UTC

svn commit: r327706 - in /forrest/zone/test-sources/apache-projects/src/documentation: content/locationmap.xml skinconf.xml

Author: rgardler
Date: Sat Oct 22 15:08:42 2005
New Revision: 327706

URL: http://svn.apache.org/viewcvs?rev=327706&view=rev
Log:
add httpd descriptor from site-dev project

Modified:
    forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml
    forrest/zone/test-sources/apache-projects/src/documentation/skinconf.xml

Modified: forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml?rev=327706&r1=327705&r2=327706&view=diff
==============================================================================
--- forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml (original)
+++ forrest/zone/test-sources/apache-projects/src/documentation/content/locationmap.xml Sat Oct 22 15:08:42 2005
@@ -37,19 +37,16 @@
       <location src="http://svn.apache.org/repos/asf/forrest/trunk/site-author/content/doap.xml"/>
     </match>    
      
-	   <!--
-     To locate all your source documents in a slide repository you can do:
-     
-	   <match pattern="tabs.xml">
-		   <location src="http://127.0.0.1:8080/slide/files/tabs.xml"/>
-	   </match>
-	   <match pattern="site.xml">
-		   <location src="http://127.0.0.1:8080/slide/files/site.xml"/>
-	   </match>
-	    <match pattern="**.xml">
-	   	<location src="http://127.0.0.1:8080/slide/files/{1}.xml"/>
-	   </match>
-     -->
+    <match pattern="project.descriptor.httpd">
+      <location src="https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/doap/httpd.xml"/>
+    </match>    
+    
+    <!-- The DOAP is not embedded in an rdf element so is not currently working properly.
+    
+    <match pattern="project.descriptor.doap">
+      <location src="http://svn.usefulinc.com/svn/repos/trunk/doap/examples/doap-doap.rdf"/>
+    </match>    
+    -->
  
   </locator>
 </locationmap>

Modified: forrest/zone/test-sources/apache-projects/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/test-sources/apache-projects/src/documentation/skinconf.xml?rev=327706&r1=327705&r2=327706&view=diff
==============================================================================
--- forrest/zone/test-sources/apache-projects/src/documentation/skinconf.xml (original)
+++ forrest/zone/test-sources/apache-projects/src/documentation/skinconf.xml Sat Oct 22 15:08:42 2005
@@ -159,7 +159,7 @@
   <motd>
     <motd-option pattern="">
       <motd-title>v0.1-dev</motd-title>
-      <motd-page location="both">
+      <motd-page location="alt">
         Apache Projects is an experimental project. Help wanted.
       </motd-page>
       <motd-page-url>projectDetails.html</motd-page-url>
@@ -173,22 +173,70 @@
        used in your documentation.
     -->
   <extra-css>
-    <!--Example of reason B:
-        To define the css definition of a new element that you may have used
-        in the class attribute of a <p> node. 
-        e.g. <p class="quote"/>
-    -->
-    p.quote {
-      margin-left: 2em;
-      padding: .5em;
-      background-color: #f0f0f0;
-      font-family: monospace;
-    }
-    <!--Example:
-        To override the colours of links only in the footer.
-    -->
-    #footer a { color: #0F3660; }
-    #footer a:visited { color: #009999; }
+  
+
+.ForrestTable         {
+    color: #ffffff;
+    background-color: #ffffff;
+    width: 100%;
+    font-size : 100%;
+    empty-cells: show;
+}
+.ForrestTable td {
+    color: black;
+    background-color: #ffffff;
+} 
+p.links {
+    text-align: center;
+}
+table.headed {
+    width: 100%;
+    border: 1px solid #5596e5;
+    margin-bottom: 5px;
+}
+td.left {
+    width: 20%;
+}
+td.right {
+    border: 1px solid #5596e5;
+    padding: 2px;
+}
+td.title {
+    margin-top: 0;
+    background-color: #5596e5;
+    color: white;
+    text-align: center;
+    font-size: 125%;
+}
+td.language {
+    text-align: center;
+    font-style: italic;
+    background-color: white;
+    color: red;
+    font-weight: bold;
+}
+.header {
+    margin-left: 1%;
+    margin-right: 1%;
+    text-align: center;
+    background-color: #5596e5;
+    color: white;
+    padding: 3px;
+}
+.description {
+    margin-left: 1%;
+    margin-right: 1%;
+    border: 1px solid #5596e5;
+    padding: 1px;
+    text-align: center;
+    font-size: 100%;
+    font-style: italic;
+}  
+.content {
+    margin-left: 3%;
+    margin-right: 3%;
+}
+  }
   </extra-css>
 
   <colors>