Author: keith
Date: Sun Jan 27 22:08:22 2008
New Revision: 13020

Log:

Fixing typo



Modified:
   trunk/mashup/java/xdocs/introduction.html

Modified: trunk/mashup/java/xdocs/introduction.html
==============================================================================
--- trunk/mashup/java/xdocs/introduction.html   (original)
+++ trunk/mashup/java/xdocs/introduction.html   Sun Jan 27 22:08:22 2008
@@ -2,12 +2,17 @@
 <html>
 <head>
 
+
     
+  
   <meta http-equiv="content-type" content="">
 
+
     
 
     
+  
+  
   <title>Welcome to the WSO2 Mashup Server</title>
   <link href="styles.css" rel="stylesheet" type="text/css" media="all">
 </head>
@@ -15,26 +20,34 @@
 
 <body>
 
+
 <div id="main-content">
 <h1>Welcome to the WSO2 Mashup Server v1.0</h1>
 
+
 Welcome to the WSO2 Mashup Server documentation! This document provides
 an
 introduction to the concepts and use of the Mashup Server, and will
 help you
 get started using Web service technology. <br>
 
+
 You will find more useful information in from the following resources:
 <ul>
 
+
     <li><a href="http://mooshup.com";>mooshup.com</a></li>
 
+
     <li><a href="http://wso2.org/forum/226"; target="blank">Community 
Forum</a></li>
 
+
 </ul>
 
+
 <h2>Web Services and Mashups</h2>
 
+
 Mashups are becoming an increasingly important part of the information
 age. They allow you to tame the raging information flow and put it to
 work for
@@ -47,8 +60,10 @@
 information
 in the way you want it is the basis of XML-based Web Services. <br>
 
+
 <br>
 
+
 XML is a language for exchanging information. It extends the valuable
 characteristics of HTML, which is limited to the domain of document
 publishing, to other fields. It allows one to use vocabularies specific
@@ -63,8 +78,10 @@
 information - the first step in making that information reusable by the
 consumer. <br>
 
+
 <br>
 
+
 But if anyone can make up their own language, isn't that the Tower of
 Babel
 all over again? Indeed, to communicate effectively, two computers must
@@ -87,8 +104,10 @@
 combine
 them into a new information stream. <br>
 
+
 <br>
 
+
 Merging, or mashing-up data, thus is a process of acquiring XML
 (directly
 from the producers, or in some other legacy form that can be converted
@@ -105,8 +124,10 @@
 particular
 user's needs, is one of consuming, processing, and publishing XML. <br>
 
+
 <br>
 
+
 How does one acquire XML? Web Services are a set of technologies that
 helps
 get XML from one place to another, providing protocols for describing
@@ -121,8 +142,10 @@
 content
 itself as much as possible. <br>
 
+
 <br>
 
+
 Mashup products and frameworks all have several pieces in common. They
 provide ways to acquire data, they provide a central abstraction and
 tools
@@ -138,19 +161,25 @@
 RSS, and
 other output mechanisms. <br>
 
+
 <br>
 
+
 In this User Guide, you will learn how to acquire, manipulate and
 publish XML
 data through Web Services, and how to build upon that foundation to
 create
 sophisticated distributed applications simply and rapidly. <br>
 
+
 <br>
 
 
+
 <h2>WSO2 Mashup Server 1.0 Release</h2>
+
 <br>
+
 The 1.0&nbsp;release of the WSO2 Mashup Server&nbsp;focuses
 on the fundamental technology needed to author and consume services
 with
@@ -160,73 +189,118 @@
 services is only
 part of a true mashup platform.<br>
 
+
 <br>
 
 
-<h3>New features in the 1.0 relese:</h3>
+
+<h3>New features in the 1.0 release:</h3>
+
 
 <ul>
 
+
     <li>Email Host object</li>
 
+
     <li>IM Host object
     </li>
 
+
     <li>Revamped management interface based on WSO2 Registry</li>
+
+  
   <ul>
+
     <li>Web 2.0 look and feel</li>
+
     <li>Improved multi-user and community support</li>
+
     <li>Improved user management support for administrators</li>
+
     <li>Email-verified self-registration</li>
+
     <li>Comments, tags, ratings</li>
+
     <li>Sophisticated search capabilities to locate and group mashups</li>
+
     <li>RSS and Atom feeds for any query</li>
+
     <li>Recent activity queries</li>
+
+  
   </ul>
+
   <li>Improved tooling</li>
+
+  
   <ul>
+
     <li>Scraper assistant</li>
+
     <li>JavaScript Stub Genarator</li>
+
+  
   </ul>
+
   <li>Improved REST support via httpMethod and httpLocation 
annotations&nbsp;</li>
+
   <li>Infocard login support</li>
+
   <li>Improved sharing and downloading of mashups based on user accounts</li>
+
   <li>Special _private folder to store private data for each mashup</li>
+
   <li>Windows installer and management tray icon.</li>
 
+
 </ul>
 
+
 <h3>Still to come are items like these:<br>
 
+
 </h3>
 
+
 <ul>
 
+
     <li>Improved tooling support.
     </li>
 
+
     <li>An expanded toolkit of generic building-block services.</li>
 
+
     
     <li>Ability to use custom XML Schema data types and WSDLs.</li>
 
+
     
     <li>Lots more cool stuff.</li>
 
+
 </ul>
 
+
 <h3><span style="font-weight: normal;">Please refer
 the&nbsp;</span><a style="font-weight: normal;" 
href="http://wso2.org/project/mashup/1.0/release_note.html";>Mashup
     Server v1.0 Release Note</a><span style="font-weight: normal;">
 for more details.</span><br>
 
+
 </h3>
 
+
 <br>
 
+
 </div>
 
+
 <p>� WSO2 Inc.</p>
 
+
 </body>
 </html>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to