Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mindtree committed Jan 17, 2011
0 parents commit ad924fc
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 0 deletions.
18 changes: 18 additions & 0 deletions LICENSE
@@ -0,0 +1,18 @@
GNU General Public License Version 2
Copyright (C) 2011 Mindtree Limited

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

The full text of the GPLv2 license can be found at <http://www.gnu.org/licenses/gpl-2.0.html>
Binary file added images/architecture.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo_inside.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions index.html
@@ -0,0 +1,82 @@

<html>
<head>
<style type="text/css">
.style1
{
color: #000000;
font-size: larger;
font-weight: normal;
}
.style2
{
color: #339933;
}
.style3
{
font-size: larger;
}
.style4
{
color: #333333;
}
</style>
</head>
<body>

<h2>
<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%;"><img src="images/logo_inside.gif" alt=""/></div>
</div>
</h2>

<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="style4">The OData Extension allows Drupal and Joomla 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">http://odata.netflix.com/catalog</a>), Open Government Data Initiative (<a href="http://ogdi.cloudapp.net/v1">http://ogdi.cloudapp.net/v1</a>),</span><br class="style4" />
<span class="style4">ebay (<a href="http://ebayodata.cloudapp.net">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">Producers</a> page of the OData web site.

</span><br />
<br />
<span class="style4">This extension works on Drupal 7 version and Joomla 1.6 version. It uses the OData
SDK for PHP available <a href="http://odataphp.codeplex.com/">here</a>.<br />

<br />
<span class="style3">Technologies</span><br />
<span class="style4">PHP, OData, REST</span><br />
<br />
<span class="style3">Contributors</span><br />
<span class="style4"><a href="http://www.mindtree.com">Mindtree Limited</a></span><br class="style4" />
<br />
<span class="style3">License</span><br />
<span class="style4">This software is released free of charge under the terms of the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License v2</a>.
The license document is available <a href="license">here</a>.</span><br />
<br />
<span class="style3">Architecture</span><br />


<html>
<html>



<html>
<html>

<html>
<html>

<img alt="" src="images/architecture.jpg" style="width: 513px" />
<p>
&nbsp;</p>
<span class="style4">
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 />
<br />
The installation guide for OData Drupal Module can be found <a href="drupalodata.html">here</a> and
the OData Joomla Component installation guide can be found <a href="joomlaodata.html">here</a>.
</span>

</body>
</html>
Binary file added odata_ogdi.zip
Binary file not shown.
Binary file added odata_support.zip
Binary file not shown.

0 comments on commit ad924fc

Please sign in to comment.