Modified: portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml?rev=1731003&r1=1731002&r2=1731003&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/portlet.xml Thu Feb 18 04:32:58 2016 @@ -1,2934 +1,3136 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You 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. - --> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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. +--> <portlet-app id='j2-admin' - xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" - version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"> - - <portlet id="LoginPortlet"> - <description>Logs a user on to the Jetspeed portal by entering a - username and password. Authenticates using full Jetspeed Active - Authentication.</description> - <description xml:lang="ja"> - ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ããå ¥åãã¦ãã¦ã¼ã¶ã¼ããã¼ã¿ã«ã«ãã°ã¤ã³ã§ãã¾ããã¢ã¯ãã£ãèªè¨¼ãå©ç¨ãã¦èªè¨¼ãã¾ãã</description> - <portlet-name>LoginPortlet</portlet-name> - <display-name>Login with Active Authentication</display-name> - <display-name xml:lang="ja">ã¢ã¯ãã£ãèªè¨¼ãç¨ãããã°ã¤ã³</display-name> - <display-name xml:lang="zh">ç»é</display-name> - <display-name xml:lang="zh-TW">ç»é¸</display-name> - <portlet-class> - org.apache.portals.bridges.common.GenericServletPortlet</portlet-class> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/security/login/login.jsp</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>system-lock-screen.png</value> - </init-param> - <!-- - expiration cache must be zero (disabled) since we bypass normal - portlet api - --> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle> - <portlet-info> - <title>Login</title> - <short-title>Login</short-title> - <keywords>login,security,management,admin</keywords> - </portlet-info> - </portlet> - - <portlet id="LoginPortletForXHTMLBasic"> - <description>Logs a user on to the Jetspeed portal by entering a - username and password in an XHTML form. Authenticates using full - Jetspeed Active Authentication.</description> - <description xml:lang="ja"> - XHTMLãã©ã¼ã ã§ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ããå ¥åãã¦ãã¦ã¼ã¶ã¼ããã¼ã¿ã«ã«ãã°ã¤ã³ã§ãã¾ããã¢ã¯ãã£ãèªè¨¼ãå©ç¨ãã¦èªè¨¼ãã¾ãã</description> - <portlet-name>LoginPortletForXHTMLBasic</portlet-name> - <display-name>Login with Active Authentication (XHTML Basic)</display-name> - <display-name xml:lang="ja">ã¢ã¯ãã£ãèªè¨¼ãç¨ãããã°ã¤ã³(XHTML - Basicç¨)</display-name> - <display-name xml:lang="zh">åºäºXHTMLçç»éPortlet</display-name> - <display-name xml:lang="zh-TW">åºæ¼XHTMLçç»é¸Portlet</display-name> - <portlet-class> - org.apache.portals.bridges.common.GenericServletPortlet</portlet-class> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/security/login/login-xhtmlbasic.jsp</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>system-lock-screen.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle> - <portlet-info> - <title>Login</title> - <short-title>Login</short-title> - <keywords>login,security,management,admin</keywords> - </portlet-info> - </portlet> - - <portlet id="OpenIDLoginPortlet"> - <description> - Logs a user on to the Jetspeed portal using an OpenID Provider - and a built in Relaying Party servlet implmentation. Copies - and maintains user information in Jetspeed user data on login. - </description> - <portlet-name>OpenIDLoginPortlet</portlet-name> - <display-name>OpenID Login Portlet</display-name> - <portlet-class>org.apache.jetspeed.portlets.openid.OpenIDLoginPortlet</portlet-class> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/security/login/openid-login.jsp</value> - </init-param> - <init-param> - <name>EditPage</name> - <value>/WEB-INF/security/login/openid-login-prefs.jsp</value> - </init-param> - <init-param> - <description>Display names for OpenID provider buttons.</description> - <name>providerLabels</name> - <value>Gmail, Yahoo!, myOpenID</value> - </init-param> - <init-param> - <description>Domain names for OpenID provider buttons.</description> - <name>providerDomains</name> - <value>gmail.com, yahoo.com, myopenid.com</value> - </init-param> - <init-param> - <description>Enable OpenID provider or URL entry.</description> - <name>enableOpenIDEntry</name> - <value>true</value> - </init-param> - <init-param> - <description>Enable portlet init parameter registration configuration.</description> - <name>enableRegistrationConfig</name> - <value>false</value> - </init-param> - <init-param> - <description>Global enable new user registration.</description> - <name>enableRegistration</name> - <value>true</value> - </init-param> - <init-param> - <description>Global new user template directory to be used for registration.</description> - <name>newUserTemplateDirectory</name> - <value>/_template/new-user/</value> - </init-param> - <init-param> - <description>Global subsite root folder to be used for registration.</description> - <name>subsiteRootFolder</name> - <value></value> - </init-param> - <init-param> - <description>Global roles to be assigned at registration.</description> - <name>roles</name> - <value>user</value> - </init-param> - <init-param> - <description>Global groups to be assigned at registration.</description> - <name>groups</name> - <value></value> - </init-param> - <init-param> - <description>Global profiling rule names to be assigned at registration.</description> - <name>rulesNames</name> - <value>page</value> - </init-param> - <init-param> - <description>Global profiling rule values to be assigned at registration.</description> - <name>rulesValues</name> - <value>j2</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>system-lock-screen.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - <portlet-mode>edit_defaults</portlet-mode> - </supports> - <resource-bundle>org.apache.jetspeed.portlets.security.resources.OpenIDLoginResources</resource-bundle> - <portlet-info> - <title>OpenID Login</title> - <short-title>OpenID Login</short-title> - <keywords>openid,login,security,management,admin</keywords> - </portlet-info> - <portlet-preferences> - <!-- Display names for OpenID provider buttons. --> - <preference> - <name>providerLabels</name> - <value>Gmail, Yahoo!, myOpenID</value> - </preference> - <!-- Domain names for OpenID provider buttons. --> - <preference> - <name>providerDomains</name> - <value>gmail.com, yahoo.com, myopenid.com</value> - </preference> - <!-- Enable OpenID provider or URL entry. --> - <preference> - <name>enableOpenIDEntry</name> - <value>true</value> - </preference> - <!-- Enable portlet preferences registration configuration. --> - <preference> - <name>enableRegistrationConfig</name> - <value>false</value> - </preference> - <!-- New user registration. --> - <preference> - <name>enableRegistration</name> - <value>true</value> - </preference> - <!-- New user template directory to be used for registration. --> - <preference> - <name>newUserTemplateDirectory</name> - <value>/_template/new-user/</value> - </preference> - <!-- Subsite root folder to be used for registration. --> - <preference> - <name>subsiteRootFolder</name> - <value></value> - </preference> - <!-- Roles to be assigned at registration. --> - <preference> - <name>roles</name> - <value>user</value> - </preference> - <!-- Groups to be assigned at registration. --> - <preference> - <name>groups</name> - <value></value> - </preference> - <!-- Profiling rule names to be assigned at registration. --> - <preference> - <name>rulesNames</name> - <value>page</value> - </preference> - <!-- Profiling rule values to be assigned at registration. --> - <preference> - <name>rulesValues</name> - <value>j2</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet id="ChangePasswordPortlet"> - <description>Portlet for changing the password of the - current, logged on user.</description> - <description xml:lang="ja">ç¾å¨ãã°ã¤ã³ä¸ã®ã¦ã¼ã¶ã¼ãã¹ã¯ã¼ãã夿´ãã¾ãã</description> - <description xml:lang="zh">æ´æ¹å½åç»éç¨æ·çå¯ç ã</description> - <description xml:lang="zh-TW">æ´æ¹ç¶åç»é¸ç¨æ¶çå¯ç¢¼ã</description> - <portlet-name>ChangePasswordPortlet</portlet-name> - <display-name>Change Password</display-name> - <display-name xml:lang="ja">ãã¹ã¯ã¼ã夿´</display-name> - <display-name xml:lang="zh">æ´æ¹å¯ç </display-name> - <display-name xml:lang="zh-TW">æ´æ¹å¯ç¢¼</display-name> - <portlet-class> - org.apache.jetspeed.portlets.security.ChangePasswordPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/security/chgpwd/change-password.jsp</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>application-certificate.png</value> - </init-param> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>nl</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.ChgPwdResources</resource-bundle> - <portlet-info> - <title>Change Password</title> - <short-title>Change Password</short-title> - <keywords>security,user,password,admin,login</keywords> - </portlet-info> - </portlet> - - <portlet id="SSOChangePasswordPortlet"> - <description>You can edit SSO Site Credentials.</description> - <description xml:lang="ja">SSO ç¾å¨ãã°ã¤ã³ä¸ã®ã¦ã¼ã¶ã¼ãã¹ã¯ã¼ãã夿´ãã¾ãã</description> - <description xml:lang="zh">SSO æ´æ¹å½åç»éç¨æ·çå¯ç ã</description> - <description xml:lang="zh-TW">SSO æ´æ¹ç¶åç»é¸ç¨æ¶çå¯ç¢¼ã</description> - <portlet-name>SSOChangePasswordPortlet</portlet-name> - <display-name>SSO Change Password</display-name> - <display-name xml:lang="ja">SSO ãã¹ã¯ã¼ã夿´</display-name> - <display-name xml:lang="zh">SSO æ´æ¹å¯ç </display-name> - <display-name xml:lang="zh-TW">SSO æ´æ¹å¯ç¢¼</display-name> - <portlet-class>org.apache.jetspeed.portlets.security.sso.SSOChangePasswordPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/security/sso/sso-changepwd-view.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>application-certificate.png</value> - </init-param> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.SSOChangePasswordResources</resource-bundle> - <portlet-info> - <title>SSO Change Password</title> - <short-title>SSO Change Password</short-title> - <keywords>security,user,password,sso,admin,login</keywords> - </portlet-info> - </portlet> - - <portlet id="SSOBrowserPortlet"> - <description>SSO Sites Browser displays a list of all configured - SSO sites in the portal. From here you can select SSO Sites for - editing. Place this portlet on the same page as the SSO Details - portlet.</description> - <description xml:lang="ja">SSO - ãµã¤ããã©ã¦ã¶ãã¼ãã¬ããã¯ããã¼ã¿ã«å ã®æ§æãããããã¹ã¦ã® SSO ãµã¤ãã®ä¸è¦§ã表示ãã¾ãããããããç·¨éããã SSO - ãµã¤ãã鏿ã§ãã¾ãã</description> - <description xml:lang="zh">SSO ç«ç¹æµè§ Portlet</description> - <description xml:lang="zh-TW">SSO ç«é»æµè¦½ Portlet</description> - <portlet-name>SSOBrowserPortlet</portlet-name> - <display-name>SSO Sites Browser</display-name> - <display-name xml:lang="ja">SSO ãµã¤ããã©ã¦ã¶</display-name> - <display-name xml:lang="zh">æµè§SSOç«ç¹</display-name> - <display-name xml:lang="zh-TW">æµè¦½SSOç«é»</display-name> - <portlet-class>org.apache.jetspeed.portlets.security.sso.SSOBrowser</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/security/sso/sites-view.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>preferences-system-network-proxy.png</value> - </init-param> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - <!-- - not implemented yet <portlet-mode>EDIT</portlet-mode> - <portlet-mode>HELP</portlet-mode> - --> - </supports> - <supported-locale>en</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.SSOResources</resource-bundle> - <portlet-info> - <title>SSO Sites</title> - <short-title>Sites</short-title> - <keywords>admin,security,site,SSO</keywords> - </portlet-info> - </portlet> - - <portlet id="SSODetailsPortlet"> - <description>The SSO Site Details portlet edits the credentials - and site location for a single SSO Site. Place this portlet on the - same page as the SSO Browser portlet.</description> - <description xml:lang="ja">SSO ãµã¤ã詳細ãã¼ãã¬ããã¯ãSSO - ãµã¤ãç¨ã®è³æ ¼ããã³ãµã¤ãã®å ´æãç·¨éã§ãã¾ãããã®ãã¼ãã¬ããã¯ãSSOãã©ã¦ã¶ãã¼ãã¬ããã¨åããã¼ã¸ã«ç½®ãã¦ãã ããã</description> - <description xml:lang="zh">SSO 详æ Portlet</description> - <description xml:lang="zh-TW">SSO 詳æ Portlet</description> - <portlet-name>SSODetailsPortlet</portlet-name> - <display-name>SSO Details</display-name> - <display-name xml:lang="ja">SSO æ å ±è©³ç´°</display-name> - <display-name xml:lang="zh">SSO 详æ </display-name> - <display-name xml:lang="zh-TW">SSO 詳æ </display-name> - <portlet-class>org.apache.jetspeed.portlets.security.sso.SSODetails</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/security/sso/sites-details.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>preferences-system-network-proxy.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - <!-- - not implemented yet <portlet-mode>EDIT</portlet-mode> - <portlet-mode>HELP</portlet-mode> - --> - </supports> - <supported-locale>en</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.SSODetailsResources</resource-bundle> - <portlet-info> - <title>SSO Details</title> - <short-title>SSO Details</short-title> - <keywords>admin,security,site,SSO</keywords> - </portlet-info> - </portlet> - - <portlet id="LocaleSelector"> - <description>Locale Selector is a portlet to select your - preferred locale (language).</description> - <description xml:lang="ja">è¨èªé¸æã¯ã¦ã¼ã¶ã¼ã®ãã±ã¼ã«ã鏿ããããã®ãã¼ãã¬ããã§ãã</description> - <description xml:lang="zh">éæ©ä½ ä½¿ç¨çè¯è¨</description> - <description xml:lang="zh-TW">é¸æä½ ä½¿ç¨çèªè¨</description> - <portlet-name>LocaleSelector</portlet-name> - <display-name>Locale Selector</display-name> - <display-name xml:lang="ja">è¨èªé¸æ</display-name> - <display-name xml:lang="zh">è¯è¨éæ©</display-name> - <display-name xml:lang="zh-TW">èªè¨é¸æ</display-name> - <portlet-class> - org.apache.jetspeed.portlets.localeselector.LocaleSelectorPortlet</portlet-class> - <init-param> - <name>portlet-icon</name> - <value>preferences-desktop-locale.png</value> - </init-param> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.localeselector.resources.LocaleSelectorResources</resource-bundle> - <portlet-info> - <title>Locale Selector</title> - <short-title>This is a portlet to select your preferred locale</short-title> - <keywords>locale,language,tools</keywords> - </portlet-info> - </portlet> - - <portlet id="StatisticsPortlet"> - <description>Provides statistics about portal access hits by - page, portlet, and by user. Statistical results are sorted by - highest hit rate.</description> - <description xml:lang="ja"> - ãã¼ã¸ããã¼ãã¬ãããã¦ã¼ã¶ã¼ãã¨ã®ãã¼ã¿ã«ã¢ã¯ã»ã¹ã«ã¤ãã¦ã®çµ±è¨æ©è½ãæä¾ãã¾ããçµ±è¨çµæã¯ããããå²åãé«ãé ã«ã½ã¼ãããã¾ãã</description> - <description xml:lang="zh">æä¾å ³äºé¨æ·é¡µé¢ãPortletãç¨æ·çç¶æä¿¡æ¯ã</description> - <description xml:lang="zh-TW">æä¾éæ¼éæ¶é é¢ãPortletãç¨æ¶ççæ è³è¨ã</description> - <portlet-name>StatisticsPortlet</portlet-name> - <display-name>Portal Statistics</display-name> - <display-name xml:lang="ja">ãã¼ã¿ã«çµ±è¨</display-name> - <display-name xml:lang="zh">鍿·ç¶æä¿¡æ¯</display-name> - <display-name xml:lang="zh-TW">éæ¶çæ è³è¨</display-name> - <portlet-class> - org.apache.jetspeed.portlets.statistics.StatisticsPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/view/statistics/statistics.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>x-office-spreadsheet.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Portal Statistics</title> - <short-title>Statistics</short-title> - <keywords>admin,statistics,portlets,pages,access</keywords> - </portlet-info> - </portlet> - - <portlet id="ForgottenPasswordPortlet"> - <description>Provides users with the ability to request a - new password to be sent to their email address.</description> - <description xml:lang="ja"> - ã¦ã¼ã¶ã¼ã«æ°è¦ãã¹ã¯ã¼ããã¡ã¼ã«ã¢ãã¬ã¹ã«éä¿¡è¦æ±ãããæ©è½ãæä¾ãã¾ãã</description> - <description xml:lang="zh">å¿è®°å¯ç ï¼ä½¿ç¨é®ä»¶åéæ°çå¯ç ç»ç¨æ·ã</description> - <description xml:lang="zh-TW">å¿è¨å¯ç¢¼ï¼ä½¿ç¨éµä»¶ç¼éæ°çå¯ç¢¼çµ¦ç¨æ¶ã</description> - <portlet-name>ForgottenPasswordPortlet</portlet-name> - <display-name>Forgotten Password Portlet</display-name> - <display-name xml:lang="ja">ãã¹ã¯ã¼ãåçºè¡ãã¼ãã¬ãã</display-name> - <display-name xml:lang="zh">å¿è®°å¯ç </display-name> - <display-name xml:lang="zh-TW">å¿è¨å¯ç¢¼</display-name> - <portlet-class> - org.apache.jetspeed.portlets.registration.ForgottenPasswordPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/view/userreg/forgottenPasswd.vm</value> - </init-param> - <init-param> - <description>This parameter sets the template used to send the - Email for Forgotten password</description> - <name>emailTemplateLocation</name> - <value>/WEB-INF/view/userreg/</value> - </init-param> - <init-param> - <description>This parameter sets the template used to send the - Email for Forgotten password</description> - <name>emailTemplateName</name> - <value>forgottenPasswdEmail.vm</value> - </init-param> - <init-param> - <description>This parameter sets the url to which folks will - return after they receive an email</description> - <name>returnURL</name> - <!-- - the current system simply return the user to the default page - where this portlet provides feedback - --> - <value>/</value> - </init-param> - <init-param> - <description>This parameter sets the URL to which people will - go after they successfully complete their form for forgotten - password</description> - <name>redirectPath</name> - <!-- - the current system simply return the user to the default page - where this portlet provides feedback - --> - <value>/</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>application-certificate.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.registration.resources.ForgottenPasswordResources</resource-bundle> - <portlet-info> - <title>Forgotten Password</title> - <short-title>Forgotten Password</short-title> - <keywords>tools,users,password,forgotten,lost,passwd</keywords> - </portlet-info> - </portlet> - - <portlet id="ForgottenPasswordReturnPortlet"> - <description>Provides users with the ability to click and - update their password automatically after completing the user - registration process.</description> - <description xml:lang="ja">ã¦ã¼ã¶ã¼ç»é²å®äºå¾ã«ãã¹ã¯ã¼ããæ´æ°ããæ©è½ãæä¾ãã¾ãã</description> - <description xml:lang="zh">å¿è®°å¯ç ï¼ä½¿ç¨emailåéæ´æ°å¯ç çè¿æ¥ã</description> - <description xml:lang="zh-TW">å¿è¨å¯ç¢¼ï¼ä½¿ç¨emailç¼éæ´æ°å¯ç¢¼ç飿¥ã</description> - <portlet-name>ForgottenPasswordReturnPortlet</portlet-name> - <display-name>Forgotten Password Return Portlet</display-name> - <display-name xml:lang="ja">ãã¹ã¯ã¼ãåçºè¡åä»ãã¼ãã¬ãã</display-name> - <display-name xml:lang="zh">å¿è®°å¯ç </display-name> - <display-name xml:lang="zh-TW">å¿è¨å¯ç¢¼</display-name> - <portlet-class> - org.apache.jetspeed.portlets.registration.ForgottenPasswordPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/view/userreg/forgottenPasswdReturn.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>application-certificate.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <portlet-info> - <title>Forgotten Password Return</title> - <short-title>forgot PS return</short-title> - <keywords>password</keywords> - </portlet-info> - </portlet> - - - <portlet id="UserRegistrationPortlet"> - <description>Provides users with the ability register as a - new user with the portal.</description> - <description xml:lang="ja">ã¦ã¼ã¶ã¼ã«ãã¼ã¿ã«ã®æ°è¦ç»é²ããæ©è½ãæä¾ãã¾ãã</description> - <description xml:lang="zh">注åä¸ä¸ªæ°ç鍿·ç¨æ·</description> - <description xml:lang="zh-TW">註åä¸åæ°çéæ¶ç¨æ¶</description> - <portlet-name>UserRegistrationPortlet</portlet-name> - <display-name>User Registration Portlet</display-name> - <display-name xml:lang="ja">ã¦ã¼ã¶ã¼ç»é²ãã¼ãã¬ãã</display-name> - <display-name xml:lang="zh">ç¨æ·æ³¨å</display-name> - <display-name xml:lang="zh-TW">ç¨æ¶è¨»å</display-name> - <portlet-class> - org.apache.jetspeed.portlets.registration.UserRegistrationPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/view/userreg/userRegistration.vm</value> - </init-param> - <init-param> - <name>EditPage</name> - <value>/WEB-INF/view/edit-prefs.vm</value> - </init-param> - <init-param> - <description>This option will generate a new password for each - user registration</description> - <name>Option_Generate_Passwords</name> - <value>false</value> - </init-param> - <init-param> - <description>This option will force email address to be system - wide unique</description> - <name>Option_Emails_System_Unique</name> - <value>true</value> - </init-param> - <init-param> - <description>This option will use the email address as the - username</description> - <name>Option_Use_Email_As_Username</name> - <value>false</value> - </init-param> - <init-param> - <description>This parameter sets the url to which folks will - return after they receive an email</description> - <name>returnURL</name> - <!-- - the current system simply return the user to the default page - where this portlet provides feedback - --> - <value>/</value> - </init-param> - <init-param> - <description>This parameter sets the URL to which people will - go after they - successfully complete their form for forgotten - password</description> - <name>redirectPath</name> - <!-- - the current system simply return the user to the default page - where this portlet provides feedback - --> - <value>/</value> - </init-param> - <init-param> - <description>This is the template in which you setup an email - to be sent after user exists</description> - <name>emailTemplateLocation</name> - <value>/WEB-INF/view/userreg/</value> - </init-param> - <init-param> - <description>This is the template in which you setup an email - to be sent after user exists</description> - <name>emailTemplateName</name> - <value>userRegistrationEmail.vm</value> - </init-param> - <init-param> - <description>Profiling rules to be assigned at - registration.</description> - <name>rulesNames</name> - <value>page</value> - </init-param> - <init-param> - <description>Profiling rules to be assigned at - registration.</description> - <name>rulesValues</name> - <value>j2</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>start-here.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - <portlet-mode>EDIT</portlet-mode> - <!-- support custom edit_defaults mode --> - <portlet-mode>edit_defaults</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.registration.resources.UserRegistrationResources</resource-bundle> - <portlet-info> - <title>User Registration</title> - <short-title>User Registration</short-title> - <keywords>admin,password,register,signup,user</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>SendEmail</name> - <value>false</value> - </preference> - <preference> - <name>newUserTemplateDirectory</name> - <value>/_template/new-user/</value> - </preference> - <preference> - <name>subsiteRootFolder</name> - <value></value> - </preference> - <preference> - <name>roles</name> - <value>user</value> - </preference> - <preference> - <name>groups</name> - <value></value> - </preference> - <preference> - <name>rulesNames</name> - <value>page</value> - </preference> - <preference> - <name>rulesValues</name> - <value>j2</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet id="PortalLoginPortlet"> - <description>Logs a user on to the Jetspeed portal by entering a - username and password. Authentication bypasses JAAS and active - authentication.</description> - <description xml:lang="ja"> - ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ããå ¥åãã¦ãã¦ã¼ã¶ã¼ããã¼ã¿ã«ã«ãã°ã¤ã³ã§ãã¾ããJAAS ããã³ã¢ã¯ãã£ãèªè¨¼ãåé¿ããèªè¨¼ã§ãã</description> - <portlet-name>PortalLoginPortlet</portlet-name> - <display-name>Portal Login (Basic)</display-name> - <display-name xml:lang="ja">ãã¼ã¿ã«ãã°ã¤ã³</display-name> - <display-name xml:lang="zh">鍿·ç»é</display-name> - <display-name xml:lang="zh-TW">éæ¶ç»é¸</display-name> - <portlet-class> - org.apache.portals.bridges.common.GenericServletPortlet</portlet-class> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/security/login/portal-login.jsp</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>system-lock-screen.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supports> - <mime-type>text/vnd.wap.wml</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.LoginResources</resource-bundle> - <portlet-info> - <title>Portal Login</title> - <short-title>Login</short-title> - <keywords>admin,security,users,login</keywords> - </portlet-info> - </portlet> - - <portlet id="SecurityPermissionsPortlet"> - <description>Policy Editor for managing the Jetspeed JAAS - Security Policy. The policy is a standard Java security policy - (JAAS), stored in a database. Portlet, page, and folder - permissions are managed here.</description> - <description xml:lang="ja">JAAS - ã»ãã¥ãªãã£ããªã·ã¼ã管çããããªã·ã¼ã¨ãã£ã¿ã§ããããªã·ã¼ã¯Java - ã»ãã¥ãªãã£ããªã·ã¼(JAAS)æ¨æºã§ããã¼ã¿ãã¼ã¹ã«æ ¼ç´ããã¾ãããã¼ãã¬ããããã¼ã¸ããã³ãã©ã«ãã®ãã¼ããã·ã§ã³ã¯ããã§ç®¡çã§ãã¾ãã</description> - <portlet-name>SecurityPermissionsPortlet</portlet-name> - <display-name>Security Permission Policy</display-name> - <display-name xml:lang="ja">ã»ãã¥ãªãã£ãã¼ããã·ã§ã³ããªã·ã¼</display-name> - <portlet-class> - org.apache.jetspeed.portlets.security.permissions.SecurityPermissionsPortlet</portlet-class> - <init-param> - <name>dojo.requires.core</name> - <value> - dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.LayoutContainer;dojo.widget.ContentPane;dojo.widget.SplitContainer;dojo.widget.TabContainer;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.Button;dojo.widget.Menu2;jetspeed.widget.EditorTable</value> - </init-param> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/security/permissions/view.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>lock.png</value> - </init-param> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - <portlet-mode>EDIT</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Security Permissions</title> - <short-title>Permissions</short-title> - <keywords>admin,security,permission,policy,JAAS</keywords> - </portlet-info> - </portlet> - - <portlet id="SecurityConstraintsPortlet"> - <description>Declarative Security Constraint editor. - Manages PSML global security constraints to grant or deny access - to pages and folders.</description> - <description xml:lang="ja"> - 宣è¨çã»ãã¥ãªãã£å¶éã¨ãã£ã¿ã§ãããã¼ã¸ã¨ãã©ã«ãã¸ã®ã¢ã¯ã»ã¹ã許å¯ã¾ãã¯æå¦ããããã®PSMLã°ãã¼ãã«ã»ãã¥ãªãã£å¶éã管çãã¾ãã</description> - <portlet-name>SecurityConstraintsPortlet</portlet-name> - <display-name>PSML Security Constraints</display-name> - <display-name xml:lang="ja">PSMLã»ãã¥ãªãã£å¶é</display-name> - <portlet-class>org.apache.portals.gems.dojo.DojoSpringMVCPortlet</portlet-class> - <init-param> - <name>contextConfigLocation</name> - <value>/WEB-INF/springmvc/context/portlet/constraints.xml</value> - </init-param> - <init-param> - <name>dojo.requires.core</name> - <value> - dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer</value> - </init-param> - <init-param> - <name>dojo.requires.modules</name> - <value>jetspeed.widget.EditorTable;jetspeed.common</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>lock.png</value> - </init-param> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>view</portlet-mode> - </supports> - <resource-bundle> - org.apache.jetspeed.portlets.security.resources.Constraints</resource-bundle> - <portlet-info> - <title>Security Constraints</title> - <short-title>Constraints</short-title> - <keywords>admin,security,constraint,policy,page</keywords> - </portlet-info> - </portlet> - - <portlet id="DateTimePortlet"> - <description>Display the date and time in a simple string - format.</description> - <description xml:lang="ja">ç°¡åãªæååãã©ã¼ãããã§æ¥ä»ã¨æéã表示ãã¾ãã</description> - <portlet-name>DateTimePortlet</portlet-name> - <display-name>Date Time Portlet</display-name> - <display-name xml:lang="ja">æ¥ä»ãã¼ãã¬ãã</display-name> - <portlet-class> - org.apache.portals.bridges.common.GenericServletPortlet</portlet-class> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/view/datetime.jsp</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>appointment-new.png</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Date Time</title> - <short-title>Time</short-title> - <keywords>tools,date,time</keywords> - </portlet-info> - </portlet> - - <portlet id="CategoryPortletSelector"> - <description>Portlet Selector for adding portlets to your - page. Categories classify portlets by indexed keywords to help - users find portlets.</description> - <description xml:lang="ja"> - ãã¼ã¸ã«ãã¼ãã¬ãããå¡ãããã¼ãã¬ãã鏿ã§ããã«ãã´ãªã¯ããã¼ãã¬ãããæ¤ç´¢ããããã«å½¹ç«ã¤ç´¢å¼ããããã¼ã¯ã¼ãã§ãã¼ãã¬ãããåé¡ãã¦ãã¾ãã</description> - <portlet-name>CategoryPortletSelector</portlet-name> - <display-name>Portlet Selector</display-name> - <display-name xml:lang="ja">ãã¼ãã¬ãã鏿</display-name> - <portlet-class> - org.apache.jetspeed.portlets.selector.CategoryPortletSelector</portlet-class> - <init-param> - <name>dojo.js.relative.url</name> - <value>/javascript/dojo/dojo.js</value> - </init-param> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/view/selectors/category-portlet-selector.vm</value> - </init-param> - <init-param> - <name>EditPage</name> - <value>/WEB-INF/view/selectors/category-edit-selector.vm</value> - </init-param> - <init-param> - <name>HeaderPage</name> - <value>/WEB-INF/view/selectors/category-portlet-header.vm</value> - </init-param> - <init-param> - <name>dojo.requires.core</name> - <value> - dojo.lang.*;dojo.event.*;dojo.io.*;dojo.widget.*;dojo.widget.Tree;dojo.widget.Button;dojo.widget.Checkbox;dojo.widget.Dialog;dojo.widget.TabContainer;dojo.widget.ContentPane;dojo.widget.LayoutContainer</value> - </init-param> - <init-param> - <name>dojo.requires.modules</name> - <value>jetspeed.common;jetspeed.selector</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>portlet-add.png</value> - </init-param> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>view</portlet-mode> - <portlet-mode>edit</portlet-mode> - </supports> - <resource-bundle> - org.apache.jetspeed.portlets.selector.resources.PortletSelector</resource-bundle> - <portlet-info> - <title>Portlet Selector</title> - <short-title>Select</short-title> - <keywords>admin,registry,selector,choose,portlets,add,customize</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>Categories</name> - <value> - Administration,Finance,Fun,News,Security,Sports,Technology,Tools,Tutorial</value> - </preference> - <preference> - <name>Keywords:Administration</name> - <value>admin,management</value> - </preference> - <preference> - <name>Keywords:Finance</name> - <value>finance,stock,market,money,quote</value> - </preference> - <preference> - <name>Keywords:Fun</name> - <value>fun,game,cool</value> - </preference> - <preference> - <name>Keywords:News</name> - <value>news,RSS,feed,headline</value> - </preference> - <preference> - <name>Keywords:Security</name> - <value>security</value> - </preference> - <preference> - <name>Keywords:Sports</name> - <value>sport,football,baseball,hockey,soccer,golf,tennis</value> - </preference> - <preference> - <name>Keywords:Technology</name> - <value>technology,computer,web</value> - </preference> - <preference> - <name>Keywords:Tools</name> - <value>tools,desktop,weather</value> - </preference> - <preference> - <name>Keywords:Tutorial</name> - <value>demo,learn,tutorial,programming</value> - </preference> - <preference> - <name>Columns</name> - <value>4</value> - </preference> - <preference> - <name>Rows</name> - <value>5</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet id="SitemapView"> - <description>A read only view of the site map available to the - current user</description> - <description xml:lang="ja"> - ç¾å¨ã®ã¦ã¼ã¶ã¼ã§å©ç¨å¯è½ãªãµã¤ããããããªã¼ããªã³ãªã¼ã§è¡¨ç¤ºãã¾ãã</description> - <portlet-name>SitemapView</portlet-name> - <display-name>Sitemap View</display-name> - <display-name xml:lang="ja">ãµã¤ãããã表示</display-name> - <portlet-class> - org.apache.portals.bridges.velocity.GenericVelocityPortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in view - mode.</description> - <name>ViewPage</name> - <value>/WEB-INF/view/site/sitemap.vm</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>system-file-manager.png</value> - </init-param> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>pt</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.site.resources.Sitemap</resource-bundle> - <portlet-info> - <title>Site Map View</title> - <short-title>Site</short-title> - <keywords>site,sitemap,map,portal,view</keywords> - </portlet-info> - </portlet> - - <portlet id="portalSiteManager"> - <description>The Portal Site Manager displays a hierarchical view - of the entire portal site. From here you can add, edit, and delete - folders, links, and pages.</description> - <description xml:lang="ja"> - ãã¼ã¿ã«ãµã¤ãããã¼ã¸ã£ã¯ããã¼ã¿ã«ãµã¤ãå ¨ä½ã®é層çãªè¡¨ç¤ºãæä¾ãã¾ããããããããã©ã«ãããªã³ã¯ããã³ãã¼ã¸ã追å ã»åå·ã»åé¤ãããã¨ãã§ãã¾ãã</description> - <portlet-name>PortalSiteManager</portlet-name> - <display-name>Portal Site Manager</display-name> - <display-name xml:lang="ja">ãã¼ã¿ã«ãµã¤ãããã¼ã¸ã£</display-name> - <portlet-class> - org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class> - <init-param> - <name>portlet-icon</name> - <value>user-home.png</value> - </init-param> - <init-param> - <name>wicketFilterPath</name> - <value>/portalSiteManager</value> - </init-param> - <init-param> - <name>editPage</name> - <value>/portalSiteManager/builder</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>*/*</mime-type> - <portlet-mode>view</portlet-mode> - <portlet-mode>edit</portlet-mode> - </supports> - <resource-bundle> - org.apache.jetspeed.portlets.site.resources.SiteResources</resource-bundle> - <portlet-info> - <title>Portal Site Manager</title> - <short-title>Site</short-title> - <keywords>admin,site,portal,pages,folders</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>jsRoot</name> - <value>/</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet> - <description>Remote Portlet Application Deployer for Jetspeed.</description> - <description xml:lang="ja">Jetspeedç¨ãªã¢ã¼ããã¼ãã¬ããã¢ããªã±ã¼ã·ã§ã³é å</description> - <portlet-name>RPADPortlet</portlet-name> - <display-name>Remote Portlet Application Deployer</display-name> - <display-name xml:lang="ja">ãªã¢ã¼ããã¼ãã¬ããã¢ããªã±ã¼ã·ã§ã³é å(RPAD)</display-name> - <portlet-class> - org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class> - <init-param> - <name>wicketFilterPath</name> - <value>/rpad</value> - </init-param> - <init-param> - <name>editPage</name> - <value>/rpad/builder</value> - </init-param> - <init-param> - <name>principalParam</name> - <value>user</value> - </init-param> - <expiration-cache>300</expiration-cache> - <supports> - <mime-type>*/*</mime-type> - <portlet-mode>EDIT</portlet-mode> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <supported-locale>ja</supported-locale> - <!-- resource-bundle></resource-bundle --> - <portlet-info> - <title>RPAD</title> - <short-title>RPAD</short-title> - <keywords>RPAD,Portlet Repository</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>PALab</name> - <value>http://pal.sourceforge.jp/portlet-repository.xml</value> - </preference> - <preference> - <name>Apache Portals</name> - <value> - http://www.bluesunrise.com/rpa/portlet-repository-2.2.xml</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet> - <description>Portlet Tracking Manager</description> - <description xml:lang="ja">ãã¼ãã¬ãããã©ããã³ã°ããã¼ã¸ã£</description> - <portlet-name>PortletTracking</portlet-name> - <display-name>Portlet Tracking Manager</display-name> - <display-name xml:lang="ja">ãã¼ãã¬ãããã©ããã³ã°ããã¼ã¸ã£</display-name> - <portlet-class> - org.apache.jetspeed.portlets.tracking.PortletTrackingPortlet</portlet-class> - <init-param> - <name>ViewPage</name> - <value>/WEB-INF/view/tracking/tracking.vm</value> - </init-param> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <!-- resource-bundle></resource-bundle --> - <portlet-info> - <title>Portlet Tracking</title> - <short-title>Tracking</short-title> - <keywords>admin,tracking,out of service</keywords> - </portlet-info> - </portlet> - - <portlet> - <description>Welcome to Jetspeed</description> - <description xml:lang="ja">Jetspeedã«ãããã</description> - <portlet-name>WelcomeToJetspeed</portlet-name> - <display-name>Welcome to Jetspeed</display-name> - <display-name xml:lang="ja">Jetspeedã«ãããã</display-name> - <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <!-- resource-bundle></resource-bundle --> - <portlet-info> - <title>Welcome to Jetspeed</title> - <short-title>Welcome</short-title> - <keywords>welcome,jetspeed</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>file</name> - <value>/WEB-INF/view/info/welcome.html</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet> - <description>About Jetspeed</description> - <description xml:lang="ja">Jetspeedã«ã¤ãã¦</description> - <portlet-name>AboutJetspeed</portlet-name> - <display-name>About Jetspeed</display-name> - <display-name xml:lang="ja">Jetspeedã«ã¤ãã¦</display-name> - <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <!-- resource-bundle></resource-bundle --> - <portlet-info> - <title>About Jetspeed</title> - <short-title>About</short-title> - <keywords>about,jetspeed</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>file</name> - <value>/WEB-INF/view/info/about.html</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet> - <description>Jetspeed Developer Information</description> - <description xml:lang="ja">Jetspeed éçºè æ å ±</description> - <portlet-name>JetspeedDeveloper</portlet-name> - <display-name>Jetspeed Developer Information</display-name> - <display-name xml:lang="ja">Jetspeed éçºè æ å ±</display-name> - <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class> - <expiration-cache>-1</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <!-- resource-bundle></resource-bundle --> - <portlet-info> - <title>Jetspeed Development</title> - <short-title>Development</short-title> - <keywords>developer,development,jetspeed</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>file</name> - <value>/WEB-INF/view/info/developers.html</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet id="CustomConfigModePortlet"> - <description>Provides common custom config mode edit - portlet.</description> - <portlet-name>CustomConfigModePortlet</portlet-name> - <display-name>Custom Config Mode Portlet</display-name> - <portlet-class> - org.apache.jetspeed.portlets.custom.CustomConfigModePortlet</portlet-class> - <init-param> - <description>This parameter sets the template used in config - mode.</description> - <name>ConfigPage</name> - <value>/WEB-INF/view/custom/config-mode.vm</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>config</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <resource-bundle> - org.apache.jetspeed.portlets.custom.resources.CustomConfigModeResources</resource-bundle> - <portlet-info> - <title>Custom Config Mode</title> - <short-title>Config</short-title> - <keywords>admin,config,custom</keywords> - </portlet-info> - </portlet> - - <portlet id="CustomPreviewModePortlet"> - <description>Provides common custom preview mode portlet.</description> - <portlet-name>CustomPreviewModePortlet</portlet-name> - <display-name>Custom Preview Mode Portlet</display-name> - <portlet-class> - org.apache.jetspeed.portlets.custom.CustomPreviewModePortlet</portlet-class> - <init-param> - <name>PreviewPage</name> - <value>/WEB-INF/view/custom/preview-mode.jsp</value> - </init-param> - <expiration-cache>0</expiration-cache> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>preview</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Custom Preview Mode</title> - <short-title>Preview</short-title> - <keywords>admin,preview,custom</keywords> - </portlet-info> - </portlet> - - <portlet> - <description>Content Viewer displays the content of an HTML, - PDF, or other file types from any where on the file system, or - relative to the portlet application.</description> - <portlet-name>ContentViewer</portlet-name> - <display-name>Content Viewer</display-name> - <portlet-class>org.apache.portals.gems.file.FilePortlet</portlet-class> - <init-param> - <name>folder</name> - <value>/WEB-INF</value> - </init-param> - <init-param> - <name>portlet-icon</name> - <value>folder-remote.png</value> - </init-param> - <supports> - <mime-type>text/html</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supports> - <mime-type>application/pdf</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supports> - <mime-type>application/zip</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supports> - <mime-type>text/xml</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supports> - <mime-type>text/csv</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supports> - <mime-type>application/vnd.ms-excel</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Content Viewer</title> - <short-title>Content</short-title> - <keywords>tools,CMS,content,viewer,file</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>file</name> - <value>/_content/menu.html</value> - </preference> - </portlet-preferences> - </portlet> - - <portlet> - <description>The User Browser displays a list of users managed in - this portal. From here you can select users for editing.</description> - <portlet-name>JetspeedPrincipalManagementUserPortlet</portlet-name> - <display-name>Jetspeed Principal User Browser</display-name> - <portlet-class> - org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class> - <init-param> - <name>wicketFilterPath</name> - <value>/jetspeedPrincipalManagement</value> - </init-param> - <init-param> - <name>editPage</name> - <value>/jetspeedPrincipalManagement/builder</value> - </init-param> - <init-param> - <name>principalParam</name> - <value>user</value> - </init-param> - <supports> - <mime-type>*/*</mime-type> - <portlet-mode>VIEW</portlet-mode> - <portlet-mode>EDIT</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>User Browser</title> - <short-title>Users</short-title> - <keywords>admin,security,users</keywords> - </portlet-info> - <portlet-preferences> - <preference> - <name>defaultRole</name> - <value>user</value> - </preference> - <preference> - <name>defaultProfile</name> - <value>j2</value> - </preference> - <preference> - <name>newUserTemplateDirectory</name> - <value>/_template/new-user/</value> - </preference> - <preference> - <name>requiredRole</name> - <value></value> - </preference> - <preference> - <name>subsiteRootFolder</name> - <value>/__subsite-root/_hostname/</value> - </preference> - <preference> - <name>defaultSubsite</name> - <value></value> - </preference> - </portlet-preferences> - </portlet> - <portlet> - <description>The Group Browser displays a list of groups managed - in this portal. From here you can select groups for editing.</description> - <portlet-name>JetspeedPrincipalManagementGroupPortlet</portlet-name> - <display-name>Jetspeed Principal Group Browser</display-name> - <portlet-class> - org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class> - <init-param> - <name>wicketFilterPath</name> - <value>/jetspeedPrincipalManagement</value> - </init-param> - <init-param> - <name>principalParam</name> - <value>group</value> - </init-param> - <supports> - <mime-type>*/*</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Group Browser</title> - <short-title>Groups</short-title> - <keywords>admin,security,groups, group</keywords> - </portlet-info> - </portlet> - <portlet> - <description>The Roles Browser displays a list of roles managed - in this portal. From here you can select roles for editing.</description> - <portlet-name>JetspeedPrincipalManagementRolesPortlet</portlet-name> - <display-name>Jetspeed Principal Roles Browser</display-name> - <portlet-class> - org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class> - <init-param> - <name>wicketFilterPath</name> - <value>/jetspeedPrincipalManagement</value> - </init-param> - <init-param> - <name>principalParam</name> - <value>role</value> - </init-param> - <supports> - <mime-type>*/*</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> - <portlet-info> - <title>Role Browser</title> - <short-title>Roles</short-title> - <keywords>admin,security,roles,role</keywords> - </portlet-info> - </portlet> - - <portlet> - <description>Profiler Administration</description> - <portlet-name>WicketProfilerAdmin</portlet-name> - <display-name>Profiler Administration</display-name> - <portlet-class> - org.apache.wicket.protocol.http.portlet.WicketPortlet</portlet-class> - <init-param> - <name>wicketFilterPath</name> - <value>/profileradmin</value> - </init-param> - <supports> - <mime-type>*/*</mime-type> - <portlet-mode>VIEW</portlet-mode> - </supports> - <supported-locale>en</supported-locale> + xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" + version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"> + + <portlet id="LoginPortlet"> + <description>Logs a user on to the Jetspeed portal by entering a + username and password. Authenticates using full Jetspeed Active + Authentication. + </description> + <description xml:lang="ja"> + ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ããå ¥åãã¦ãã¦ã¼ã¶ã¼ããã¼ã¿ã«ã«ãã°ã¤ã³ã§ãã¾ããã¢ã¯ãã£ãèªè¨¼ãå©ç¨ãã¦èªè¨¼ãã¾ãã + </description> + <portlet-name>LoginPortlet</portlet-name> + <display-name>Login with Active Authentication</display-name> + <display-name xml:lang="ja">ã¢ã¯ãã£ãèªè¨¼ãç¨ãããã°ã¤ã³</display-name> + <display-name xml:lang="zh">ç»é</display-name> + <display-name xml:lang="zh-TW">ç»é¸</display-name> + <portlet-class> + org.apache.portals.bridges.common.GenericServletPortlet + </portlet-class> + <init-param> + <name>ViewPage</name> + <value>/WEB-INF/security/login/login.jsp</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>system-lock-screen.png</value> + </init-param> + <!-- + expiration cache must be zero (disabled) since we bypass normal + portlet api + --> + <expiration-cache>0</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <supported-locale>ja</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.security.resources.LoginResources + </resource-bundle> + <portlet-info> + <title>Login</title> + <short-title>Login</short-title> + <keywords>login,security,management,admin</keywords> + </portlet-info> + </portlet> + + <portlet id="LoginPortletForXHTMLBasic"> + <description>Logs a user on to the Jetspeed portal by entering a + username and password in an XHTML form. Authenticates using full + Jetspeed Active Authentication. + </description> + <description xml:lang="ja"> + XHTMLãã©ã¼ã ã§ã¦ã¼ã¶ã¼åã¨ãã¹ã¯ã¼ããå ¥åãã¦ãã¦ã¼ã¶ã¼ããã¼ã¿ã«ã«ãã°ã¤ã³ã§ãã¾ããã¢ã¯ãã£ãèªè¨¼ãå©ç¨ãã¦èªè¨¼ãã¾ãã + </description> + <portlet-name>LoginPortletForXHTMLBasic</portlet-name> + <display-name>Login with Active Authentication (XHTML Basic)</display-name> + <display-name xml:lang="ja">ã¢ã¯ãã£ãèªè¨¼ãç¨ãããã°ã¤ã³(XHTML + Basicç¨) + </display-name> + <display-name xml:lang="zh">åºäºXHTMLçç»éPortlet</display-name> + <display-name xml:lang="zh-TW">åºæ¼XHTMLçç»é¸Portlet</display-name> + <portlet-class> + org.apache.portals.bridges.common.GenericServletPortlet + </portlet-class> + <init-param> + <name>ViewPage</name> + <value>/WEB-INF/security/login/login-xhtmlbasic.jsp</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>system-lock-screen.png</value> + </init-param> + <expiration-cache>0</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <supported-locale>ja</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.security.resources.LoginResources + </resource-bundle> + <portlet-info> + <title>Login</title> + <short-title>Login</short-title> + <keywords>login,security,management,admin</keywords> + </portlet-info> + </portlet> + + <portlet id="OpenIDLoginPortlet"> + <description> + Logs a user on to the Jetspeed portal using an OpenID Provider + and a built in Relaying Party servlet implmentation. Copies + and maintains user information in Jetspeed user data on login. + </description> + <portlet-name>OpenIDLoginPortlet</portlet-name> + <display-name>OpenID Login Portlet</display-name> + <portlet-class>org.apache.jetspeed.portlets.openid.OpenIDLoginPortlet</portlet-class> + <init-param> + <name>ViewPage</name> + <value>/WEB-INF/security/login/openid-login.jsp</value> + </init-param> + <init-param> + <name>EditPage</name> + <value>/WEB-INF/security/login/openid-login-prefs.jsp</value> + </init-param> + <init-param> + <description>Display names for OpenID provider buttons.</description> + <name>providerLabels</name> + <value>Gmail, Yahoo!, myOpenID</value> + </init-param> + <init-param> + <description>Domain names for OpenID provider buttons.</description> + <name>providerDomains</name> + <value>gmail.com, yahoo.com, myopenid.com</value> + </init-param> + <init-param> + <description>Enable OpenID provider or URL entry.</description> + <name>enableOpenIDEntry</name> + <value>true</value> + </init-param> + <init-param> + <description>Enable portlet init parameter registration configuration.</description> + <name>enableRegistrationConfig</name> + <value>false</value> + </init-param> + <init-param> + <description>Global enable new user registration.</description> + <name>enableRegistration</name> + <value>true</value> + </init-param> + <init-param> + <description>Global new user template directory to be used for registration.</description> + <name>newUserTemplateDirectory</name> + <value>/_template/new-user/</value> + </init-param> + <init-param> + <description>Global subsite root folder to be used for registration.</description> + <name>subsiteRootFolder</name> + <value></value> + </init-param> + <init-param> + <description>Global roles to be assigned at registration.</description> + <name>roles</name> + <value>user</value> + </init-param> + <init-param> + <description>Global groups to be assigned at registration.</description> + <name>groups</name> + <value></value> + </init-param> + <init-param> + <description>Global profiling rule names to be assigned at registration.</description> + <name>rulesNames</name> + <value>page</value> + </init-param> + <init-param> + <description>Global profiling rule values to be assigned at registration.</description> + <name>rulesValues</name> + <value>j2</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>system-lock-screen.png</value> + </init-param> + <expiration-cache>0</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + <portlet-mode>edit_defaults</portlet-mode> + </supports> + <resource-bundle>org.apache.jetspeed.portlets.security.resources.OpenIDLoginResources</resource-bundle> + <portlet-info> + <title>OpenID Login</title> + <short-title>OpenID Login</short-title> + <keywords>openid,login,security,management,admin</keywords> + </portlet-info> + <portlet-preferences> + <!-- Display names for OpenID provider buttons. --> + <preference> + <name>providerLabels</name> + <value>Gmail, Yahoo!, myOpenID</value> + </preference> + <!-- Domain names for OpenID provider buttons. --> + <preference> + <name>providerDomains</name> + <value>gmail.com, yahoo.com, myopenid.com</value> + </preference> + <!-- Enable OpenID provider or URL entry. --> + <preference> + <name>enableOpenIDEntry</name> + <value>true</value> + </preference> + <!-- Enable portlet preferences registration configuration. --> + <preference> + <name>enableRegistrationConfig</name> + <value>false</value> + </preference> + <!-- New user registration. --> + <preference> + <name>enableRegistration</name> + <value>true</value> + </preference> + <!-- New user template directory to be used for registration. --> + <preference> + <name>newUserTemplateDirectory</name> + <value>/_template/new-user/</value> + </preference> + <!-- Subsite root folder to be used for registration. --> + <preference> + <name>subsiteRootFolder</name> + <value></value> + </preference> + <!-- Roles to be assigned at registration. --> + <preference> + <name>roles</name> + <value>user</value> + </preference> + <!-- Groups to be assigned at registration. --> + <preference> + <name>groups</name> + <value></value> + </preference> + <!-- Profiling rule names to be assigned at registration. --> + <preference> + <name>rulesNames</name> + <value>page</value> + </preference> + <!-- Profiling rule values to be assigned at registration. --> + <preference> + <name>rulesValues</name> + <value>j2</value> + </preference> + </portlet-preferences> + </portlet> + + <portlet id="ChangePasswordPortlet"> + <description>Portlet for changing the password of the + current, logged on user. + </description> + <description xml:lang="ja">ç¾å¨ãã°ã¤ã³ä¸ã®ã¦ã¼ã¶ã¼ãã¹ã¯ã¼ãã夿´ãã¾ãã</description> + <description xml:lang="zh">æ´æ¹å½åç»éç¨æ·çå¯ç ã</description> + <description xml:lang="zh-TW">æ´æ¹ç¶åç»é¸ç¨æ¶çå¯ç¢¼ã</description> + <portlet-name>ChangePasswordPortlet</portlet-name> + <display-name>Change Password</display-name> + <display-name xml:lang="ja">ãã¹ã¯ã¼ã夿´</display-name> + <display-name xml:lang="zh">æ´æ¹å¯ç </display-name> + <display-name xml:lang="zh-TW">æ´æ¹å¯ç¢¼</display-name> + <portlet-class> + org.apache.jetspeed.portlets.security.ChangePasswordPortlet + </portlet-class> + <init-param> + <description>This parameter sets the template used in view + mode. + </description> + <name>ViewPage</name> + <value>/WEB-INF/security/chgpwd/change-password.jsp</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>application-certificate.png</value> + </init-param> + <expiration-cache>-1</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <supported-locale>nl</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.security.resources.ChgPwdResources + </resource-bundle> + <portlet-info> + <title>Change Password</title> + <short-title>Change Password</short-title> + <keywords>security,user,password,admin,login</keywords> + </portlet-info> + </portlet> + + <portlet id="SSOChangePasswordPortlet"> + <description>You can edit SSO Site Credentials.</description> + <description xml:lang="ja">SSO ç¾å¨ãã°ã¤ã³ä¸ã®ã¦ã¼ã¶ã¼ãã¹ã¯ã¼ãã夿´ãã¾ãã</description> + <description xml:lang="zh">SSO æ´æ¹å½åç»éç¨æ·çå¯ç ã</description> + <description xml:lang="zh-TW">SSO æ´æ¹ç¶åç»é¸ç¨æ¶çå¯ç¢¼ã</description> + <portlet-name>SSOChangePasswordPortlet</portlet-name> + <display-name>SSO Change Password</display-name> + <display-name xml:lang="ja">SSO ãã¹ã¯ã¼ã夿´</display-name> + <display-name xml:lang="zh">SSO æ´æ¹å¯ç </display-name> + <display-name xml:lang="zh-TW">SSO æ´æ¹å¯ç¢¼</display-name> + <portlet-class>org.apache.jetspeed.portlets.security.sso.SSOChangePasswordPortlet</portlet-class> + <init-param> + <description>This parameter sets the template used in view + mode. + </description> + <name>ViewPage</name> + <value>/WEB-INF/security/sso/sso-changepwd-view.vm</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>application-certificate.png</value> + </init-param> + <expiration-cache>-1</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.security.resources.SSOChangePasswordResources + </resource-bundle> + <portlet-info> + <title>SSO Change Password</title> + <short-title>SSO Change Password</short-title> + <keywords>security,user,password,sso,admin,login</keywords> + </portlet-info> + </portlet> + + <portlet id="SSOBrowserPortlet"> + <description>SSO Sites Browser displays a list of all configured + SSO sites in the portal. From here you can select SSO Sites for + editing. Place this portlet on the same page as the SSO Details + portlet. + </description> + <description xml:lang="ja">SSO + ãµã¤ããã©ã¦ã¶ãã¼ãã¬ããã¯ããã¼ã¿ã«å ã®æ§æãããããã¹ã¦ã® SSO ãµã¤ãã®ä¸è¦§ã表示ãã¾ãããããããç·¨éããã SSO + ãµã¤ãã鏿ã§ãã¾ãã + </description> + <description xml:lang="zh">SSO ç«ç¹æµè§ Portlet</description> + <description xml:lang="zh-TW">SSO ç«é»æµè¦½ Portlet</description> + <portlet-name>SSOBrowserPortlet</portlet-name> + <display-name>SSO Sites Browser</display-name> + <display-name xml:lang="ja">SSO ãµã¤ããã©ã¦ã¶</display-name> + <display-name xml:lang="zh">æµè§SSOç«ç¹</display-name> + <display-name xml:lang="zh-TW">æµè¦½SSOç«é»</display-name> + <portlet-class>org.apache.jetspeed.portlets.security.sso.SSOBrowser</portlet-class> + <init-param> + <description>This parameter sets the template used in view + mode. + </description> + <name>ViewPage</name> + <value>/WEB-INF/security/sso/sites-view.vm</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>preferences-system-network-proxy.png</value> + </init-param> + <expiration-cache>-1</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + <!-- + not implemented yet <portlet-mode>EDIT</portlet-mode> + <portlet-mode>HELP</portlet-mode> + --> + </supports> + <supported-locale>en</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.security.resources.SSOResources + </resource-bundle> + <portlet-info> + <title>SSO Sites</title> + <short-title>Sites</short-title> + <keywords>admin,security,site,SSO</keywords> + </portlet-info> + </portlet> + + <portlet id="SSODetailsPortlet"> + <description>The SSO Site Details portlet edits the credentials + and site location for a single SSO Site. Place this portlet on the + same page as the SSO Browser portlet. + </description> + <description xml:lang="ja">SSO ãµã¤ã詳細ãã¼ãã¬ããã¯ãSSO + ãµã¤ãç¨ã®è³æ ¼ããã³ãµã¤ãã®å ´æãç·¨éã§ãã¾ãããã®ãã¼ãã¬ããã¯ãSSOãã©ã¦ã¶ãã¼ãã¬ããã¨åããã¼ã¸ã«ç½®ãã¦ãã ããã + </description> + <description xml:lang="zh">SSO 详æ Portlet</description> + <description xml:lang="zh-TW">SSO 詳æ Portlet</description> + <portlet-name>SSODetailsPortlet</portlet-name> + <display-name>SSO Details</display-name> + <display-name xml:lang="ja">SSO æ å ±è©³ç´°</display-name> + <display-name xml:lang="zh">SSO 详æ </display-name> + <display-name xml:lang="zh-TW">SSO 詳æ </display-name> + <portlet-class>org.apache.jetspeed.portlets.security.sso.SSODetails</portlet-class> + <init-param> + <description>This parameter sets the template used in view + mode. + </description> + <name>ViewPage</name> + <value>/WEB-INF/security/sso/sites-details.vm</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>preferences-system-network-proxy.png</value> + </init-param> + <expiration-cache>0</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + <!-- + not implemented yet <portlet-mode>EDIT</portlet-mode> + <portlet-mode>HELP</portlet-mode> + --> + </supports> + <supported-locale>en</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.security.resources.SSODetailsResources + </resource-bundle> + <portlet-info> + <title>SSO Details</title> + <short-title>SSO Details</short-title> + <keywords>admin,security,site,SSO</keywords> + </portlet-info> + </portlet> + + <portlet id="LocaleSelector"> + <description>Locale Selector is a portlet to select your + preferred locale (language). + </description> + <description xml:lang="ja">è¨èªé¸æã¯ã¦ã¼ã¶ã¼ã®ãã±ã¼ã«ã鏿ããããã®ãã¼ãã¬ããã§ãã</description> + <description xml:lang="zh">éæ©ä½ ä½¿ç¨çè¯è¨</description> + <description xml:lang="zh-TW">é¸æä½ ä½¿ç¨çèªè¨</description> + <portlet-name>LocaleSelector</portlet-name> + <display-name>Locale Selector</display-name> + <display-name xml:lang="ja">è¨èªé¸æ</display-name> + <display-name xml:lang="zh">è¯è¨éæ©</display-name> + <display-name xml:lang="zh-TW">èªè¨é¸æ</display-name> + <portlet-class> + org.apache.jetspeed.portlets.localeselector.LocaleSelectorPortlet + </portlet-class> + <init-param> + <name>portlet-icon</name> + <value>preferences-desktop-locale.png</value> + </init-param> + <expiration-cache>-1</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <supported-locale>ja</supported-locale> + <resource-bundle> + org.apache.jetspeed.portlets.localeselector.resources.LocaleSelectorResources + </resource-bundle> + <portlet-info> + <title>Locale Selector</title> + <short-title>This is a portlet to select your preferred locale</short-title> + <keywords>locale,language,tools</keywords> + </portlet-info> + </portlet> + + <portlet id="StatisticsPortlet"> + <description>Provides statistics about portal access hits by + page, portlet, and by user. Statistical results are sorted by + highest hit rate. + </description> + <description xml:lang="ja"> + ãã¼ã¸ããã¼ãã¬ãããã¦ã¼ã¶ã¼ãã¨ã®ãã¼ã¿ã«ã¢ã¯ã»ã¹ã«ã¤ãã¦ã®çµ±è¨æ©è½ãæä¾ãã¾ããçµ±è¨çµæã¯ããããå²åãé«ãé ã«ã½ã¼ãããã¾ãã + </description> + <description xml:lang="zh">æä¾å ³äºé¨æ·é¡µé¢ãPortletãç¨æ·çç¶æä¿¡æ¯ã</description> + <description xml:lang="zh-TW">æä¾éæ¼éæ¶é é¢ãPortletãç¨æ¶ççæ è³è¨ã</description> + <portlet-name>StatisticsPortlet</portlet-name> + <display-name>Portal Statistics</display-name> + <display-name xml:lang="ja">ãã¼ã¿ã«çµ±è¨</display-name> + <display-name xml:lang="zh">鍿·ç¶æä¿¡æ¯</display-name> + <display-name xml:lang="zh-TW">éæ¶çæ è³è¨</display-name> + <portlet-class> + org.apache.jetspeed.portlets.statistics.StatisticsPortlet + </portlet-class> + <init-param> + <description>This parameter sets the template used in view + mode. + </description> + <name>ViewPage</name> + <value>/WEB-INF/view/statistics/statistics.vm</value> + </init-param> + <init-param> + <name>portlet-icon</name> + <value>x-office-spreadsheet.png</value> + </init-param> + <expiration-cache>0</expiration-cache> + <supports> + <mime-type>text/html</mime-type> + <portlet-mode>VIEW</portlet-mode> + </supports> + <supported-locale>en</supported-locale> + <portlet-info> + <title>Portal Statistics</title> + <short-title>Statistics</short-title> + <keywords>admin,statistics,portlets,pages,access</keywords> + </portlet-info> + </portlet> + + <portlet id="ForgottenPasswordPortlet"> + <description>Provides users with the ability to request a + new password to be sent to their email address. + </description> + <description xml:lang="ja"> + ã¦ã¼ã¶ã¼ã«æ°è¦ãã¹ã¯ã¼ããã¡ã¼ã«ã¢ãã¬ã¹ã«éä¿¡è¦æ±ãããæ©è½ãæä¾ãã¾ãã + </description>
[... 4098 lines stripped ...] --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org