Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mindtree committed Feb 15, 2011
1 parent 2458446 commit a1b7018
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
@@ -1,4 +1,3 @@

<html> <html>
<head> <head>
<style type="text/css"> <style type="text/css">
Expand Down Expand Up @@ -26,22 +25,22 @@


<h2> <h2>
<div style="width: 100%; float: left;"> <div style="width: 100%; float: left;">
<div style="float: left; width: 50%" class="style2">OData Extension for Drupal & Joomla</div> <div style="float: left; width: 50%" class="style2">OData Module for Drupal</div>
<div style="float: left; width: 50%;"><img src="images/logo_inside.gif" alt=""/></div> <div style="float: left; width: 50%;"><img src="images/logo_inside.gif" alt=""/></div>
</div> </div>
</h2> </h2>


<h4 class="style1">Allows PHP developers to access data services that use the OData protocol in their content pages.</h4> <h4 class="style1">Allows PHP developers to access data services that use the OData protocol in their content pages.</h4>
<span class="style3">Project Details</span><br /> <span class="style3">Project Details</span><br />
<span class="style4">The OData Extension allows Drupal and Joomla users to embed data exposed through the Open Data Protocol (OData) in their content pages.<br/> <span class="style4">The OData Module allows Drupal users to embed data exposed through the Open Data Protocol (OData) in their content pages.<br/>
Users can include data from Netflix (<a href="http://odata.netflix.com/catalog" target="_blank">http://odata.netflix.com/catalog</a>), Open Government Data Initiative (<a href="http://ogdi.cloudapp.net/v1" target="_blank">http://ogdi.cloudapp.net/v1</a>),</span><br class="style4" /> Users can include data from Netflix (<a href="http://odata.netflix.com/catalog" target="_blank">http://odata.netflix.com/catalog</a>), Open Government Data Initiative (<a href="http://ogdi.cloudapp.net/v1" target="_blank">http://ogdi.cloudapp.net/v1</a>),</span><br class="style4" />
<span class="style4">ebay (<a href="http://ebayodata.cloudapp.net" target="_blank">http://ebayodata.cloudapp.net</a>) and other OData publishers. A full list of OData services is available on the <a href="http://www.odata.org/producers" target="_blank">Producers</a> page of the OData web site. <span class="style4">ebay (<a href="http://ebayodata.cloudapp.net" target="_blank">http://ebayodata.cloudapp.net</a>) and other OData publishers. A full list of OData services is available on the <a href="http://www.odata.org/producers" target="_blank">Producers</a> page of the OData web site.


</span><br /> </span><br />
<br /> <br />
<span class="style4">This extension works on Drupal 7 version and Joomla 1.6 version. It uses the OData <span class="style4">This module works on Drupal 7 version. It uses the OData
SDK for PHP available <a href="http://odataphp.codeplex.com/" target="_blank">here</a>.<br /> SDK for PHP available <a href="http://odataphp.codeplex.com/" target="_blank">here</a>.<br />
The extension is supported on Internet Explorer 8.0, Google Chrome 8.0 and Mozilla Firefox 3.6 browsers.<br /> The module is supported on Internet Explorer 8.0, Google Chrome 8.0 and Mozilla Firefox 3.6 browsers.<br />


<br /> <br />
<span class="style3">Technologies</span><br /> <span class="style3">Technologies</span><br />
Expand Down Expand Up @@ -80,7 +79,7 @@ <h4 class="style1">Allows PHP developers to access data services that use the OD
&nbsp;</p> &nbsp;</p>
<span class="style4"> <span class="style4">
The OData SDK for PHP is used to generate a proxy class from the metadata exposed by an OData Producer. <br /> The OData SDK for PHP is used to generate a proxy class from the metadata exposed by an OData Producer. <br />
These proxy classes are then used by the Drupal/Joomla extension to connect and browse records from the Data Service. <br /> These proxy classes are then used by the Drupal module to connect and browse records from the Data Service. <br />
<br /> <br />
</span> </span>


Expand Down

0 comments on commit a1b7018

Please sign in to comment.