You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/04/25 17:22:50 UTC

svn commit: r1096495 - in /incubator/lcf/trunk: CHANGES.txt site/src/documentation/content/xdocs/site.xml site/src/documentation/skinconf.xml

Author: kwright
Date: Mon Apr 25 15:22:50 2011
New Revision: 1096495

URL: http://svn.apache.org/viewvc?rev=1096495&view=rev
Log:
Fix the site, and add a book link

Modified:
    incubator/lcf/trunk/CHANGES.txt
    incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml
    incubator/lcf/trunk/site/src/documentation/skinconf.xml

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1096495&r1=1096494&r2=1096495&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Mon Apr 25 15:22:50 2011
@@ -2,6 +2,11 @@ ManifoldCF Change Log
 $Id$
 
 ======================= 0.3-dev =========================
+
+Update the site to create a direct link to the book, and also bring the
+copyrights and breadcrumbs to the current era.
+(Karl Wright)
+
 CONNECTORS-185: Clarify the build-and-deploy document to make sure
 it is clear that the configfile define is needed for the application server.
 (Mark Moloney, Karl Wright)

Modified: incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml?rev=1096495&r1=1096494&r2=1096495&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/content/xdocs/site.xml Mon Apr 25 15:22:50 2011
@@ -20,6 +20,7 @@
   <project label="About">
     <news        label="Welcome"          href="index.html" />    
     <who         label="Who We Are"       href="who.html" />    
+    <book        label="Get the Book"      href="ext:book" />
     <store       label="Buy Stuff"        href="ext:store" />    
     <sponsor     label="Sponsor Apache"     href="ext:sponsor" />    
     <thanks      label="Sponsors of Apache" href="ext:thanks" />    
@@ -66,6 +67,7 @@
     <mahout    href="http://lucene.apache.org/mahout/" />
     <droids    href="http://incubator.apache.org/droids/" />
     <pylucene    href="http://lucene.apache.org/pylucene/" />
+    <book     href="http://www.manning.com/wright/" />
     <store     href="http://www.cafepress.com/lucene/" />
     <sponsor   href="http://www.apache.org/foundation/sponsorship.html" />
     <thanks    href="http://www.apache.org/foundation/thanks.html" />

Modified: incubator/lcf/trunk/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/src/documentation/skinconf.xml?rev=1096495&r1=1096494&r2=1096495&view=diff
==============================================================================
--- incubator/lcf/trunk/site/src/documentation/skinconf.xml (original)
+++ incubator/lcf/trunk/site/src/documentation/skinconf.xml Mon Apr 25 15:22:50 2011
@@ -30,7 +30,7 @@ which will be used to configure the chos
     In other words google will search the @domain for the query string.
 
   -->
-  <search name="Lucene" domain="lucene.apache.org" provider="Solr"/>
+  <search name="Lucene" domain="incubator.apache.org" provider="Solr"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
@@ -90,7 +90,7 @@ which will be used to configure the chos
   <favicon-url>images/favicon.ico</favicon-url>
 
   <!-- The following are used to construct a copyright statement -->
-  <year>2009, 2010</year>
+  <year>2009, 2010, 2011</year>
   <vendor>The Apache Software Foundation.</vendor>
   <copyright-link>http://www.apache.org/licenses/</copyright-link>
 
@@ -103,7 +103,7 @@ which will be used to configure the chos
   -->
   <trail>
     <link1 name="Apache" href="http://www.apache.org/"/>
-    <link2 name="" href=""/>
+    <link2 name="Incubator" href="http://incubator.apache.org/"/>
     <link3 name="" href=""/>
   </trail>