You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2003/10/17 06:58:19 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/xslt tree.xsl

gregor      2003/10/16 21:58:19

  Modified:    src/webapp/lenya/pubs/default sitemap.xmap
                        publication-sitemap.xmap
               src/webapp/lenya/pubs/default/config/menus generic.xsp
  Removed:     src/webapp/lenya/pubs/default/resources/css simple.css
               src/webapp/lenya/pubs/default bitflux.xmap xopus.xmap
                        publication.xmap
               src/webapp/lenya/pubs/default/xslt/authoring create.xsl
                        bitflux2simple.xsl xopus2-simple.xsl
               src/webapp/lenya/pubs/default/config/doctypes/schemas
                        simple-document.xsd lenya.xsd dc.xsd
               src/webapp/lenya/pubs/default/xslt tree.xsl
  Log:
  removed xopus
  removed old bitflux editor
  removed obsolete stylesheets
  other cleanups
  
  Revision  Changes    Path
  1.18      +1 -11     cocoon-lenya/src/webapp/lenya/pubs/default/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/sitemap.xmap,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- sitemap.xmap	1 Oct 2003 09:31:17 -0000	1.17
  +++ sitemap.xmap	17 Oct 2003 04:58:19 -0000	1.18
  @@ -27,16 +27,6 @@
   
       <map:pipeline>
   
  -      <!-- Xopus Interface -->
  -      <map:match pattern="xopus/**">
  -        <map:mount uri-prefix="xopus" src="xopus.xmap"/>
  -      </map:match>
  -
  -      <!-- Bitflux Interface -->
  -      <map:match pattern="bitflux/**">
  -        <map:mount uri-prefix="bitflux" src="bitflux.xmap"/>
  -      </map:match>
  -
         <map:match pattern="**">
           <map:mount uri-prefix="" src="publication-sitemap.xmap"/>
         </map:match>
  
  
  
  1.58      +1 -41     cocoon-lenya/src/webapp/lenya/pubs/default/publication-sitemap.xmap
  
  Index: publication-sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/publication-sitemap.xmap,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- publication-sitemap.xmap	13 Oct 2003 16:17:41 -0000	1.57
  +++ publication-sitemap.xmap	17 Oct 2003 04:58:19 -0000	1.58
  @@ -35,10 +35,6 @@
   
   
   
  -
  -
  -
  -
       <!-- BX Editor: Entries -->
       <map:pipeline type="noncaching">
         <map:match pattern="**/*-bxeng.html">
  @@ -102,42 +98,6 @@
       </map:pipeline>
       <!-- /BX Editor: Entries -->
   
  -
  -
  -
  -
  -
  -    
  -    <!-- Edit Article with Xopus2 -->
  -    <map:pipeline>
  -      
  -      <map:match pattern="authoring/xopus2/**.xml">
  -        
  -        <map:act type="reserved-checkout">
  -          <map:generate src="../../content/rc/{exception}.xsp" type="serverpages">
  -            <map:parameter name="user" value="{user}"/>
  -            <map:parameter name="filename" value="{filename}"/>
  -            <map:parameter name="date" value="{date}"/>
  -          </map:generate>
  -          <map:transform src="../../xslt/rc/rco-exception.xsl"/>
  -          <map:serialize type="html"/>
  -        </map:act>
  -        
  -        <map:act src="authoring/{1}.xml" type="uriparametrizer">
  -          <map:parameter name="doctype" value="cocoon://uri-parameter/{page-envelope:publication-id}/doctype"/>
  -          <map:aggregate element="lenya" label="aggregation">
  -            <map:part src="cocoon:/lenyamenubar/authoring/article.xml"/>
  -            <map:part element="cmsbody" src="content/authoring/{../1}.xml"/>
  -          </map:aggregate>
  -          <map:transform src="xslt/authoring/xopus2-{doctype}.xsl">
  -            <map:parameter name="articleid" value="{../1}"/>
  -          </map:transform>
  -          <map:serialize type="html"/>
  -        </map:act>
  -        
  -      </map:match>
  -      
  -    </map:pipeline>
       
       <!-- This is the pipeline that builds the page. It aggregates all
       the navigational elements (breadcrumb, tabs, menu) with the actual
  
  
  
  1.40      +1 -17     cocoon-lenya/src/webapp/lenya/pubs/default/config/menus/generic.xsp
  
  Index: generic.xsp
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/config/menus/generic.xsp,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- generic.xsp	16 Oct 2003 22:10:53 -0000	1.39
  +++ generic.xsp	17 Oct 2003 04:58:19 -0000	1.40
  @@ -16,9 +16,7 @@
     
     <menu>
       <xsp:logic>
  -      String bitflux_prefix = <xsp-request:get-context-path/> + "/" + <input:get-attribute as="string" module="page-envelope" name="publication-id"/> + "/bitflux";
  -      String domain_prefix_bitflux = "" + <xsp-request:get-context-path/>; String replacementString = "/index.xml";
  -      String xmlSource = <input:get-attribute as="string" module="page-envelope" name="document-url"/>.replaceFirst(".html", replacementString);
  +      String xmlSource = <input:get-attribute as="string" module="page-envelope" name="document-url"/>.replaceFirst(".html", "/index.xml");
         String sourcesParameter = "sources=" + xmlSource;
         String urisParameter = "uris=" + <input:get-attribute as="string" module="page-envelope" name="document-url"/>;
         String docType = "";
  @@ -72,13 +70,6 @@
   </xsp:logic>
   <!--
           <block>
  -          <item href="?lenya.step=open" uc:usecase="midas" wf:event="edit">Edit&#160;with&#160;Midas</item>
  -          <item wf:event="edit"><xsp:attribute name="href"><xsp-request:get-context-path/>/authoring/xopus2<xsp:expr>xmlSource</xsp:expr>?documentid=<xsp:expr>xmlSource</xsp:expr></xsp:attribute>Edit&#160;with&#160;Xopus</item>
  -          <item wf:event="edit"><xsp:attribute name="href"><xsp-request:get-context-path/>/bitflux/index.html?url-xml=<xsp:expr>bitflux_prefix+xmlSource+"&amp;url-xslt="+bitflux_prefix+"/stylesheets/simple.xsl&amp;url-xsd="+bitflux_prefix+"/schemas/simple.xsd&amp;url-css="+bitflux_prefix+"/css/simple.css&amp;url-post="+bitflux_prefix+"/save"+xmlSource+"&amp;url-back="+<xsp-request:get-context-path/>+"/authoring"+<input:get-attribute as="string" module="page-envelope" name="document-url"/></xsp:expr></xsp:attribute>Edit with Bitflux</item>
  -        </block>
  --->
  -<!--
  -        <block>
             <item><xsp:attribute name="href"><xsp:expr>documentId + "-bxeng.html"</xsp:expr></xsp:attribute>HTML&#160;for&#160;BXE</item>
             <item><xsp:attribute name="href"><xsp:expr>documentId + "-config-bxeng.xml"</xsp:expr></xsp:attribute>Config&#160;for&#160;BXE</item>
             <item><xsp:attribute name="href"><xsp:expr>documentId + "-bxeng.xml"</xsp:expr></xsp:attribute>XML&#160;for&#160;BXE</item>
  @@ -89,13 +80,6 @@
         </menu>
         
         <menu label="Help" name="Tools">
  -<!--
  -        <block>
  -          <item><xsp:attribute name="href">../xopus<xsp:expr><input:get-attribute as="string" module="page-envelope" name="document-url"/>.replaceFirst("\\.html", ".xml")</xsp:expr></xsp:attribute>View&#160;XML</item>
  -          <item href="../xopus/simple.xsd">View&#160;Xopus&#160;XSD</item>
  -          <item href="../xopus/simple.xsl">View&#160;Xopus&#160;XSLT</item>
  -        </block>
  --->
           <block>
             <item href="?lenya.usecase=view-logs&amp;lenya.step=overview">View Task Logs</item>
             <item href="?lenya.usecase=schedule&amp;lenya.step=showscreen">Scheduler</item>
  
  
  

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