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

svn commit: r798703 - in /websites/staging/rave/trunk/content/rave/documentation: admin-interface-preferences.html custom-gui.html index.html

Author: buildbot
Date: Tue Nov 15 13:35:47 2011
New Revision: 798703

Log:
Staging update by buildbot

Added:
    websites/staging/rave/trunk/content/rave/documentation/admin-interface-preferences.html
Modified:
    websites/staging/rave/trunk/content/rave/documentation/custom-gui.html
    websites/staging/rave/trunk/content/rave/documentation/index.html

Added: websites/staging/rave/trunk/content/rave/documentation/admin-interface-preferences.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/admin-interface-preferences.html (added)
+++ websites/staging/rave/trunk/content/rave/documentation/admin-interface-preferences.html Tue Nov 15 13:35:47 2011
@@ -0,0 +1,94 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    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.
+-->
+  <link rel="shortcut icon" href="/rave/images/RAVE-icon.ico" type="image/x-icon" />
+  <link href="/rave/css/rave.css" rel="stylesheet" type="text/css">
+  <title>Portal Admin interface: Portal Preferences</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+  <div id="banner">
+    <img id="logo" alt="Apache Rave (Incubating)" src="/rave/images/RAVE-logo_main-logo-small.png"/>
+  </div>
+  
+  <div id="navigation">
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="/rave/index.html">About</a></li>
+<li><a href="/rave/documentation/index.html">Documentation</a></li>
+<li><a href="/rave/downloads.html">Downloads</a></li>
+<li><a href="http://incubator.apache.org/projects/rave.html">Incubator page</a></li>
+<li><a href="/rave/license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/rave/get-involved.html">Get Involved</a></li>
+<li><a href="/rave/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/rave/people.html">People</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/rave/source.html">Getting Started</a></li>
+<li><a href="/rave/ide-settings-and-debugging.html">IDE Settings and debugging</a></li>
+<li><a href="/rave/release-management.html">Release Management</a></li>
+<li><a href="/rave/issue-management.html">Issue Tracker</a></li>
+<li><a href="https://builds.apache.org/hudson/view/M-R/view/Rave/">Continuous Integration</a></li>
+<li><a href="https://analysis.apache.org/dashboard/index/58996">Sonar Dashboard</a></li>
+<li><a href="/rave/edit-website.html">Website</a></li>
+</ul>
+<h1 id="asf">ASF</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+    <a alt="Apache Incubator" href="http://incubator.apache.org">
+      <img id="asf-logo" alt="Apache Incubator" src="/rave/images/apache-incubator-logo.png"/>
+    </a>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Portal Admin interface: Portal Preferences</h1>
+    <p>A portal administrator is able to manage a growing number of settings that are visible in the portal.</p>
+<p>To access the admin interface, see <a href="admin-interface.html">Portal admin interface</a>.</p>
+<h2 id="page_size">Page Size</h2>
+<p>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.</p>
+<h2 id="title_suffix">Title suffix</h2>
+<p>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.</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Modified: websites/staging/rave/trunk/content/rave/documentation/custom-gui.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/custom-gui.html (original)
+++ websites/staging/rave/trunk/content/rave/documentation/custom-gui.html Tue Nov 15 13:35:47 2011
@@ -85,6 +85,9 @@
 
 </li>
 </ul>
+<h2 id="4_change_default_settings">4) Change default settings</h2>
+<p>A portal administrator can change default settings such as the page title in the browser's title bar.
+This is described on the <a href="admin-interface-preferences.html">Portal preferences</a> help page.</p>
   </div>
 
   <div id="footer">

Modified: websites/staging/rave/trunk/content/rave/documentation/index.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/index.html (original)
+++ websites/staging/rave/trunk/content/rave/documentation/index.html Tue Nov 15 13:35:47 2011
@@ -102,6 +102,7 @@
 <li><a href="admin-interface.html">Portal admin interface</a><ul>
 <li><a href="admin-interface-users.html">Users</a></li>
 <li><a href="admin-interface-widgets.html">Widgets</a></li>
+<li><a href="admin-interface-preferences.html">Portal preferences</a></li>
 </ul>
 </li>
 </ul>