Author: tyrell Date: Mon Jul 21 04:13:23 2008 New Revision: 19783 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19783
Log: Updating mashup sharing guide to reflect the latest changes to the dialog and keystore/certificate management. Modified: trunk/mashup/java/xdocs/adminguide.html trunk/mashup/java/xdocs/dataservices.html Modified: trunk/mashup/java/xdocs/adminguide.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/adminguide.html?rev=19783&r1=19782&r2=19783&view=diff ============================================================================== --- trunk/mashup/java/xdocs/adminguide.html (original) +++ trunk/mashup/java/xdocs/adminguide.html Mon Jul 21 04:13:23 2008 @@ -1,4 +1,5 @@ -<!-- +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><!-- ~ Copyright 2005-2008 WSO2, Inc. (http://wso2.com) ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,7 +14,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<html><head> @@ -32,8 +32,7 @@ <title>The Mashup Server Web Console</title><link href="css/mashup-docs.css" rel="stylesheet" type="text/css" media="all"></head> - -<body lang="en"> +<body style="direction: ltr;" lang="en"> @@ -131,7 +130,7 @@ <p>The advanced search page helps you search for mashups based on tags, titles or descriptions. You can also perform searches on comments and -Recent activities. It also have some pre populated special queries. </p> +recent activities. It also has some pre populated special queries. </p> @@ -160,7 +159,12 @@ <p> You can share a mashup running in your server with another server by a click of a button. You need to provide the address (https) of the remote server and your credentials. Note that you will need to have -an account on the remote server in order to share with it. </p> +an account on the remote server in order to share with it. You will +also have the option of overwriting the mashup, if it already exists in +the destination server. Migrating the tags along with your mashup is +possible as well as providing an additional set of credentials, should +the destination server require basic authentication on top of the +Mashup Server authentication.</p><p>Note: In order to share to a destination server, you will have to <a href="keystoremanagement.html">add your private key</a> to the local server as well as <a href="keystoremanagement.html">adding the destination server's certificate</a> as a trusted certificate in your local server. </p> <img src="images/sharing_dialog.png" alt="Mashup Sharing"> <br> @@ -240,7 +244,7 @@ -<p>© 2007-2008 WSO2 Inc.</p> +<p>� 2007-2008 WSO2 Inc.</p> Modified: trunk/mashup/java/xdocs/dataservices.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/dataservices.html?rev=19783&r1=19782&r2=19783&view=diff ============================================================================== --- trunk/mashup/java/xdocs/dataservices.html (original) +++ trunk/mashup/java/xdocs/dataservices.html Mon Jul 21 04:13:23 2008 @@ -1,4 +1,5 @@ -<!-- +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><!-- ~ Copyright 2005-2008 WSO2, Inc. (http://wso2.com) ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,15 +14,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<html> -<head> <meta http-equiv="content-type" content=""> - <title>Data Services</title> - <link href="css/mashup-docs.css" rel="stylesheet" type="text/css" - media="all"> -</head> + + <title>Data Services</title><link href="css/mashup-docs.css" rel="stylesheet" type="text/css" media="all"></head> -<body> +<body style="direction: ltr;"> <div id="main-content"> <h1>Data Services</h1> @@ -197,7 +194,6 @@ <li><a href="http://wso2.org/project/mashup/1.5/docs/rdbms_data_service_guide.html">RDBMS data Source</a></li> <li><a href="http://wso2.org/project/mashup/1.5/docs/csv_data_service_guide.html">CSV data Source</a></li> <li><a href="http://wso2.org/project/mashup/1.5/docs/excel_data_service_guide.html">Excel data Source</a></li> -<p>© 2007-2008 WSO2 Inc.</p> +<p>� 2007-2008 WSO2 Inc.</p> </div> -</body> -</html> +</body></html> \ No newline at end of file
_______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
