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 2002/10/29 19:35:53 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedSecurity.properties demo-portlets.xreg portlets.xreg

taylor      2002/10/29 10:35:53

  Modified:    webapp/WEB-INF/conf JetspeedSecurity.properties
                        demo-portlets.xreg portlets.xreg
  Log:
  - added WebPagePortlet2, a rewrite of WebPagePortlet - still under construction, doesn't yet support all params from WebPagePortlet
  - Added demo JakartaWeb portlet using WebPagePortlet2, shows bug fixes
  - fixed bug in AggregationPortlet
  
  Revision  Changes    Path
  1.37      +0 -0      jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties
  
  Index: JetspeedSecurity.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  
  
  
  1.25      +361 -353  jakarta-jetspeed/webapp/WEB-INF/conf/demo-portlets.xreg
  
  Index: demo-portlets.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/demo-portlets.xreg,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- demo-portlets.xreg	24 Oct 2002 16:17:21 -0000	1.24
  +++ demo-portlets.xreg	29 Oct 2002 18:35:53 -0000	1.25
  @@ -1,364 +1,372 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <registry>
  -	<portlet-entry name="HelloVelocityCached" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  -		<meta-info>
  -			<title>HelloVelocityCached</title>
  -			<description>Simple Cached Velocity Portlet Example</description>
  -		</meta-info>
  -		<parameter name="template" value="hello" hidden="false"/>
  -		<parameter name="cache-period-milliseconds" value="60000" hidden="false"/>
  -		<parameter name="action" value="portlets.HelloAction" hidden="false"/>
  -		<parameter name="text" value="Hello - only changes occasionally due to content caching" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>velocity.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="HelloVelocity" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  -		<meta-info>
  -			<title>HelloVelocity</title>
  -			<description>Simple Velocity Portlet Example</description>
  -		</meta-info>
  -		<parameter name="template" value="hello" hidden="false"/>
  -		<parameter name="action" value="portlets.HelloAction" hidden="false"/>
  -		<parameter name="text" value="Hello World in Velocity" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>velocity.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="HelloJSP" hidden="false" type="ref" parent="JSP" application="false">
  -		<meta-info>
  -			<title>HelloJSP</title>
  -			<description>Simple JSP Portlet Example</description>
  -		</meta-info>
  -		<parameter name="template" value="hello.jsp" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>jsp.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="JSP1_1andJetspeedTagLib" hidden="false" type="ref" parent="JSP" application="false">
  -		<meta-info>
  -			<title>JSP1_1andJetspeedTagLib</title>
  -			<description>
  +    <portlet-entry name="HelloVelocityCached" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  +        <meta-info>
  +            <title>HelloVelocityCached</title>
  +            <description>Simple Cached Velocity Portlet Example</description>
  +        </meta-info>
  +        <parameter name="template" value="hello" hidden="false"/>
  +        <parameter name="cache-period-milliseconds" value="60000" hidden="false"/>
  +        <parameter name="action" value="portlets.HelloAction" hidden="false"/>
  +        <parameter name="text" value="Hello - only changes occasionally due to content caching" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>velocity.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="HelloVelocity" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  +        <meta-info>
  +            <title>HelloVelocity</title>
  +            <description>Simple Velocity Portlet Example</description>
  +        </meta-info>
  +        <parameter name="template" value="hello" hidden="false"/>
  +        <parameter name="action" value="portlets.HelloAction" hidden="false"/>
  +        <parameter name="text" value="Hello World in Velocity" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>velocity.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="HelloJSP" hidden="false" type="ref" parent="JSP" application="false">
  +        <meta-info>
  +            <title>HelloJSP</title>
  +            <description>Simple JSP Portlet Example</description>
  +        </meta-info>
  +        <parameter name="template" value="hello.jsp" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>jsp.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="JSP1_1andJetspeedTagLib" hidden="false" type="ref" parent="JSP" application="false">
  +        <meta-info>
  +            <title>JSP1_1andJetspeedTagLib</title>
  +            <description>
                 JSP Portlet Example that displays data from the Jetspeed
                 Tag Libaray and Java Servlet v1.2 request class.  Requires a
                 Tomcat v3.x or a JSP 1.1 servlet engine.
               </description>
  -		</meta-info>
  -		<parameter name="template" value="JSP1_1andJetspeedTagLib.jsp" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>jsp.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="JSP1_2andJetspeedTagLib" hidden="false" type="ref" parent="JSP" application="false">
  -		<meta-info>
  -			<title>JSP1_2andJetspeedTagLib</title>
  -			<description>
  +        </meta-info>
  +        <parameter name="template" value="JSP1_1andJetspeedTagLib.jsp" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>jsp.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="JSP1_2andJetspeedTagLib" hidden="false" type="ref" parent="JSP" application="false">
  +        <meta-info>
  +            <title>JSP1_2andJetspeedTagLib</title>
  +            <description>
                 JSP Portlet Example that displays data from the Jetspeed
                 Tag Libaray and Java Servlet v1.2 request class.  Requires a
                 Tomcat v4.x or a JSP 1.2 servlet engine.
               </description>
  -		</meta-info>
  -		<parameter name="template" value="JSP1_2andJetspeedTagLib.jsp" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>jsp.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="jslink_examples" hidden="false" type="ref" parent="Velocity" application="false">
  -		<meta-info>
  -			<title>JSLINK Examples</title>
  -			<description>$jslink examples</description>
  -		</meta-info>
  -		<parameter name="template" value="Tool_jslink_examples" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>velocity.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="Search" hidden="false" type="ref" parent="HTML" application="false">
  -		<meta-info>
  -			<title>Search</title>
  -			<description>Search the Internet</description>
  -		</meta-info>
  -		<url>/search/index.html</url>
  -		<category>search</category>
  -		<category>html</category>
  -	</portlet-entry>
  -	<portlet-entry name="Welcome" hidden="false" type="ref" parent="HTML" application="false">
  -		<meta-info>
  -			<title>Welcome</title>
  -		</meta-info>
  -		<url>/welcome.html</url>
  -		<category>demo</category>
  -		<category>html.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="LoggedInWelcome" hidden="false" type="ref" parent="HTML" application="false">
  -		<security-ref parent="user-view_admin-all"/>
  -		<meta-info>
  -			<title>Welcome to Logged in user</title>
  -			<description>Example of a portlet with not Titlebar</description>
  -		</meta-info>
  -		<parameter name="_showtitlebar" value="false" hidden="false"/>
  -		<url>/LoggedInWelcome.html</url>
  -		<category>demo</category>
  -		<category>html.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="XMLHack" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>XMLHack</title>
  -		</meta-info>
  -		<url>http://www.xmlhack.com/rss.php</url>
  -		<category>news.software.opensource</category>
  -	</portlet-entry>
  -	<portlet-entry name="Apacheweek" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>Apacheweek</title>
  -		</meta-info>
  -		<url>http://www.apacheweek.com/issues/apacheweek-headlines.xml</url>
  -		<category>news.software.opensource</category>
  -	</portlet-entry>
  -	<portlet-entry name="Mozilla" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>Mozilla</title>
  -		</meta-info>
  -		<parameter name="itemdisplayed" value="10" hidden="false"/>
  -		<url>http://www.mozilla.org/news.rdf</url>
  -		<category>news.software.opensource</category>
  -	</portlet-entry>
  -	<portlet-entry name="Jetspeed" hidden="false" type="ref" parent="RSS" application="false">
  -		<parameter name="openinpopup" value="true" hidden="false"/>
  -		<url>/rss/Jetspeed.rss</url>
  -		<category>news.software.opensource</category>
  -		<meta-info>
  -			<title>Jetspeed Documentation</title>
  -			<description>Jetspeed Documentation Portlet</description>
  -		</meta-info>
  -	</portlet-entry>
  -	<portlet-entry name="JavaWeb" hidden="false" type="ref" parent="WebPagePortlet" application="false">
  -		<meta-info>
  -			<title>JavaSoft</title>
  -			<description>JavaSoft</description>
  -		</meta-info>
  -		<parameter name="dont_remove_applet" value="yes" hidden="false"/>
  -		<url>http://java.sun.com/</url>
  -		<category>sites.companies.sun</category>
  -	</portlet-entry>
  -	<portlet-entry type="ref" parent="CustomizerVelocity" name="StockQuote" application="false" hidden="false">
  -		<parameter name="template" value="stock-quote"/>
  -		<parameter name="action" value="portlets.StockQuoteAction"/>
  -		<meta-info>
  -			<title>Stock Portfolio</title>
  -			<description>Stock Portfolio Portlet</description>
  -		</meta-info>
  -		<media-type ref="html"/>
  -		<media-type ref="wml"/>
  -		<category>web services</category>
  -		<category>finance.stocks</category>
  -	</portlet-entry>
  -	<portlet-entry name="myLinks" hidden="false" type="ref" parent="LinkPortlet" application="false">
  -		<meta-info>
  -			<title>My Bookmarks</title>
  -			<description>Insert your personal links!</description>
  -		</meta-info>
  -		<parameter name="image" value="contact.gif" hidden="true"/>
  -		<parameter name="link" value="http://www.siemens.de" hidden="true"/>
  -		<parameter name="anchor" value="Siemens germany" hidden="true"/>
  -		<parameter name="description" value="Visit our company home site" hidden="true"/>
  -		<parameter name="image1" value="" hidden="false"/>
  -		<parameter name="link1" value="" hidden="false"/>
  -		<parameter name="anchor1" value="" hidden="false"/>
  -		<parameter name="description1" value="" hidden="true"/>
  -		<parameter name="image2" value="" hidden="false"/>
  -		<parameter name="link2" value="" hidden="false"/>
  -		<parameter name="anchor2" value="" hidden="false"/>
  -		<parameter name="description2" value="" hidden="true"/>
  -		<parameter name="image3" value="" hidden="false"/>
  -		<parameter name="link3" value="" hidden="false"/>
  -		<parameter name="anchor3" value="" hidden="false"/>
  -		<parameter name="description3" value="" hidden="true"/>
  -		<parameter name="image4" value="" hidden="false"/>
  -		<parameter name="link4" value="" hidden="false"/>
  -		<parameter name="anchor4" value="" hidden="false"/>
  -		<parameter name="description4" value="" hidden="true"/>
  -		<media-type ref="html"/>
  -		<category>bookmarks</category>
  -	</portlet-entry>
  -	<portlet-entry name="JetspeedFramed" hidden="false" type="ref" parent="IFramePortlet" application="false">
  -		<meta-info>
  -			<title>Jetspeed Framed</title>
  -			<description>Navigate SomeSite within an IFRAME</description>
  -		</meta-info>
  -		<parameter name="source" value="http://jakarta.apache.org/jetspeed" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>frames</category>
  -	</portlet-entry>
  -	<portlet-entry name="AggregateTest" type="ref" parent="AggregatePortlet">
  -		<meta-info>
  -			<title>Portlet Aggregation Test</title>
  -			<description>Portlet Aggregation test</description>
  -		</meta-info>
  -		<parameter name="path" value="group/apache/page/news"/>
  -		<media-type ref="html"/>
  -		<category>psml.including</category>
  -	</portlet-entry>
  -	<portlet-entry name="DatabaseBrowserTest" hidden="false" type="ref" parent="DatabaseBrowserPortlet" application="false">
  -		<meta-info>
  -			<title>DatabaseBrowserTest</title>
  -			<description>Simple Test Database Browser Portlet Example</description>
  -		</meta-info>
  -		<parameter name="template" value="database-browser-portlet" hidden="false"/>
  -		<parameter name="customizeTemplate" value="database-browser-customize" hidden="false"/>
  -		<parameter name="action" value="portlets.browser.DatabaseBrowserAction" hidden="false"/>
  -		<parameter name="sql" value="select * from coffees" hidden="false"/>
  -		<!-- to use an alternate torque pool, set this parameter -->
  -		<!-- parameter name="poolname" value="otherpool" hidden="false"/-->
  -		<parameter name="windowSize" value="5" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>database</category>
  -	</portlet-entry>
  -	<portlet-entry name="InstanceExample" hidden="false" type="instance" application="false">
  -		<classname>org.apache.jetspeed.portal.portlets.BogusPortlet</classname>
  -		<media-type ref="html"/>
  -		<meta-info>
  -			<title>Instance Attribute Example</title>
  -		</meta-info>
  -		<category>persistence</category>
  -	</portlet-entry>
  -	<portlet-entry name="SecurityExample" hidden="false" type="ref" parent="Velocity" application="false">
  -		<security-ref parent="user-view_admin-all"/>
  -		<meta-info>
  -			<title>SecurityExample</title>
  -			<description>Simple Security Example</description>
  -		</meta-info>
  -		<parameter name="template" value="SecurityExample" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>demo</category>
  -		<category>velocity.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="BloomingtonWeather" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  -		<meta-info>
  -			<title>Weather - Bloomington,IN</title>
  -			<description>Current weather conditions</description>
  -		</meta-info>
  -		<parameter name="template" value="weather" hidden="false"/>
  -		<parameter name="customizeTemplate" value="weather-customize" hidden="false"/>
  -		<parameter name="action" value="portlets.WeatherAction" hidden="false"/>
  -		<parameter name="weather_city" value="Bloomington" hidden="false"/>
  -		<parameter name="weather_state" value="IN" hidden="false"/>
  -		<parameter name="weather_style" value="infobox" hidden="false"/>
  -		<media-type ref="html"/>
  -		<category>weather</category>
  -	</portlet-entry>
  -	<portlet-entry name="IstanbulWeather" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  -		<meta-info>
  -			<title>Weather - Istanbul,Turkey</title>
  -			<description>Current weather conditions</description>
  -		</meta-info>
  -		<parameter name="template" value="weather" hidden="false"/>
  -		<parameter name="customizeTemplate" value="weather-customize" hidden="false"/>
  -		<parameter name="action" value="portlets.WeatherAction" hidden="false"/>
  -		<parameter name="weather_station" value="17060" hidden="false"/>
  -		<parameter name="weather_style" value="infobox" hidden="false"/>
  -		<parameter name="_showtitlebar" value="false" hidden="true"/>
  -		<media-type ref="html"/>
  -		<category>weather</category>
  -	</portlet-entry>
  -	<portlet-entry name="parameter_demo" hidden="false" type="ref" parent="JSP" application="false">
  -		<meta-info>
  -			<title>Parameter Styles Demo</title>
  -			<description>Examples of defining parameter styles</description>
  -		</meta-info>
  -		<parameter name="template" value="parameter-demo-portlet.jsp" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="sort" value="Symbol" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>Sort</title>
  -				<description>Column to sort by</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="sort.style" value="ListBox" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="sort.style.items" value="Symbol,Volume,PChange" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="columns" value="Symbol,Quote,Date,Time,Change,PChange,Open,High,Low,Volume" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>Columns</title>
  -				<description>Columns to display</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="columns.style.items" value="Symbol,Quote,Date,Time,Change,PChange,Open,High,Low,Volume" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="columns.style.layout" value="$eastwest" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="columns.style" value="CheckBoxGroup" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="symbols" value="MSFT,ORCL,SUNW,EMC,INTU" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>Symbols</title>
  -				<description>List of comma-separated stock symbols</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="symbols.style" value="TextArea" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="date1" value="Jul-14-1789" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>Bastille Day</title>
  -				<description>Date with popup calendar. Format pattern: mmm-dd-yyyy</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="date1.style" value="PopupCalendar" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="date1.style.format" value="mmm-d-yyyy" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="date2" value="06/18/1812" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>Battle of Waterloo</title>
  -				<description>Date with popup calendar. Format pattern: mm/dd/yyyy</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="date2.style" value="PopupCalendar" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="date2.style.format" value="mm/dd/yyyy" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="password" value="secret" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>Velocity Password</title>
  -				<description>Velocity based password presentation style. Note that this presentation style does not require any custom objects in the context and therefore we can use VelocityParameterPresentationStyle. If custom objects were required, you would extend VelocityParameterPresentationStyle and override buildContext method.</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="password.style" value="VelocityParameterPresentationStyle" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="password.style.template" value="Password.vm" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="password1" value="secret" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  -			<meta-info>
  -				<title>JSP Password</title>
  -				<description>JSP based password presentation style. Note that this presentation style does not require any custom objects in the context and therefore we can use JspParameterPresentationStyle. If custom objects were required, you would extend JspParameterPresentationStyle and override buildContext method.</description>
  -			</meta-info>
  -		</parameter>
  -		<parameter name="password1.style" value="JspParameterPresentationStyle" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<parameter name="password1.style.template" value="Password.jsp" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  -		<media-type ref="html"/>
  -		<url cachedOnURL="true"/>
  -		<category group="Jetspeed">demo</category>
  -		<category group="Jetspeed">jsp.demo</category>
  -	</portlet-entry>
  -	<portlet-entry name="BBCFrontPage" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>BBC Front Page News</title>
  -		</meta-info>
  -		<url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/front_page/rss091.xml</url>
  -		<category>news</category>
  -		<category>news.frontpage</category>
  -		<category>news.headlines</category>
  -	</portlet-entry>
  -	<portlet-entry name="BBCTechnology" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>BBC Technology News</title>
  -		</meta-info>
  -		<url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/technology/rss091.xml</url>
  -		<category>news</category>
  -		<category>news.technology</category>
  -	</portlet-entry>
  -	<portlet-entry name="BBCUK" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>BBC UK News</title>
  -		</meta-info>
  -		<url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/uk/rss091.xml</url>
  -		<category>news</category>
  -		<category>news.uk</category>
  -	</portlet-entry>
  -	<portlet-entry name="BBCWorld" hidden="false" type="ref" parent="RSS" application="false">
  -		<meta-info>
  -			<title>BBC World News</title>
  -		</meta-info>
  -		<url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/world/rss091.xml</url>
  -		<category>news</category>
  -		<category>news.world</category>
  -	</portlet-entry>
  +        </meta-info>
  +        <parameter name="template" value="JSP1_2andJetspeedTagLib.jsp" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>jsp.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="jslink_examples" hidden="false" type="ref" parent="Velocity" application="false">
  +        <meta-info>
  +            <title>JSLINK Examples</title>
  +            <description>$jslink examples</description>
  +        </meta-info>
  +        <parameter name="template" value="Tool_jslink_examples" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>velocity.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="Search" hidden="false" type="ref" parent="HTML" application="false">
  +        <meta-info>
  +            <title>Search</title>
  +            <description>Search the Internet</description>
  +        </meta-info>
  +        <url>/search/index.html</url>
  +        <category>search</category>
  +        <category>html</category>
  +    </portlet-entry>
  +    <portlet-entry name="Welcome" hidden="false" type="ref" parent="HTML" application="false">
  +        <meta-info>
  +            <title>Welcome</title>
  +        </meta-info>
  +        <url>/welcome.html</url>
  +        <category>demo</category>
  +        <category>html.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="LoggedInWelcome" hidden="false" type="ref" parent="HTML" application="false">
  +        <security-ref parent="user-view_admin-all"/>
  +        <meta-info>
  +            <title>Welcome to Logged in user</title>
  +            <description>Example of a portlet with not Titlebar</description>
  +        </meta-info>
  +        <parameter name="_showtitlebar" value="false" hidden="false"/>
  +        <url>/LoggedInWelcome.html</url>
  +        <category>demo</category>
  +        <category>html.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="XMLHack" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>XMLHack</title>
  +        </meta-info>
  +        <url>http://www.xmlhack.com/rss.php</url>
  +        <category>news.software.opensource</category>
  +    </portlet-entry>
  +    <portlet-entry name="Apacheweek" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>Apacheweek</title>
  +        </meta-info>
  +        <url>http://www.apacheweek.com/issues/apacheweek-headlines.xml</url>
  +        <category>news.software.opensource</category>
  +    </portlet-entry>
  +    <portlet-entry name="Mozilla" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>Mozilla</title>
  +        </meta-info>
  +        <parameter name="itemdisplayed" value="10" hidden="false"/>
  +        <url>http://www.mozilla.org/news.rdf</url>
  +        <category>news.software.opensource</category>
  +    </portlet-entry>
  +    <portlet-entry name="Jetspeed" hidden="false" type="ref" parent="RSS" application="false">
  +        <parameter name="openinpopup" value="true" hidden="false"/>
  +        <url>/rss/Jetspeed.rss</url>
  +        <category>news.software.opensource</category>
  +        <meta-info>
  +            <title>Jetspeed Documentation</title>
  +            <description>Jetspeed Documentation Portlet</description>
  +        </meta-info>
  +    </portlet-entry>
  +    <portlet-entry name="JavaWeb" hidden="false" type="ref" parent="WebPagePortlet" application="false">
  +        <meta-info>
  +            <title>JavaSoft</title>
  +            <description>JavaSoft</description>
  +        </meta-info>
  +        <parameter name="dont_remove_applet" value="yes" hidden="false"/>
  +        <url>http://java.sun.com/</url>
  +        <category>sites.companies.sun</category>
  +    </portlet-entry>
  +    <portlet-entry type="ref" parent="CustomizerVelocity" name="StockQuote" application="false" hidden="false">
  +        <parameter name="template" value="stock-quote"/>
  +        <parameter name="action" value="portlets.StockQuoteAction"/>
  +        <meta-info>
  +            <title>Stock Portfolio</title>
  +            <description>Stock Portfolio Portlet</description>
  +        </meta-info>
  +        <media-type ref="html"/>
  +        <media-type ref="wml"/>
  +        <category>web services</category>
  +        <category>finance.stocks</category>
  +    </portlet-entry>
  +    <portlet-entry name="myLinks" hidden="false" type="ref" parent="LinkPortlet" application="false">
  +        <meta-info>
  +            <title>My Bookmarks</title>
  +            <description>Insert your personal links!</description>
  +        </meta-info>
  +        <parameter name="image" value="contact.gif" hidden="true"/>
  +        <parameter name="link" value="http://www.siemens.de" hidden="true"/>
  +        <parameter name="anchor" value="Siemens germany" hidden="true"/>
  +        <parameter name="description" value="Visit our company home site" hidden="true"/>
  +        <parameter name="image1" value="" hidden="false"/>
  +        <parameter name="link1" value="" hidden="false"/>
  +        <parameter name="anchor1" value="" hidden="false"/>
  +        <parameter name="description1" value="" hidden="true"/>
  +        <parameter name="image2" value="" hidden="false"/>
  +        <parameter name="link2" value="" hidden="false"/>
  +        <parameter name="anchor2" value="" hidden="false"/>
  +        <parameter name="description2" value="" hidden="true"/>
  +        <parameter name="image3" value="" hidden="false"/>
  +        <parameter name="link3" value="" hidden="false"/>
  +        <parameter name="anchor3" value="" hidden="false"/>
  +        <parameter name="description3" value="" hidden="true"/>
  +        <parameter name="image4" value="" hidden="false"/>
  +        <parameter name="link4" value="" hidden="false"/>
  +        <parameter name="anchor4" value="" hidden="false"/>
  +        <parameter name="description4" value="" hidden="true"/>
  +        <media-type ref="html"/>
  +        <category>bookmarks</category>
  +    </portlet-entry>
  +    <portlet-entry name="JetspeedFramed" hidden="false" type="ref" parent="IFramePortlet" application="false">
  +        <meta-info>
  +            <title>Jetspeed Framed</title>
  +            <description>Navigate SomeSite within an IFRAME</description>
  +        </meta-info>
  +        <parameter name="source" value="http://jakarta.apache.org/jetspeed" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>frames</category>
  +    </portlet-entry>
  +    <portlet-entry name="AggregateTest" type="ref" parent="AggregatePortlet">
  +        <meta-info>
  +            <title>Portlet Aggregation Test</title>
  +            <description>Portlet Aggregation test</description>
  +        </meta-info>
  +        <parameter name="path" value="group/apache/page/news/media-type/html"/>
  +        <media-type ref="html"/>
  +        <category>psml.including</category>
  +    </portlet-entry>
  +    <portlet-entry name="DatabaseBrowserTest" hidden="false" type="ref" parent="DatabaseBrowserPortlet" application="false">
  +        <meta-info>
  +            <title>DatabaseBrowserTest</title>
  +            <description>Simple Test Database Browser Portlet Example</description>
  +        </meta-info>
  +        <parameter name="template" value="database-browser-portlet" hidden="false"/>
  +        <parameter name="customizeTemplate" value="database-browser-customize" hidden="false"/>
  +        <parameter name="action" value="portlets.browser.DatabaseBrowserAction" hidden="false"/>
  +        <parameter name="sql" value="select * from coffees" hidden="false"/>
  +        <!-- to use an alternate torque pool, set this parameter -->
  +        <!-- parameter name="poolname" value="otherpool" hidden="false"/-->
  +        <parameter name="windowSize" value="5" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>database</category>
  +    </portlet-entry>
  +    <portlet-entry name="InstanceExample" hidden="false" type="instance" application="false">
  +        <classname>org.apache.jetspeed.portal.portlets.BogusPortlet</classname>
  +        <media-type ref="html"/>
  +        <meta-info>
  +            <title>Instance Attribute Example</title>
  +        </meta-info>
  +        <category>persistence</category>
  +    </portlet-entry>
  +    <portlet-entry name="SecurityExample" hidden="false" type="ref" parent="Velocity" application="false">
  +        <security-ref parent="user-view_admin-all"/>
  +        <meta-info>
  +            <title>SecurityExample</title>
  +            <description>Simple Security Example</description>
  +        </meta-info>
  +        <parameter name="template" value="SecurityExample" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>demo</category>
  +        <category>velocity.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="BloomingtonWeather" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  +        <meta-info>
  +            <title>Weather - Bloomington,IN</title>
  +            <description>Current weather conditions</description>
  +        </meta-info>
  +        <parameter name="template" value="weather" hidden="false"/>
  +        <parameter name="customizeTemplate" value="weather-customize" hidden="false"/>
  +        <parameter name="action" value="portlets.WeatherAction" hidden="false"/>
  +        <parameter name="weather_city" value="Bloomington" hidden="false"/>
  +        <parameter name="weather_state" value="IN" hidden="false"/>
  +        <parameter name="weather_style" value="infobox" hidden="false"/>
  +        <media-type ref="html"/>
  +        <category>weather</category>
  +    </portlet-entry>
  +    <portlet-entry name="IstanbulWeather" hidden="false" type="ref" parent="CustomizerVelocity" application="false">
  +        <meta-info>
  +            <title>Weather - Istanbul,Turkey</title>
  +            <description>Current weather conditions</description>
  +        </meta-info>
  +        <parameter name="template" value="weather" hidden="false"/>
  +        <parameter name="customizeTemplate" value="weather-customize" hidden="false"/>
  +        <parameter name="action" value="portlets.WeatherAction" hidden="false"/>
  +        <parameter name="weather_station" value="17060" hidden="false"/>
  +        <parameter name="weather_style" value="infobox" hidden="false"/>
  +        <parameter name="_showtitlebar" value="false" hidden="true"/>
  +        <media-type ref="html"/>
  +        <category>weather</category>
  +    </portlet-entry>
  +    <portlet-entry name="parameter_demo" hidden="false" type="ref" parent="JSP" application="false">
  +        <meta-info>
  +            <title>Parameter Styles Demo</title>
  +            <description>Examples of defining parameter styles</description>
  +        </meta-info>
  +        <parameter name="template" value="parameter-demo-portlet.jsp" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="sort" value="Symbol" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>Sort</title>
  +                <description>Column to sort by</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="sort.style" value="ListBox" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="sort.style.items" value="Symbol,Volume,PChange" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="columns" value="Symbol,Quote,Date,Time,Change,PChange,Open,High,Low,Volume" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>Columns</title>
  +                <description>Columns to display</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="columns.style.items" value="Symbol,Quote,Date,Time,Change,PChange,Open,High,Low,Volume" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="columns.style.layout" value="$eastwest" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="columns.style" value="CheckBoxGroup" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="symbols" value="MSFT,ORCL,SUNW,EMC,INTU" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>Symbols</title>
  +                <description>List of comma-separated stock symbols</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="symbols.style" value="TextArea" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="date1" value="Jul-14-1789" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>Bastille Day</title>
  +                <description>Date with popup calendar. Format pattern: mmm-dd-yyyy</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="date1.style" value="PopupCalendar" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="date1.style.format" value="mmm-d-yyyy" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="date2" value="06/18/1812" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>Battle of Waterloo</title>
  +                <description>Date with popup calendar. Format pattern: mm/dd/yyyy</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="date2.style" value="PopupCalendar" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="date2.style.format" value="mm/dd/yyyy" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="password" value="secret" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>Velocity Password</title>
  +                <description>Velocity based password presentation style. Note that this presentation style does not require any custom objects in the context and therefore we can use VelocityParameterPresentationStyle. If custom objects were required, you would extend VelocityParameterPresentationStyle and override buildContext method.</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="password.style" value="VelocityParameterPresentationStyle" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="password.style.template" value="Password.vm" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="password1" value="secret" type="style" hidden="false" cachedOnName="true" cachedOnValue="true">
  +            <meta-info>
  +                <title>JSP Password</title>
  +                <description>JSP based password presentation style. Note that this presentation style does not require any custom objects in the context and therefore we can use JspParameterPresentationStyle. If custom objects were required, you would extend JspParameterPresentationStyle and override buildContext method.</description>
  +            </meta-info>
  +        </parameter>
  +        <parameter name="password1.style" value="JspParameterPresentationStyle" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <parameter name="password1.style.template" value="Password.jsp" hidden="true" cachedOnName="true" cachedOnValue="true"/>
  +        <media-type ref="html"/>
  +        <url cachedOnURL="true"/>
  +        <category group="Jetspeed">demo</category>
  +        <category group="Jetspeed">jsp.demo</category>
  +    </portlet-entry>
  +    <portlet-entry name="BBCFrontPage" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>BBC Front Page News</title>
  +        </meta-info>
  +        <url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/front_page/rss091.xml</url>
  +        <category>news</category>
  +        <category>news.frontpage</category>
  +        <category>news.headlines</category>
  +    </portlet-entry>
  +    <portlet-entry name="BBCTechnology" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>BBC Technology News</title>
  +        </meta-info>
  +        <url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/technology/rss091.xml</url>
  +        <category>news</category>
  +        <category>news.technology</category>
  +    </portlet-entry>
  +    <portlet-entry name="BBCUK" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>BBC UK News</title>
  +        </meta-info>
  +        <url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/uk/rss091.xml</url>
  +        <category>news</category>
  +        <category>news.uk</category>
  +    </portlet-entry>
  +    <portlet-entry name="BBCWorld" hidden="false" type="ref" parent="RSS" application="false">
  +        <meta-info>
  +            <title>BBC World News</title>
  +        </meta-info>
  +        <url>http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/world/rss091.xml</url>
  +        <category>news</category>
  +        <category>news.world</category>
  +    </portlet-entry>
  +    <portlet-entry name="JakartaWeb" hidden="false" type="ref" parent="WebPagePortlet2" application="false">
  +        <meta-info>
  +            <title>JakartaWeb</title>
  +            <description>Jakarta Home Page</description>
  +        </meta-info>
  +        <url>http://jakarta.apache.org/</url>
  +        <category>sites</category>
  +    </portlet-entry>
   </registry>
  
  
  
  1.28      +7 -0      jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg
  
  Index: portlets.xreg
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/portlets.xreg,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- portlets.xreg	17 Sep 2002 20:11:55 -0000	1.27
  +++ portlets.xreg	29 Oct 2002 18:35:53 -0000	1.28
  @@ -105,6 +105,13 @@
           <category>web</category>
           <category>proxy</category>
       </portlet-entry>
  +    <portlet-entry name="WebPagePortlet2" hidden="false" type="abstract" application="false">
  +        <security-ref parent="default"/>
  +        <classname>org.apache.jetspeed.portal.portlets.WebPagePortlet2</classname>
  +        <media-type ref="html"/>
  +        <category>web</category>
  +        <category>proxy</category>
  +    </portlet-entry>
       <portlet-entry name="LinkPortlet" hidden="false" type="abstract" application="false">
           <security-ref parent="default"/>
           <classname>org.apache.jetspeed.portal.portlets.LinkPortlet</classname>
  
  
  

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