You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/11/15 14:35:39 UTC

svn commit: r1202185 - in /incubator/rave/site/trunk/content/rave/documentation: admin-interface-preferences.mdtext custom-gui.mdtext index.mdtext

Author: jasha
Date: Tue Nov 15 13:35:39 2011
New Revision: 1202185

URL: http://svn.apache.org/viewvc?rev=1202185&view=rev
Log:
RAVE-355 document portal preferences

Added:
    incubator/rave/site/trunk/content/rave/documentation/admin-interface-preferences.mdtext
Modified:
    incubator/rave/site/trunk/content/rave/documentation/custom-gui.mdtext
    incubator/rave/site/trunk/content/rave/documentation/index.mdtext

Added: incubator/rave/site/trunk/content/rave/documentation/admin-interface-preferences.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/admin-interface-preferences.mdtext?rev=1202185&view=auto
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/admin-interface-preferences.mdtext (added)
+++ incubator/rave/site/trunk/content/rave/documentation/admin-interface-preferences.mdtext Tue Nov 15 13:35:39 2011
@@ -0,0 +1,31 @@
+Title:     Portal Admin interface: Portal Preferences
+Notice:    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.
+
+A portal administrator is able to manage a growing number of settings that are visible in the portal.
+
+To access the admin interface, see [Portal admin interface](admin-interface.html).
+
+## Page Size
+The number of items from a list per page.
+The widget store lists the widgets per 10 items by default.
+Changing this value will change the number of Widgets shown per page in the store.
+
+## Title suffix
+Each page in the portal has a default suffix of "- Rave" in the browser's title bar.
+The administrator can change this into the company name or any other value.
+

Modified: incubator/rave/site/trunk/content/rave/documentation/custom-gui.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/custom-gui.mdtext?rev=1202185&r1=1202184&r2=1202185&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/custom-gui.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/custom-gui.mdtext Tue Nov 15 13:35:39 2011
@@ -35,3 +35,7 @@ Add you own CSS file(s) to the `src/main
         <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c">
         <link rel="stylesheet" href="<c:url value="/css/my_custom.css"/>"/>
 
+##4) Change default settings
+
+A portal administrator can change default settings such as the page title in the browser's title bar.
+This is described on the [Portal preferences](admin-interface-preferences.html) help page.
\ No newline at end of file

Modified: incubator/rave/site/trunk/content/rave/documentation/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/documentation/index.mdtext?rev=1202185&r1=1202184&r2=1202185&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/documentation/index.mdtext (original)
+++ incubator/rave/site/trunk/content/rave/documentation/index.mdtext Tue Nov 15 13:35:39 2011
@@ -42,4 +42,5 @@ Notice:    Licensed to the Apache Softwa
 ## Portal administration
   - [Portal admin interface](admin-interface.html)
       - [Users](admin-interface-users.html)
-      - [Widgets](admin-interface-widgets.html)
\ No newline at end of file
+      - [Widgets](admin-interface-widgets.html)
+      - [Portal preferences](admin-interface-preferences.html)
\ No newline at end of file