Author: buildbot
Date: Mon Oct 15 08:53:30 2012
New Revision: 835107
Log:
Staging update by buildbot for rave
Added:
websites/staging/rave/trunk/content/documentation/omdl-import-export.html
Modified:
websites/staging/rave/trunk/content/ (props changed)
websites/staging/rave/trunk/content/documentation/index.html
Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 15 08:53:30 2012
@@ -1 +1 @@
-1397477
+1398221
Modified: websites/staging/rave/trunk/content/documentation/index.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/index.html (original)
+++ websites/staging/rave/trunk/content/documentation/index.html Mon Oct 15
08:53:30 2012
@@ -101,6 +101,7 @@
<li><a href="captcha-enabling.html">Enable CAPTCHA security for new account
creation</a></li>
<li><a href="manage-static-resources.html">Manage Rave Static Resources (CSS,
JavaScript)</a></li>
<li><a href="add-page-template.html">Add a New Page Layout</a></li>
+<li><a href="omdl-import-export.html">Import and Export pages using the OMDL
format</a></li>
</ul>
<h2 id="portal-administration">Portal administration</h2>
<ul>
Added: websites/staging/rave/trunk/content/documentation/omdl-import-export.html
==============================================================================
--- websites/staging/rave/trunk/content/documentation/omdl-import-export.html
(added)
+++ websites/staging/rave/trunk/content/documentation/omdl-import-export.html
Mon Oct 15 08:53:30 2012
@@ -0,0 +1,113 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="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.
+-->
+ <link rel="shortcut icon" href="/images/RAVE-favicon.ico"
type="image/x-icon"/>
+ <link rel="stylesheet" href="//www.google.com/cse/style/look/default.css"/>
+ <link href="/css/rave.css" rel="stylesheet"/>
+ <title>Importing and Exporting pages using the OMDL format
</title>
+</head>
+
+<body>
+ <div id="banner">
+ <img id="logo" alt="Apache Rave"
src="/images/RAVE-logo_main-logo-small.png"/>
+ </div>
+
+ <div id="navigation">
+ <div id="cse-search-form">Loading <!-- Placeholder for Google Search Form
--></div>
+ <h1 id="general">General</h1>
+<ul>
+<li><a href="/index.html">About</a></li>
+<li><a href="/documentation/index.html">Documentation</a></li>
+<li><a href="/downloads.html">Downloads</a></li>
+<li><a href="/license.html">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="/people.html">People</a></li>
+<li><a href="http://wiki.apache.org/rave/">Wiki</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="/source.html">Getting Started</a></li>
+<li><a href="/ide-settings-and-debugging.html">IDE Settings and
debugging</a></li>
+<li><a href="/release-management.html">Release Management</a></li>
+<li><a href="/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="/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>
+ </div>
+
+ <div id="content">
+ <h1 class="title">Importing and Exporting pages using the OMDL format
</h1>
+ <p>The <a href="http://omdl.org">Open Mashup Description Language</a> is a
specification designed to allow the import and export of pages,
+layouts and widgets between different applications. The goal is to be able to
export page data from one application (such as Apache Rave)
+and then import that information into another application or portal. Please
read the specification for more information.</p>
+<h2 id="enabling-omdl-features-in-raves-user-interface">Enabling OMDL features
in Raves user interface</h2>
+<p>Rave supports both import and export of OMDL pages in an xml file format.
To access the user interface elements for this, you must
+first update the following setting found in portal.properties, and then
restart Rave.</p>
+<div class="codehilite"><pre><span class="n">portal</span><span
class="o">.</span><span class="n">export</span><span class="o">.</span><span
class="n">ui</span><span class="o">.</span><span class="n">enable</span><span
class="o">=</span><span class="n">true</span>
+</pre></div>
+
+
+<p>This will add the import and export menu options.</p>
+<h2 id="exporting-a-page">Exporting a page</h2>
+<p>From any existing page in Rave, click the page menu where you should see an
"Export page" option. Click this to download the current page as OMDL xml.</p>
+<h2 id="importing-a-page">Importing a page</h2>
+<p>Click the plus icon. (The icon appears next to your list of pages in Rave)
This should open a tabbed dialog box where you can add a new page as normal,
but also
+now choose to upload an OMDL xml file. (You can upload the page you previously
exported, to see the results) Once the page has been imported, you should
+see the same page view as the original with all of the widgets also
visible.</p>
+ </div>
+
+ <div id="footer">
+ <div class="copyright">
+ <p>
+ Copyright © 2012 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 Rave, Apache, the Apache feather logo, and the Apache Rave
project logos are trademarks of The Apache Software Foundation.
+ All other marks mentioned may be trademarks or registered trademarks
of their respective owners.
+ </p>
+ </div>
+ </div>
+ <script src="//www.google.com/jsapi"></script>
+ <script>
+ google.load('search', '1', {language : 'en'});
+ google.setOnLoadCallback(function() {
+ var customSearchOptions = {}; var customSearchControl = new
google.search.CustomSearchControl(
+ '009412755592933514871:wrsgblows4o', customSearchOptions);
+
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
+ var options = new google.search.DrawOptions();
+
options.enableSearchboxOnly("http://www.google.com/cse?cx=009412755592933514871:wrsgblows4o");
+ customSearchControl.draw('cse-search-form', options);
+ }, true);
+ </script>
+</body>
+</html>