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/10/26 15:14:40 UTC

svn commit: r797498 - in /websites/staging/rave/trunk/content/rave: documentation/ images/

Author: buildbot
Date: Wed Oct 26 13:14:40 2011
New Revision: 797498

Log:
Staging update by buildbot

Added:
    websites/staging/rave/trunk/content/rave/documentation/admin-interface-users.html
    websites/staging/rave/trunk/content/rave/documentation/admin-interface-widgets.html
    websites/staging/rave/trunk/content/rave/documentation/admin-interface.html
    websites/staging/rave/trunk/content/rave/images/screenshot-admin-userdetails.png   (with props)
    websites/staging/rave/trunk/content/rave/images/screenshot-admin-widgetdetails.png   (with props)

Added: websites/staging/rave/trunk/content/rave/documentation/admin-interface-users.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/admin-interface-users.html (added)
+++ websites/staging/rave/trunk/content/rave/documentation/admin-interface-users.html Wed Oct 26 13:14:40 2011
@@ -0,0 +1,103 @@
+<!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: Users</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: Users</h1>
+    <p>A portal administrator is able to manage account data of other users:</p>
+<ul>
+<li>Email address</li>
+<li>OpenId URL</li>
+</ul>
+<p>It is currently not possible to change the username or password of a user.</p>
+<p>To access the admin interface, see <a href="admin-interface.html">Portal admin interface</a>.</p>
+<h2 id="account_status">Account status</h2>
+<p>A User is able to login if his account is <code>enabled</code>, not <code>expired</code> and not <code>locked</code>. These properties can be managed
+through the admin interface.</p>
+<p>Note: an admin cannot disable, expire or lock his own account through the admin interface</p>
+<h2 id="authorities">Authorities</h2>
+<p>The following authorities are defined for the portal:</p>
+<ul>
+<li><code>ROLE_USER</code>: a user with this role can view portal pages</li>
+<li><code>ROLE_ADMIN</code>: a user with this role can view the portal pages and use the admin interface</li>
+</ul>
+<p><img alt="Screenshot of user details in admin interface" src="/rave/images/screenshot-admin-userdetails.png" /></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>

Added: websites/staging/rave/trunk/content/rave/documentation/admin-interface-widgets.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/admin-interface-widgets.html (added)
+++ websites/staging/rave/trunk/content/rave/documentation/admin-interface-widgets.html Wed Oct 26 13:14:40 2011
@@ -0,0 +1,104 @@
+<!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: Widgets</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: Widgets</h1>
+    <p>Portal admins are able to update the stored metadata of widgets: URL of the actual widget, its availability in the portal, thumbnail etc.</p>
+<p>To access the admin interface, see <a href="admin-interface.html">Portal admin interface</a>.</p>
+<h2 id="overview">Overview</h2>
+<p>The list of widgets will be growing. In the admin interface it's possible to filter widgets on status (<code>preview</code>, <code>published</code>), type (<code>OpenSocial</code>, <code>W3C Widget</code>) or a free text search in the widget's title and description. All search criteria are optional.</p>
+<p>Only widgets that are marked as <code>published</code> will appear in the portal widget store. If a user adds a new widget, its status is set to <code>preview</code></p>
+<h2 id="widget_metadata">Widget metadata</h2>
+<ul>
+<li>Title: the title that is used in the widget store</li>
+<li>Location: the URL for the widget definition</li>
+<li>Type: defines which widget provider should be used for rendering the widget</li>
+<li>Description: shown in the widget store</li>
+<li>Status: defines if the widget is available in the store (in the future it will be possible to block a gadget)</li>
+<li>Thumbnail: shown in the widget store listing</li>
+<li>Screenshot: gives the user an idea how the widget will look like. Shown on the widget detail page in the widget store.</li>
+<li>URL the gadget title links to: if filled in, the title of the rendered gadget will link to this URL</li>
+<li>Author: will be shown in the widget store</li>
+<li>Author email: can be used to contact the author, currently not shown in the widget store</li>
+</ul>
+<p><img alt="Screenshot of Widget metadata" src="screenshot-admin-widgetdetails.png" /></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>

Added: websites/staging/rave/trunk/content/rave/documentation/admin-interface.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/documentation/admin-interface.html (added)
+++ websites/staging/rave/trunk/content/rave/documentation/admin-interface.html Wed Oct 26 13:14:40 2011
@@ -0,0 +1,90 @@
+<!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</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</h1>
+    <p>The Rave Portal has an admin interface to manage data from <a href="admin-interface-users.html">users</a> and <a href="admin-interface-widgets.html">widgets</a> (version 0.5-INCUBATING).
+In the future it may also support manage group data, show portal usage statistics or change the look and feel of the portal.</p>
+<h2 id="access_the_admin_interface">Access the admin interface</h2>
+<p>The address of the admin interface is [http://localhost:8080/portal/app/admin/].<br />
+User <code>canonical</code> (password: <code>canonical</code>) is the only user with admin privileges. Other users will not be able to go to the admin interface.</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>

Added: websites/staging/rave/trunk/content/rave/images/screenshot-admin-userdetails.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/rave/trunk/content/rave/images/screenshot-admin-userdetails.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: websites/staging/rave/trunk/content/rave/images/screenshot-admin-widgetdetails.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/rave/trunk/content/rave/images/screenshot-admin-widgetdetails.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream