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 pa...@apache.org on 2002/02/07 13:55:55 UTC

cvs commit: jakarta-jetspeed/docs/site portlet_config_WebPagePortlet.html changes.html

paulsp      02/02/07 04:55:55

  Modified:    xdocs    portlet_config_WebPagePortlet.xml changes.xml
               docs/site portlet_config_WebPagePortlet.html changes.html
  Log:
  o Adding support for HREF in Link tag in the HTMLRewriter.
  o Corrected paramer name in documentation.
  
  Revision  Changes    Path
  1.6       +4 -1      jakarta-jetspeed/xdocs/portlet_config_WebPagePortlet.xml
  
  Index: portlet_config_WebPagePortlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/portlet_config_WebPagePortlet.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- portlet_config_WebPagePortlet.xml	5 Feb 2002 05:43:46 -0000	1.5
  +++ portlet_config_WebPagePortlet.xml	7 Feb 2002 12:55:55 -0000	1.6
  @@ -249,7 +249,7 @@
             </td>
           </tr>
           <tr>
  -          <td>openinpopup</td>
  +          <td>open_in_popup</td>
             <td>Open links in a new window</td>
           </tr>
           <tr>
  @@ -393,6 +393,9 @@
    * 
    * <INPUT>
    *   o SRC attribute - URL merged with base URL (See Note 1)
  + * 
  + * <LINK>
  + *   o HREF attribute   - URL merged with base URL (See Note 1)
    * 
    * <OBJECT>
    *   o Optionally included
  
  
  
  1.20      +4 -1      jakarta-jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml	5 Feb 2002 05:43:46 -0000	1.19
  +++ changes.xml	7 Feb 2002 12:55:55 -0000	1.20
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   <!--
  -$Id: changes.xml,v 1.19 2002/02/05 05:43:46 paulsp Exp $
  +$Id: changes.xml,v 1.20 2002/02/07 12:55:55 paulsp Exp $
   -->
   <document>
     <properties>
  @@ -136,6 +136,9 @@
       <li>Added support for HREF in AREA tag</li>
       <li>Added "openInNewWindow" parameter to insert TARGET="_BLANK" attribute in AREA tag</li>
     </ul>
  +</li>
  +<li>
  +  Add - Adding support for HREF in Link tag in the  HTMLRewrite. (PS)
   </li>
             </ul>
       </section>
  
  
  
  1.10      +4 -1      jakarta-jetspeed/docs/site/portlet_config_WebPagePortlet.html
  
  Index: portlet_config_WebPagePortlet.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/portlet_config_WebPagePortlet.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- portlet_config_WebPagePortlet.html	5 Feb 2002 05:43:46 -0000	1.9
  +++ portlet_config_WebPagePortlet.html	7 Feb 2002 12:55:55 -0000	1.10
  @@ -524,7 +524,7 @@
                                   <tr>
                           <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                openinpopup
  +                open_in_popup
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  @@ -746,6 +746,9 @@
    * 
    * &lt;INPUT&gt;
    *   o SRC attribute - URL merged with base URL (See Note 1)
  + * 
  + * &lt;LINK&gt;
  + *   o HREF attribute   - URL merged with base URL (See Note 1)
    * 
    * &lt;OBJECT&gt;
    *   o Optionally included
  
  
  
  1.12      +3 -0      jakarta-jetspeed/docs/site/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.html	5 Feb 2002 05:43:46 -0000	1.11
  +++ changes.html	7 Feb 2002 12:55:55 -0000	1.12
  @@ -241,6 +241,9 @@
       <li>Added "openInNewWindow" parameter to insert TARGET="_BLANK" attribute in AREA tag</li>
     </ul>
   </li>
  +<li>
  +  Add - Adding support for HREF in Link tag in the  HTMLRewrite. (PS)
  +</li>
             </ul>
                               </blockquote>
           </p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>