You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/11/20 00:39:30 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages rss.psml

taylor      2004/11/19 15:39:30

  Modified:    portal/src/webapp/WEB-INF/pages rss.psml
  Added:       portal/src/webapp/WEB-INF/pages/Public public.psml
                        folder.metadata
  Log:
  Public page viewable and editable by guests
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Public/public.psml
  
  Index: public.psml
  ===================================================================
  <!--
  Copyright 2004 The Apache Software Foundation
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
      http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  <page id="public">
    <defaults
       skin="orange"
       layout-decorator="tigris"
       portlet-decorator="tigris"
    />
    <title>Public Share</title>
    <fragment id="ps-1000" type="layout" name="jetspeed::VelocityTwoColumns">
      <fragment id="ps-1001" type="portlet" name="rss::RSS">
        <property layout="TwoColumns" name="row" value="0" />
        <property layout="TwoColumns" name="column" value="0" />
      </fragment>
      <fragment id="ps-1002" type="portlet" name="demo::BookmarkPortlet">
        <property layout="TwoColumns" name="row" value="0" />
        <property layout="TwoColumns" name="column" value="1" />
      </fragment>
      <fragment id="ps-1003" type="portlet" name="jsf-demo::CalendarPortlet">
        <property layout="TwoColumns" name="row" value="1" />
        <property layout="TwoColumns" name="column" value="1" />
      </fragment>
  	
    </fragment>
    <!-- allow all users to view -->
    <security-constraints>
      <security-constraint>
        <users>*</users>
        <permissions>view, edit</permissions>
      </security-constraint>
    </security-constraints>
    
  </page>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/Public/folder.metadata
  
  Index: folder.metadata
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <folder>
    <title>Public Folders</title>  
    <security-constraints>
      <security-constraint>
        <users>*</users>
        <permissions>view, edit</permissions>
      </security-constraint>
    </security-constraints>  
  </folder>
  
  
  
  
  1.3       +1 -1      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/rss.psml
  
  Index: rss.psml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/pages/rss.psml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rss.psml	19 Nov 2004 21:53:34 -0000	1.2
  +++ rss.psml	19 Nov 2004 23:39:30 -0000	1.3
  @@ -31,7 +31,7 @@
     <security-constraints>
       <security-constraint>
         <users>*</users>
  -      <permissions>view, edit</permissions>
  +      <permissions>view</permissions>
       </security-constraint>
     </security-constraints>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org