Author: channa
Date: Tue Jan 29 03:22:35 2008
New Revision: 13136
Log:
Synced up all documents with OT, so only a css file swap is required prior to
publication.
Added:
trunk/mashup/java/xdocs/css/mashup-docs.css
- copied unchanged from r13135, trunk/mashup/java/xdocs/css/styles.css
Removed:
trunk/mashup/java/xdocs/css/styles.css
trunk/mashup/java/xdocs/docs.css
trunk/mashup/java/xdocs/styles.css
Modified:
trunk/mashup/java/xdocs/adminguide.html
trunk/mashup/java/xdocs/annotations.html
trunk/mashup/java/xdocs/apphostobject.html
trunk/mashup/java/xdocs/community.html
trunk/mashup/java/xdocs/consumingservices.html
trunk/mashup/java/xdocs/dataBinding.html
trunk/mashup/java/xdocs/downloading.html
trunk/mashup/java/xdocs/e4xquickstart.html
trunk/mashup/java/xdocs/emailhostobject.html
trunk/mashup/java/xdocs/feedhostobject.html
trunk/mashup/java/xdocs/filehostobject.html
trunk/mashup/java/xdocs/generatedresources.html
trunk/mashup/java/xdocs/helloworldclient.html
trunk/mashup/java/xdocs/helloworldservice.html
trunk/mashup/java/xdocs/hostedobjects.html
trunk/mashup/java/xdocs/imhostobject.html
trunk/mashup/java/xdocs/index.html
trunk/mashup/java/xdocs/installationguide.html
trunk/mashup/java/xdocs/introduction.html
trunk/mashup/java/xdocs/restyservices.html
trunk/mashup/java/xdocs/scraperhostobject.html
trunk/mashup/java/xdocs/sessionhostobject.html
trunk/mashup/java/xdocs/setting-java-home.html
trunk/mashup/java/xdocs/systemhostobject.html
trunk/mashup/java/xdocs/toc.html
trunk/mashup/java/xdocs/tooling.html
trunk/mashup/java/xdocs/usermanagement.html
trunk/mashup/java/xdocs/wsrequesthostobject.html
Modified: trunk/mashup/java/xdocs/adminguide.html
==============================================================================
--- trunk/mashup/java/xdocs/adminguide.html (original)
+++ trunk/mashup/java/xdocs/adminguide.html Tue Jan 29 03:22:35 2008
@@ -17,11 +17,19 @@
- <title>The Mashup Server Admin UI</title><link href="styles.css"
rel="stylesheet" type="text/css" media="all"></head>
+ <title>The Mashup Server Admin UI</title><link href="css/mashup-docs.css"
rel="stylesheet" type="text/css" media="all"></head>
<body lang="en">
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
@@ -70,12 +78,12 @@
<p>The above shows the home page of a vanilla installation (Once you've
logged in in that is). It shown
-all available mashups together with their descriptions and average
+all available mashups together with there descriptions and average
rating (The rating displayed in the foreground is the rating you've
given the mashup while the one in the background represents the average
rating). Once the user logs in he's home page would also display the
mashups he has authored and his recent activities. Each user can
-customize their home page as to which queries appear on it and can even
+customize there home page as to which queries appear on it and can even
add new queries in a simple manner. Any query performed using advanced
search can be added to your homepage and you can arrange the results
according to your wishes.</p>
Modified: trunk/mashup/java/xdocs/annotations.html
==============================================================================
--- trunk/mashup/java/xdocs/annotations.html (original)
+++ trunk/mashup/java/xdocs/annotations.html Tue Jan 29 03:22:35 2008
@@ -6,13 +6,21 @@
<title>JavaScript Web Service Annotations</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>JavaScript Web Service Annotations</h1>
Modified: trunk/mashup/java/xdocs/apphostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/apphostobject.html (original)
+++ trunk/mashup/java/xdocs/apphostobject.html Tue Jan 29 03:22:35 2008
@@ -6,11 +6,19 @@
<title>WSO2 Mashup Server, Atom Publishing Protocol (APP) Host Object
Guide</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1> WSO2 Mashup Server, Atom Publishing Protocol (APP) Host
Object Guide </h1>
Modified: trunk/mashup/java/xdocs/community.html
==============================================================================
--- trunk/mashup/java/xdocs/community.html (original)
+++ trunk/mashup/java/xdocs/community.html Tue Jan 29 03:22:35 2008
@@ -9,9 +9,17 @@
<title></title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<body>
Modified: trunk/mashup/java/xdocs/consumingservices.html
==============================================================================
--- trunk/mashup/java/xdocs/consumingservices.html (original)
+++ trunk/mashup/java/xdocs/consumingservices.html Tue Jan 29 03:22:35 2008
@@ -4,10 +4,18 @@
<title>Consuming Services</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body lang="EN-US" link="blue" vlink="purple">
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Consuming Services</h1>
Modified: trunk/mashup/java/xdocs/dataBinding.html
==============================================================================
--- trunk/mashup/java/xdocs/dataBinding.html (original)
+++ trunk/mashup/java/xdocs/dataBinding.html Tue Jan 29 03:22:35 2008
@@ -4,9 +4,18 @@
<meta http-equiv="content-type" content="">
<title>JavaScript Data Binding</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>JavaScript Data Binding (inputTypes/outputType annotation)</h1>
Modified: trunk/mashup/java/xdocs/downloading.html
==============================================================================
--- trunk/mashup/java/xdocs/downloading.html (original)
+++ trunk/mashup/java/xdocs/downloading.html Tue Jan 29 03:22:35 2008
@@ -1,12 +1,21 @@
<html>
<head>
<title>Downloading Mashups from mooshup.com</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
<div id="main-content">
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<h1>Downloading Mashups from the Online Community Portal</h1>
<p>A collection of community contributed Mashups is available at <a
Modified: trunk/mashup/java/xdocs/e4xquickstart.html
==============================================================================
--- trunk/mashup/java/xdocs/e4xquickstart.html (original)
+++ trunk/mashup/java/xdocs/e4xquickstart.html Tue Jan 29 03:22:35 2008
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content=""/>
<title>E4X Quick Start Guide</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all"/>
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
<style type="text/css">
.trick {
border: 1px solid black;
@@ -24,6 +24,15 @@
</style>
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>E4X Quick Start Guide</h1>
Modified: trunk/mashup/java/xdocs/emailhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/emailhostobject.html (original)
+++ trunk/mashup/java/xdocs/emailhostobject.html Tue Jan 29 03:22:35 2008
@@ -16,12 +16,20 @@
<title>Email Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
Modified: trunk/mashup/java/xdocs/feedhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/feedhostobject.html (original)
+++ trunk/mashup/java/xdocs/feedhostobject.html Tue Jan 29 03:22:35 2008
@@ -6,12 +6,21 @@
- <title>WSO2 Mashup Server, Atom/RSS Feed Host Object Guide</title><link
href="styles.css" rel="stylesheet" type="text/css" media="all"></head>
+ <title>WSO2 Mashup Server, Atom/RSS Feed Host Object Guide</title><link
href="css/mashup-docs.css" rel="stylesheet" type="text/css" media="all"></head>
<body>
<div id="main-content">
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<h1> WSO2 Mashup Server, Atom/RSS Feed Host Object Guide </h1>
Modified: trunk/mashup/java/xdocs/filehostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/filehostobject.html (original)
+++ trunk/mashup/java/xdocs/filehostobject.html Tue Jan 29 03:22:35 2008
@@ -4,10 +4,19 @@
<meta http-equiv="content-type" content="">
<title>File Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>File Host Object</h1>
Modified: trunk/mashup/java/xdocs/generatedresources.html
==============================================================================
--- trunk/mashup/java/xdocs/generatedresources.html (original)
+++ trunk/mashup/java/xdocs/generatedresources.html Tue Jan 29 03:22:35 2008
@@ -18,14 +18,21 @@
<title>Automatically Generated Resources</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
-<h2> Automatically Generated Resources
-</h2>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
+<h1> Automatically Generated Resources</h1>
<div id="main-content">
Modified: trunk/mashup/java/xdocs/helloworldclient.html
==============================================================================
--- trunk/mashup/java/xdocs/helloworldclient.html (original)
+++ trunk/mashup/java/xdocs/helloworldclient.html Tue Jan 29 03:22:35 2008
@@ -8,11 +8,19 @@
<title></title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
Modified: trunk/mashup/java/xdocs/helloworldservice.html
==============================================================================
--- trunk/mashup/java/xdocs/helloworldservice.html (original)
+++ trunk/mashup/java/xdocs/helloworldservice.html Tue Jan 29 03:22:35 2008
@@ -11,12 +11,20 @@
<title></title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Writing a Hello World Service !!</h1>
Modified: trunk/mashup/java/xdocs/hostedobjects.html
==============================================================================
--- trunk/mashup/java/xdocs/hostedobjects.html (original)
+++ trunk/mashup/java/xdocs/hostedobjects.html Tue Jan 29 03:22:35 2008
@@ -16,14 +16,22 @@
<title>WSO2 Mashup Server, Host Objects</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body lang="EN-US">
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Hosted Objects</h1>
Modified: trunk/mashup/java/xdocs/imhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/imhostobject.html (original)
+++ trunk/mashup/java/xdocs/imhostobject.html Tue Jan 29 03:22:35 2008
@@ -6,29 +6,38 @@
<title>IM Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>IM Host Object</h1>
<h3>1.0 Introduction</h3>
<p>The IM object allows users to send out Instant Messages from
-their
-mashups. It helps notify users of certain events and acts
-as a bridge between mashups and users. Supported IM protocols are MSN,
+there
+mashups. It helps you notify users of certain events and acts
+as a brigde between mashups and users. Supported IM protocols are MSN,
AIM, ICQ, Jabber and Yahoo.</p>
<p>Note : The Mashup Server does not ship the library used by the
yahoo protocol. If you wish to use the Yahoo protocol, please download
the <a href="https://sourceforge.net/project/showfiles.php?group_id=76691">ymsg
-(Yahoo Instant Messager and Chat protocols)</a> library and
-add it to the lib directory of the Mashup Server and restart the server.</p>
+(Yahoo Instant Messager and Chat protocols)</a> library from and
+add it to the lib directory of the Mashup Server. Please note that this
+would need a restart of the server.</p>
<h3>1.1 Example</h3>
@@ -55,27 +64,27 @@
<h4>2.1 IM Object Constructor
</h4>
-<p>The IM Object which has a single constructor which takes as an argument the
-protocol to be used. Supported values are "msn",
+<p>The IM Object which has a single constructor taken in the
+protocol to be used as an argument to it. Supported values are "msn",
"aim", "icq", "jabber" and "yahoo".</p>
<h4>2.2 IM login method</h4>
<p>The login method of the IM object takes two different forms.
It allows the user to specify account details in the server.xml in
-which case you don't have to parse any arguments into the login method,
-or it allows the user to specify the account details each time
+which case you dont have to parse any arguments into the login method,
+or it allow the user to specify the account details each and everytime
the login method is called.</p>
<ol>
<li>
- <p>In the first instance the login method takes no parameters beyond the
protocol value
+ <p>In the first instance the login method takes no parameters
and uses account information specified in the server.xml. Using a
-configuration such as this is useful if you want to use a IM account
+configuration such as this is usefull if you want to use a IM account
to send out Instant Messages from your mashups. It also reduces the
hassle of having to key in the account details each time you need
-a new IM object.</p>
+a new im object.</p>
<div class="code">var im = new IM("msn");<br>
@@ -121,16 +130,16 @@
</Jabber><br>
</IMConfig></div>
- <p>Note: Changes to the
-server.xml require a server restart.</p>
+ <p>Note: Changed to the
+server.xml requires a server restart.</p>
</li>
<li>
- <p>The second instance, unlike the first, requires the user
-to provide the account details each time he invokes the login function.
The benefit is that no server configuration is
+ <p>The second instance unlike the first requires the user
+to provide the account details each time he invokes the login function.
The plus point is that no server configuration is
needed and you can use diffent accounts when ever you need. The
-configuration details should be given as follows:<br>
+configuration details should be given as follws,<br>
</p>
@@ -142,7 +151,7 @@
<p>Note : If the configuration
details are given in the server.xml and the user uses the above method,
-the details given by the user when invoking the login method take
+the details given by the user when invoking the login method gets
precedence.</p>
</li>
@@ -170,7 +179,7 @@
<td><b>void login(</b>)</td>
- <td>The account details pertaining to the protocol is taken from
+ <td>The accound details pertaining to the protocol is taken from
the server.xml and those credentials are used to log the user into the
IM server.<br>
<span style="font-style: italic;"> im.login();</span></td>
@@ -205,9 +214,9 @@
<td><span style="font-weight: bold;">void disconnect()</span></td>
<td>Logs the user out of the IM server.<br>
-Note: The AIM and ICQ protocols do not allow users to log in and out
+Note: The AIM and ICQ protocols does not allow users to log in and out
frequently. In such a situation these two protocols block the user for
-a brief time (Around 10 Minutes).<br>
+a breif time (Around 10 Minutes).<br>
<span style="font-style: italic;">
im.disconnect();</span></td>
</tr>
@@ -222,11 +231,11 @@
<br>
-<h3>3.0 Using the IM object in conjunction with the session object</h3>
+<h3>3.0 Using the IM object in conjection with the session object</h3>
<br>
If you expect your mashup to send out IMs frequestly it may not be
optimal to login each time you need to send a message. Such situations
-can be avoided by using the IM object in conjunction with the session
+can be combated by using the IM object in conjunction with the session
object. The following is an example of such a usage.<br>
<br>
@@ -270,7 +279,7 @@
</div>
-<p>© 2007-2008 WSO2 Inc.</p>
+<p>� WSO2 Inc.</p>
</body>
</html>
Modified: trunk/mashup/java/xdocs/index.html
==============================================================================
--- trunk/mashup/java/xdocs/index.html (original)
+++ trunk/mashup/java/xdocs/index.html Tue Jan 29 03:22:35 2008
@@ -4,14 +4,18 @@
<meta http-equiv="content-type" content="">
<title>WSO2 Mashup Server v1.0 Documentation</title>
- <link href="docs.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
-<frameset cols="260,*" border="1" frameborder="yes" framespacing="0"
margin="0">
- <frame name="leftFrame" src="toc.html" noresize="noresize"
scrolling="auto">
- <frame name="mainFrame" src="introduction.html">
- <noframes>
- <body></body>
- </noframes>
-</frameset>
+<frameset rows="72,*" border="0" frameborder="no" framespacing="0" margin="0">
+<frame name="header" src="header.html" noresize="noresize" scrolling="no" />
+ <frameset cols="260,*" border="1" frameborder="yes" framespacing="0"
margin="0">
+ <frame name="leftFrame" src="toc.html" noresize="noresize"
scrolling="auto" />
+ <frame name="mainFrame" src="introduction.html" />
+
+ </frameset>
+</frameset>
+<noframes>
+ <body></body>
+ </noframes>
</html>
Modified: trunk/mashup/java/xdocs/installationguide.html
==============================================================================
--- trunk/mashup/java/xdocs/installationguide.html (original)
+++ trunk/mashup/java/xdocs/installationguide.html Tue Jan 29 03:22:35 2008
@@ -3,9 +3,18 @@
<head>
<meta http-equiv="content-type" content="">
<title>WSO2 Mashup Server Installation Guide</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>WSO2 Mashup Server, v 1.0 Installation Guide</h1>
This document describes the distribution packages available in the WSO2
Modified: trunk/mashup/java/xdocs/introduction.html
==============================================================================
--- trunk/mashup/java/xdocs/introduction.html (original)
+++ trunk/mashup/java/xdocs/introduction.html Tue Jan 29 03:22:35 2008
@@ -14,13 +14,21 @@
<title>Welcome to the WSO2 Mashup Server</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Welcome to the WSO2 Mashup Server v1.0</h1>
@@ -257,7 +265,7 @@
</ul>
-<h3>What's coming in future releases:</h3>
+<h3></h3>
<ul>
Modified: trunk/mashup/java/xdocs/restyservices.html
==============================================================================
--- trunk/mashup/java/xdocs/restyservices.html (original)
+++ trunk/mashup/java/xdocs/restyservices.html Tue Jan 29 03:22:35 2008
@@ -6,13 +6,21 @@
<title>Writing RESTful services</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all" />
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body lang="EN-US">
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Writing RESTful services</h1>
Modified: trunk/mashup/java/xdocs/scraperhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/scraperhostobject.html (original)
+++ trunk/mashup/java/xdocs/scraperhostobject.html Tue Jan 29 03:22:35 2008
@@ -4,9 +4,18 @@
<meta http-equiv="content-type" content="">
<title>Scraper Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Scraper Host Object</h1>
Modified: trunk/mashup/java/xdocs/sessionhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/sessionhostobject.html (original)
+++ trunk/mashup/java/xdocs/sessionhostobject.html Tue Jan 29 03:22:35 2008
@@ -6,13 +6,21 @@
<title>Session Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>Session Host Object</h1>
Modified: trunk/mashup/java/xdocs/setting-java-home.html
==============================================================================
--- trunk/mashup/java/xdocs/setting-java-home.html (original)
+++ trunk/mashup/java/xdocs/setting-java-home.html Tue Jan 29 03:22:35 2008
@@ -18,10 +18,19 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>How to setup JAVA_HOME environment variable in Windows</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>How to Set up the JAVA_HOME Environment Variable in Windows</h1>
Modified: trunk/mashup/java/xdocs/systemhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/systemhostobject.html (original)
+++ trunk/mashup/java/xdocs/systemhostobject.html Tue Jan 29 03:22:35 2008
@@ -7,11 +7,19 @@
<title>System Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>System Host Object</h1>
Modified: trunk/mashup/java/xdocs/toc.html
==============================================================================
--- trunk/mashup/java/xdocs/toc.html (original)
+++ trunk/mashup/java/xdocs/toc.html Tue Jan 29 03:22:35 2008
@@ -11,7 +11,7 @@
<title></title>
- <link href="docs.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
@@ -35,7 +35,7 @@
<p><a href="adminguide.html" target="mainFrame">Managing
Services</a></p>
-
+<p><a href="apidocs/index.html" target="_blank">API Docs</a></p>
<h3>Writing Services</h3>
Modified: trunk/mashup/java/xdocs/tooling.html
==============================================================================
--- trunk/mashup/java/xdocs/tooling.html (original)
+++ trunk/mashup/java/xdocs/tooling.html Tue Jan 29 03:22:35 2008
@@ -1,8 +1,16 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
-<link href="styles.css" rel="stylesheet" type="text/css"
media="all"><title>Tooling Support</title>
+<link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all"><title>Tooling Support</title>
</head>
-<body><div id="main-content"><br>
+<body><!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code--><div id="main-content"><br>
<h1>Productivity
Tools Available For
Modified: trunk/mashup/java/xdocs/usermanagement.html
==============================================================================
--- trunk/mashup/java/xdocs/usermanagement.html (original)
+++ trunk/mashup/java/xdocs/usermanagement.html Tue Jan 29 03:22:35 2008
@@ -3,9 +3,18 @@
<head>
<meta http-equiv="content-type" content="">
<title>User Management</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>User Management<br>
</h1>
Modified: trunk/mashup/java/xdocs/wsrequesthostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/wsrequesthostobject.html (original)
+++ trunk/mashup/java/xdocs/wsrequesthostobject.html Tue Jan 29 03:22:35 2008
@@ -9,12 +9,20 @@
<title>WSRequest Host Object</title>
- <link href="styles.css" rel="stylesheet" type="text/css" media="all">
+ <link href="css/mashup-docs.css" rel="stylesheet" type="text/css"
media="all">
</head>
<body>
-
+<!--Google Analytics Tracking code-->
+<script src="https://ssl.google-analytics.com/urchin.js"
type="text/javascript">
+</script>
+<script type="text/javascript">
+ _uacct = "UA-103065-6";
+ _udn="wso2.org";
+ urchinTracker();
+</script>
+<!--End of Google Analytics Tracking code-->
<div id="main-content">
<h1>WSRequest Host Object</h1>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev