Changeset 6052 for trunk

Show
Ignore:
Timestamp:
11/14/11 12:07:00 (6 months ago)
Author:
mtld
Message:

updated sample1

Location:
trunk/pustefix-samples/pustefix-sample1/src/main/webapp/WEB-INF
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/pustefix-samples/pustefix-sample1/src/main/webapp/WEB-INF/project.xml

    r6035 r6052  
    4545    </choose> 
    4646  </xml-generator> 
     47 
     48  <!-- automatically generate searchengine sitemap file sitemaps.xml  
     49       (according to sitemaps protocol from http://www.sitemaps.org) --> 
     50  <searchengine-sitemap/> 
    4751 
    4852  <!-- Supported Session tracking strategies are: 
  • trunk/pustefix-samples/pustefix-sample1/src/main/webapp/WEB-INF/sitemap.xml

    r5872 r6052  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sitemap> 
     2<sitemap xmlns="http://www.pustefix-framework.org/2011/namespace/sitemap" 
     3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     4         xsi:schemaLocation="http://www.pustefix-framework.org/2011/namespace/sitemap  
     5                             http://www.pustefix-framework.org/2011/namespace/sitemap.xsd"> 
     6                              
    37    <page name="home" alias="Home"> 
    48      <page name="order" alias="Order"/>