[mashup-dev] svn commit r13233 - in trunk/mashup/java/xdocs: . css

svn at wso2.org svn at wso2.org
Sat Feb 2 14:10:01 PST 2008


Author: jonathan
Date: Sat Feb  2 14:09:58 2008
New Revision: 13233

Log:

Retargeting external link.  Minor reformatting

Modified:
   trunk/mashup/java/xdocs/css/mashup-docs.css
   trunk/mashup/java/xdocs/imhostobject.html
   trunk/mashup/java/xdocs/systemhostobject.html

Modified: trunk/mashup/java/xdocs/css/mashup-docs.css
==============================================================================
--- trunk/mashup/java/xdocs/css/mashup-docs.css	(original)
+++ trunk/mashup/java/xdocs/css/mashup-docs.css	Sat Feb  2 14:09:58 2008
@@ -14,6 +14,9 @@
     line-height: 150%;
 }
 
+td {
+    vertical-align:top;
+}
 h1 {
     padding-top: 10px;
     padding-left: 0px;

Modified: trunk/mashup/java/xdocs/imhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/imhostobject.html	(original)
+++ trunk/mashup/java/xdocs/imhostobject.html	Sat Feb  2 14:09:58 2008
@@ -25,7 +25,7 @@
 
 <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
+the <a target="_top" href="https://sourceforge.net/project/showfiles.php?group_id=76691">ymsg
 (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>

Modified: trunk/mashup/java/xdocs/systemhostobject.html
==============================================================================
--- trunk/mashup/java/xdocs/systemhostobject.html	(original)
+++ trunk/mashup/java/xdocs/systemhostobject.html	Sat Feb  2 14:09:58 2008
@@ -178,27 +178,12 @@
 
 
     <td><span style="font-weight: bold;">uuid
-setInterval<br/>
-
-
-(<br/>
-
-
+setInterval (<br/>
 String javascriptCode/Function javascriptFunctionName, <br/>
-
-
 timeInterval, <br/>
-
-
 [optional] Array parameters, <br/>
-
-
 [optional] Date startTime, <br/>
-
-
 [optional] Date endtime<br/>
-
-
 ); </span></td>
 
 



More information about the Mashup-dev mailing list