You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2003/09/10 22:48:16 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/content search-results.xml

michi       2003/09/10 13:48:16

  Modified:    src/webapp/lenya/pubs/blog atomapi.xmap
               src/webapp/lenya/pubs/blog/content search-results.xml
  Log:
  Entries added
  
  Revision  Changes    Path
  1.4       +10 -1     cocoon-lenya/src/webapp/lenya/pubs/blog/atomapi.xmap
  
  Index: atomapi.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/atomapi.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- atomapi.xmap	10 Sep 2003 16:48:16 -0000	1.3
  +++ atomapi.xmap	10 Sep 2003 20:48:16 -0000	1.4
  @@ -44,5 +44,14 @@
         <map:handle-errors type="500"/>
       </map:pipeline>
   
  +    <!-- Get entry -->
  +    <map:pipeline>
  +      <map:match pattern="entries/*/*/*/*/index.xml">
  +        <map:generate src="content/authoring/entries/{1}/{2}/{3}/{4}/index.xml"/>
  +        <map:serialize type="xml"/>
  +      </map:match>
  +      <map:handle-errors type="500"/>
  +    </map:pipeline>
  +
     </map:pipelines>
   </map:sitemap>
  
  
  
  1.2       +2 -2      cocoon-lenya/src/webapp/lenya/pubs/blog/content/search-results.xml
  
  Index: search-results.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/content/search-results.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- search-results.xml	10 Sep 2003 16:48:17 -0000	1.1
  +++ search-results.xml	10 Sep 2003 20:48:16 -0000	1.2
  @@ -3,10 +3,10 @@
   <search-results xmlns="http://purl.org/atom/ns#">
     <entry>
       <title>My Last Entry</title>
  -    <id>http://127.0.0.1:8080/lenya/blog/live/entries/1937/02/05/franz/index.xml</id>
  +    <id>http://127.0.0.1:8080/lenya/blog/atomapi/entries/2003/07/28/1/index.xml</id>
     </entry>
     <entry>
       <title>Levi and Vanya</title>
  -    <id>http://127.0.0.1:8080/lenya/blog/live/entries/1969/02/16/michi/index.xml</id>
  +    <id>http://127.0.0.1:8080/lenya/blog/atomapi/entries/1969/02/16/michi/index.xml</id>
     </entry>
   </search-results>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org