Author: tyrell Date: Mon Jul 21 04:28:23 2008 New Revision: 19788 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19788
Log: Updating the mashup editor guide with the new gadget code generation. Modified: trunk/mashup/java/xdocs/adminguide.html trunk/mashup/java/xdocs/helloworldservice.html Modified: trunk/mashup/java/xdocs/adminguide.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/adminguide.html?rev=19788&r1=19787&r2=19788&view=diff ============================================================================== --- trunk/mashup/java/xdocs/adminguide.html (original) +++ trunk/mashup/java/xdocs/adminguide.html Mon Jul 21 04:28:23 2008 @@ -120,7 +120,7 @@ </ol> <br> <br> -<img src="images/mashup.png" style="width: 1001px; height: 663px;" alt="Mashup Page"><br> +<img src="images/mashup.png" style="width: 1001px; height: 663px;" alt="Mashup Page"><br><br><br> <h2>Advanced Search</h2> @@ -215,13 +215,16 @@ -<p> The Mashup Editor allows you to edit the source code or the custom -UI of your Services and Mashups. You can launch the editor from +<p> The Mashup Editor allows you to edit the source code, the custom +UI and the Google gadget of your Services and Mashups. You can launch +the editor from link in the Management Tasks panel (Edit this service). Once you have completed editing the service, you can Apply the changes (Saves the mashup and keeps you on the editor page), Save Changes (Takes you to -the bounceback page) or Discard the changes (No Mashup is created). - </p> +the bounceback page) or Discard the changes (No Mashup is created). The +editor can also generate a Custom UI or a Google gadget skeleton for +your mashup. This will serve as an easy starting point when developing +a user interface for your mashup. </p> @@ -229,16 +232,9 @@ <p> <img src="images/mashup_editor_source.png" style="width: 996px; height: 854px;" alt="Mashup Editor Design View"></p> -<p>You can also use the editor to edit your custom UI.</p> -<p> - </p> - - - - - -<p> - <img src="images/mashup_editor_ui.png" style="width: 995px; height: 847px;" alt="Mashup Editor Source View"> +<p></p> +<p>You can also use the editor to edit your custom UI.</p><p> + <img src="images/mashup_editor_ui.png" style="width: 995px; height: 847px;" alt="Mashup Editor Source View"></p><p>A skeleton Google gadget can also be generated using the editor as illustrated below.</p><p><img style="width: 1005px; height: 939px;" alt="A generated gadget skeleton" src="images/mashup_editor_gadget.png"></p><p></p><p> </p> Modified: trunk/mashup/java/xdocs/helloworldservice.html URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/xdocs/helloworldservice.html?rev=19788&r1=19787&r2=19788&view=diff ============================================================================== --- trunk/mashup/java/xdocs/helloworldservice.html (original) +++ trunk/mashup/java/xdocs/helloworldservice.html Mon Jul 21 04:28: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,8 +14,6 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<html> -<head> @@ -24,12 +23,10 @@ - <title>Writing a Hello World Service</title> - <link href="css/mashup-docs.css" rel="stylesheet" type="text/css" media="all"> -</head> + + <title>Writing a Hello World Service</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>Writing a Hello World Service</h1> @@ -182,7 +179,6 @@ </div> -<p>© 2007-2008 WSO2 Inc.</p> +<p>� 2007-2008 WSO2 Inc.</p> -</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
