Author: ssmiweve
Date: 2008-01-27 17:11:25 +0100 (Sun, 27 Jan 2008)
New Revision: 6045

Modified:
   trunk/pom.xml
   trunk/src/site/apt/index.apt
Log:
maven site stuff. additional pom elements and index page typos/link-fixes.


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml       2008-01-27 14:41:15 UTC (rev 6044)
+++ trunk/pom.xml       2008-01-27 16:11:25 UTC (rev 6045)
@@ -26,6 +26,8 @@
         This is the project for Sesat Kernel.
         Read http://sesat.no/development-guidelines.html for developing help.
     </description>
+    <url>http://sesat.no</url>
+    <inceptionYear>2005</inceptionYear>
     <developers>
         <developer>
             <id>ssenrogn</id>

Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt        2008-01-27 14:41:15 UTC (rev 6044)
+++ trunk/src/site/apt/index.apt        2008-01-27 16:11:25 UTC (rev 6045)
@@ -13,15 +13,14 @@
 Site object, and then either, for client or server resources sends a redirect 
to the corresponding skin, or forwards
 the request onto one of the kernel's 
 
{{{sesat-war/apidocs/no/sesat/search/http/servlet/package-summary.html}servlets}}.
-    For a thousand foot view of the kernel architecture see the javadoc 
package description
-{{{sesat-core-api/apidocs/}no.ssesat.search}}
+    For a thousand foot view of the kernel architecture see the javadoc 
package description for        
+{{{sesat-core-api/apidocs/}no.sesat.search}}
 
-    For information on setting up the project to develop read
-{{{http://sesat.no/development-guidelines.html}Setting up Sesam}}
+    For information on checking out the code and building read
+{{{http://sesat.no/development-guidelines.html}Sesat's Development Guidelines}}
 
-    TODO needs updating: For information of operations on test and production 
environments and on the code read
-{{{https://dev.schibstedsok.no/confluence/display/TECHDEV/Operations+Documentation+-+Search+Portal}
-Operations Documentation - Search Portal}}
+    For information of typical project 
+{{{http://sesat.no/kernel-operations.html}operations}}
 
 
 * Skins (generic.sesam)
@@ -34,7 +33,7 @@
 (search modes and commands, query transformations, and result handling), and 
the view (templating layout definition and 
 templates). Skins also hold and serve publicly all client requested resources 
(css, javascript, and images).
     
-    Skins will, intime, also contain the implementation classes against the 
kernel's SPIs. The kernel accesses these
+    Skins also contain the implementation classes against the kernel's SPIs. 
The kernel accesses these
 classes through an URL based classloader. These classloaders' heirarchy will 
match the heirarchical of the
 skins. Therefore the skins will have access to, not just the kernel's APIs and 
SPIs, but also to parent skin 
 implementation classes.
@@ -44,13 +43,13 @@
 {{{sesat-site-spi/apidocs/no/sesat/search/site/config/UrlResourceLoader.html}
 AbstractResourceLoader}} for more details.
 
-    TODO needs updating: For information on creating new skins, and general 
skin operations, read
-{{{https://dev.schibstedsok.no/confluence/display/TECHDEV/SiteSearch}SiteSearch}}
+    For information on creating new skins (aka SFC), and general skin 
operations, read
+{{{http://sesat.no/development-using-the-sfc.html}Development using the SFC}}
 
 
 * Testing
 
-    Tests are located in, and packaged from, the search-portal projects.
+    TODO out of date :: Tests are located in, and packaged from, the 
search-portal projects.
 Some are run against the search-portal but mostly the skins depend on the 
-test.jar and, via the testng.xml, declare 
 which of the tests to include, and run them against the skin's actual 
configuration. 
     This is currently more useful than mocking up a dummy configuration.

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to