Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/_user/template/default-page.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/_user/template/default-page.psml?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/_user/template/default-page.psml (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/_user/template/default-page.psml Sun Feb 25 00:48:19 2007 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<page id="_user-template-default-page.psml" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/psml.xsd"> + + <title>User Home</title> + <metadata name="title" xml:lang="ja">ã¦ã¼ã¶ã¼ãã¼ã </metadata> + <metadata name="title" xml:lang="es">Carpeta de Usuario</metadata> + <metadata name="title" xml:lang="hu">Felhasználó HOME-ja</metadata> + <metadata name="title" xml:lang="zh">ç¨æ·ä¸»é¡µ</metadata> + <metadata name="title" xml:lang="zh-TW">ç¨æ¶ä¸»é </metadata> + <metadata name="title" xml:lang="ko">ì¬ì©ì í</metadata> + + <fragment id="uhtemp-1000" type="layout" name="jetspeed-layouts::VelocityOneColumn"> + <fragment id="uhtemp-1001" type="portlet" name="j2-admin::WelcomeToJetspeed"> + <property layout="TwoColumns" name="row" value="0" /> + <property layout="TwoColumns" name="column" value="0" /> + </fragment> + <fragment id="uhtemp-1010" type="portlet" name="j2-admin::AboutJetspeed"> + <property layout="TwoColumns" name="row" value="0" /> + <property layout="TwoColumns" name="column" value="1" /> + </fragment> +<!-- temp fix --> + <fragment id="removeme" type="portlet" name="j2-admin::LoginPortlet"> + <property layout="TwoColumns" name="row" value="1" /> + <property layout="TwoColumns" name="column" value="0" /> + </fragment> + </fragment> + +</page>
Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache.link URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache.link?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache.link (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache.link Sun Feb 25 00:48:19 2007 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2005 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<link target="parent" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/link.xsd"> + <title>Apache Software Foundation</title> + <url>http://www.apache.org</url> + <metadata name="title" xml:lang="fr"> + Apache Software Foundation [francais] + </metadata> +</link> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache_portals.link URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache_portals.link?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache_portals.link (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/apache_portals.link Sun Feb 25 00:48:19 2007 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2005 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<link target="top" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/link.xsd"> + <title>Apache Portals Website</title> + <url>http://portals.apache.org</url> + <metadata name="title" xml:lang="ja">Apache Portals ã¦ã§ããµã¤ã</metadata> + <metadata name="title" xml:lang="es">Sitio Web de Apache Portals</metadata> + <metadata name="title" xml:lang="zh">Apache鍿·é¡¹ç®</metadata> + <metadata name="title" xml:lang="zh-TW">Apacheéæ¶é ç®</metadata> + <metadata name="title" xml:lang="ko">Apache Portals ì¹ì¬ì´í¸</metadata> +</link> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/default-page.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/default-page.psml?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/default-page.psml (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/default-page.psml Sun Feb 25 00:48:19 2007 @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<page id="default-page" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/psml.xsd"> + + <title>Welcome to Jetspeed 2</title> + <metadata name="title" xml:lang="fr">Bienvenue a Jetspeed</metadata> + <metadata name="title" xml:lang="ja">Jetspeed 2 ã¸ãããã</metadata> + <metadata name="title" xml:lang="es">¡Bienvenido a Jetspeed 2!</metadata> + <metadata name="title" xml:lang="hu">Köszönti a Jetspeed 2!</metadata> + <metadata name="title" xml:lang="zh">æ¬¢è¿æ¥å°Jetspeed 2</metadata> + <metadata name="title" xml:lang="zh-TW">æ¡è¿ä¾å°Jetspeed 2</metadata> + <metadata name="title" xml:lang="ko">Jetspeed 2 ì ì¤ì ê²ì íìí©ëë¤</metadata> + +<fragment id="jsmin-1" type="layout" name="jetspeed-layouts::VelocityOneColumn"> + <fragment id="jsmin-2" type="layout" name="jetspeed-layouts::VelocityThreeColumns"> + <fragment id="jsmin-3" type="portlet" name="j2-admin::LoginPortlet"> + <property layout="ThreeColumns" name="row" value="0" /> + <property layout="ThreeColumns" name="column" value="0" /> + </fragment> + <fragment id="jsmin-4" type="portlet" name="j2-admin::LocaleSelector"> + <property layout="ThreeColumns" name="row" value="0" /> + <property layout="ThreeColumns" name="column" value="1" /> + </fragment> + <fragment id="jsmin-5" type="portlet" name="j2-admin::ForgottenPasswordPortlet"> + <property layout="ThreeColumns" name="row" value="0" /> + <property layout="ThreeColumns" name="column" value="2" /> + </fragment> + </fragment> + <fragment id="jsmin-10" type="layout" name="jetspeed-layouts::VelocityTwoColumns"> + <fragment id="jsmin-11" type="portlet" name="j2-admin::WelcomeToJetspeed"> + <property layout="TwoColumns" name="row" value="0" /> + <property layout="TwoColumns" name="column" value="0" /> + </fragment> + <fragment id="jsmin-12" type="portlet" name="j2-admin::AboutJetspeed"> + <property layout="TwoColumns" name="row" value="0" /> + <property layout="TwoColumns" name="column" value="1" /> + </fragment> + </fragment> + </fragment> + + <security-constraints> + <security-constraints-ref>public-view</security-constraints-ref> + </security-constraints> +</page> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/folder.metadata URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/folder.metadata?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/folder.metadata (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/folder.metadata Sun Feb 25 00:48:19 2007 @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<folder + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/folder-metadata.xsd"> + <title>Root Folder</title> + <metadata name="title" xml:lang="fr">Répertoire racine</metadata> + <metadata name="title" xml:lang="ja">ã«ã¼ããã©ã«ã</metadata> + <metadata name="title" xml:lang="es">Carpeta raiz</metadata> + <metadata name="title" xml:lang="zh">æ ¹æä»¶å¤¹</metadata> + <metadata name="title" xml:lang="zh-TW">æ ¹æä»¶å¤¾</metadata> + <metadata name="title" xml:lang="ko">ë£¨í¸ í´ë</metadata> + + <defaults + layout-decorator="tigris" + portlet-decorator="gray-gradient" + /> + + <document-order>Jetspeed2.link</document-order> + <document-order>Jetspeed2Wiki.link</document-order> + <document-order>apache_portals.link</document-order> + <document-order>apache.link</document-order> + + <menu name="page-navigations"> + <options>/Administrative/portal-admin,/Administrative/security</options> + </menu> + + <!-- temporary menu definitions for jscookmenu layout decorator; will be standard --> + <menu name="site-navigations" regexp="true" options="/*/,/*.psml" depth="-1"/> + <menu name="additional-links" regexp="true" options="/*.link"/> + + <security-constraints> + <security-constraints-ref>public-view</security-constraints-ref> + </security-constraints> +</folder> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/my-account.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/my-account.psml?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/my-account.psml (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/my-account.psml Sun Feb 25 00:48:19 2007 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<page id="my-account" hidden="true" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/psml.xsd"> + + <title>My Account</title> + <metadata name="title" xml:lang="ja">ã¢ã«ã¦ã³ã</metadata> + <metadata name="title" xml:lang="es">Mi cuenta</metadata> + <metadata name="title" xml:lang="hu">Személyes beállÃtások</metadata> + <metadata name="title" xml:lang="zh">æç叿·é ç½®</metadata> + <metadata name="title" xml:lang="zh-TW">æç帳æ¶é ç½®</metadata> + <metadata name="title" xml:lang="ko">ë´ ê³ì </metadata> + + <fragment id="cpwd-1" type="layout" name="jetspeed-layouts::VelocityTwoColumns"> + <fragment id="cpwd-2" type="portlet" name="j2-admin::ChangePasswordPortlet"> + <property layout="TwoColumns" name="row" value="0" /> + <property layout="TwoColumns" name="column" value="0" /> + </fragment> + </fragment> + + <security-constraints> + <security-constraint> + <users>guest</users> + </security-constraint> + <security-constraints-ref>public-view</security-constraints-ref> + </security-constraints> +</page> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/page.security URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/page.security?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/page.security (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/page.security Sun Feb 25 00:48:19 2007 @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<page-security xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/page-security.xsd"> + + <!-- define global admin constraints --> + <security-constraints-def name="admin"> + <security-constraint> + <roles>admin</roles> + <permissions>view, edit</permissions> + </security-constraint> + </security-constraints-def> + <global-security-constraints-ref>admin</global-security-constraints-ref> + + <!-- define public constraints --> + <security-constraints-def name="public-view"> + <security-constraint> + <users>*</users> + <permissions>view</permissions> + </security-constraint> + </security-constraints-def> + + <security-constraints-def name="public-edit"> + <security-constraint> + <roles>user</roles> + <permissions>view, edit</permissions> + </security-constraint> + </security-constraints-def> + + <security-constraints-def name="AEUV"> + <security-constraint> + <roles>admin</roles> + <permissions>view, edit</permissions> + </security-constraint> + <security-constraint> + <roles>user</roles> + <permissions>view</permissions> + </security-constraint> + </security-constraints-def> + + <security-constraints-def name="guest-only"> + <security-constraint> + <roles>guest</roles> + <permissions>view</permissions> + </security-constraint> + </security-constraints-def> + +</page-security> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/registration.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/registration.psml?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/registration.psml (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/registration.psml Sun Feb 25 00:48:19 2007 @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<page id="default-page" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/psml.xsd"> + +<fragment id="jsreg-1" type="layout" name="jetspeed-layouts::VelocityOneColumn"> + <fragment id="jsreg-2" type="portlet" name="j2-admin::UserRegistrationPortlet"/> +</fragment> + + <security-constraints> + <security-constraints-ref>guest-only</security-constraints-ref> + </security-constraints> + + </page> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/folder.metadata URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/folder.metadata?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/folder.metadata (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/folder.metadata Sun Feb 25 00:48:19 2007 @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<folder hidden="true" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/folder-metadata.xsd"> + <security-constraints> + <security-constraints-ref>AEUV</security-constraints-ref> + </security-constraints> +</folder> Added: portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/selector.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/selector.psml?view=auto&rev=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/selector.psml (added) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/min-pages/system/customizer/selector.psml Sun Feb 25 00:48:19 2007 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +Copyright 2007 The Apache Software Foundation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<page id="Selector.psml" hidden="true" + xmlns="http://portals.apache.org/jetspeed" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://portals.apache.org/jetspeed http://portals.apache.org/jetspeed-2/2.1/schemas/psml.xsd"> + <title>Selector</title> + <short-title>Selector</short-title> + <fragment id="js-cp-selector" type="layout" name="jetspeed-layouts::VelocityOneColumn"> + <fragment id="js-cp-selector.2" type="portlet" name="j2-admin::CategoryPortletSelector"/> + </fragment> +</page> Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Administrative/profiler.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Administrative/profiler.psml?view=diff&rev=511469&r1=511468&r2=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Administrative/profiler.psml (original) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/Administrative/profiler.psml Sun Feb 25 00:48:19 2007 @@ -32,10 +32,8 @@ <metadata name="title" xml:lang="ko">íë¡íì¼ ê´ë¦¬</metadata> - <fragment id="pa-site" type="layout" name="jetspeed-layouts::VelocityTwoColumns"> + <fragment id="pa-site" type="layout" name="jetspeed-layouts::VelocityOneColumn"> <fragment id="prof-1" type="portlet" name="j2-admin::ProfilerAdmin" > - <property layout="TwoColumns" name="row" value="0" /> - <property layout="TwoColumns" name="column" value="0" /> </fragment> </fragment> </page> Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml?view=diff&rev=511469&r1=511468&r2=511469 ============================================================================== --- portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml (original) +++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/pages/default-page.psml Sun Feb 25 00:48:19 2007 @@ -24,7 +24,7 @@ portlet-decorator="tigris" /> <title>Welcome to Jetspeed 2</title> - <metadata name="title" xml:lang="fr">Ma Premiere Page de PSML</metadata> + <metadata name="title" xml:lang="fr">Bienvenue a Jetspeed</metadata> <metadata name="title" xml:lang="ja">Jetspeed 2 ã¸ãããã</metadata> <metadata name="title" xml:lang="es">¡Bienvenido a Jetspeed 2!</metadata> <metadata name="title" xml:lang="hu">Köszönti a Jetspeed 2!</metadata> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
