summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/data/apps/me360
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/apps/me360')
-rw-r--r--sca-cpp/trunk/hosting/server/data/apps/me360/app.composite155
-rw-r--r--sca-cpp/trunk/hosting/server/data/apps/me360/app.stats2
-rw-r--r--sca-cpp/trunk/hosting/server/data/apps/me360/htdocs/app.html119
3 files changed, 145 insertions, 131 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/apps/me360/app.composite b/sca-cpp/trunk/hosting/server/data/apps/me360/app.composite
index c0fb6a425c..95c5f78f7e 100644
--- a/sca-cpp/trunk/hosting/server/data/apps/me360/app.composite
+++ b/sca-cpp/trunk/hosting/server/data/apps/me360/app.composite
@@ -17,77 +17,84 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="app" targetNamespace="http://app">
- <service name="start" promote="start"/>
- <component name="bzprofile" title="buzz profile" color="blue1">
- <implementation.python script="nuvem/bzprofile.py"/>
- <service name="bzprofile"/>
- <reference target="text4" name="id"/>
- <reference name="bz" visible="false">
- <binding.http uri="https://www.googleapis.com/buzz/v1/people"/>
- </reference>
- </component>
- <component x="130" y="30" name="fbprofile" title="facebook profile" color="blue1">
- <implementation.python script="nuvem/fbprofile.py"/>
- <service name="fbprofile"/>
- <reference target="text" name="id"/>
- <reference name="fb" visible="false">
- <binding.http uri="https://graph.facebook.com"/>
- </reference>
- </component>
- <component x="90" y="170" name="item" title="{propval}:" color="orange1">
- <implementation.python script="nuvem/item.py"/>
- <service name="item"/>
- <reference target="fbprofile" name="value"/>
- <property>fbprofile</property>
- </component>
- <component x="90" y="190" name="item2" title="{propval}:" color="orange1">
- <implementation.python script="nuvem/item.py"/>
- <service name="item"/>
- <reference target="twprofile" name="value"/>
- <property>twitprofile</property>
- </component>
- <component x="90" y="210" name="item3" title="{propval}:" color="orange1">
- <implementation.python script="nuvem/item.py"/>
- <service name="item"/>
- <reference target="bzprofile" name="value"/>
- <property>buzzprofile</property>
- </component>
- <component x="60" y="30" name="list31" title="list" color="yellow1">
- <implementation.python script="nuvem/triple.py"/>
- <service name="list3"/>
- <reference target="item" name="first"/>
- <reference target="item2" name="second"/>
- <reference target="item3" name="third"/>
- </component>
- <component x="10" y="10" name="start" title="start" color="green1">
- <implementation.python script="nuvem/start.py"/>
- <service name="start" visible="false">
- <binding.http uri="start"/>
- </service>
- <reference target="list31" name="content"/>
- </component>
- <component x="220" y="170" name="text" title=" '{propval}'" color="orange1">
- <implementation.python script="nuvem/text.py"/>
- <service name="text"/>
- <property>jsdelfino</property>
- </component>
- <component x="220" y="200" name="text2" title=" '{propval}'" color="orange1">
- <implementation.python script="nuvem/text.py"/>
- <service name="text"/>
- <property>jsdelfino</property>
- </component>
- <component x="220" y="230" name="text4" title=" '{propval}'" color="orange1">
- <implementation.python script="nuvem/text.py"/>
- <service name="text"/>
- <property>jsdelfino</property>
- </component>
- <component name="twprofile" title="twitter profile" color="blue1">
- <implementation.python script="nuvem/twprofile.py"/>
- <service name="twprofile"/>
- <reference target="text2" name="id"/>
- <reference name="tw" visible="false">
- <binding.http uri="http://api.twitter.com/1/users/show.json"/>
- </reference>
- </component>
-</composite>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title type="text">me360</title>
+ <id>me360</id>
+ <content type="application/xml">
+ <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="app" targetNamespace="http://app">
+ <service name="start" promote="start"/>
+ <component name="bzprofile" title="buzz profile" color="blue1">
+ <implementation.python script="nuvem/bzprofile.py"/>
+ <service name="bzprofile"/>
+ <reference target="text4" name="id"/>
+ <reference name="bz" visible="false">
+ <binding.http uri="https://www.googleapis.com/buzz/v1/people"/>
+ </reference>
+ </component>
+ <component x="130" y="30" name="fbprofile" title="facebook profile" color="blue1">
+ <implementation.python script="nuvem/fbprofile.py"/>
+ <service name="fbprofile"/>
+ <reference target="text" name="id"/>
+ <reference name="fb" visible="false">
+ <binding.http uri="https://graph.facebook.com"/>
+ </reference>
+ </component>
+ <component x="90" y="170" name="item" title="{propval}:" color="orange1">
+ <implementation.python script="nuvem/item.py"/>
+ <service name="item"/>
+ <reference target="fbprofile" name="value"/>
+ <property>fbprofile</property>
+ </component>
+ <component x="90" y="190" name="item2" title="{propval}:" color="orange1">
+ <implementation.python script="nuvem/item.py"/>
+ <service name="item"/>
+ <reference target="twprofile" name="value"/>
+ <property>twitprofile</property>
+ </component>
+ <component x="90" y="210" name="item3" title="{propval}:" color="orange1">
+ <implementation.python script="nuvem/item.py"/>
+ <service name="item"/>
+ <reference target="bzprofile" name="value"/>
+ <property>buzzprofile</property>
+ </component>
+ <component x="60" y="30" name="list31" title="list" color="yellow1">
+ <implementation.python script="nuvem/triple.py"/>
+ <service name="list3"/>
+ <reference target="item" name="first"/>
+ <reference target="item2" name="second"/>
+ <reference target="item3" name="third"/>
+ </component>
+ <component x="10" y="10" name="start" title="start" color="green1">
+ <implementation.python script="nuvem/start.py"/>
+ <service name="start" visible="false">
+ <binding.http uri="start"/>
+ </service>
+ <reference target="list31" name="content"/>
+ </component>
+ <component x="220" y="170" name="text" title=" '{propval}'" color="orange1">
+ <implementation.python script="nuvem/text.py"/>
+ <service name="text"/>
+ <property>jsdelfino</property>
+ </component>
+ <component x="220" y="200" name="text2" title=" '{propval}'" color="orange1">
+ <implementation.python script="nuvem/text.py"/>
+ <service name="text"/>
+ <property>jsdelfino</property>
+ </component>
+ <component x="220" y="230" name="text4" title=" '{propval}'" color="orange1">
+ <implementation.python script="nuvem/text.py"/>
+ <service name="text"/>
+ <property>jsdelfino</property>
+ </component>
+ <component name="twprofile" title="twitter profile" color="blue1">
+ <implementation.python script="nuvem/twprofile.py"/>
+ <service name="twprofile"/>
+ <reference target="text2" name="id"/>
+ <reference name="tw" visible="false">
+ <binding.http uri="http://api.twitter.com/1/users/show.json"/>
+ </reference>
+ </component>
+ </composite>
+ </content>
+ <link href="me360"/>
+</entry>
diff --git a/sca-cpp/trunk/hosting/server/data/apps/me360/app.stats b/sca-cpp/trunk/hosting/server/data/apps/me360/app.stats
index a46c727280..31695e59d7 100644
--- a/sca-cpp/trunk/hosting/server/data/apps/me360/app.stats
+++ b/sca-cpp/trunk/hosting/server/data/apps/me360/app.stats
@@ -1 +1 @@
-((entry (title "Check my public social data") (id "me360"))) \ No newline at end of file
+((entry (title "Check my public social data") (id "me360") (author "admin@example.com") (updated "Apr 28, 2012") (content (stats (description "Sample app"))))) \ No newline at end of file
diff --git a/sca-cpp/trunk/hosting/server/data/apps/me360/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/me360/htdocs/app.html
index e57e246328..4ba163b6c9 100644
--- a/sca-cpp/trunk/hosting/server/data/apps/me360/htdocs/app.html
+++ b/sca-cpp/trunk/hosting/server/data/apps/me360/htdocs/app.html
@@ -17,59 +17,66 @@
* specific language governing permissions and limitations
* under the License.
-->
-<DIV id="page">
- <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; ">
- <H2>Me360</H2>
- </SPAN>
- <SPAN id="page:section" class="section" style="position: absolute; top: 27px; width: 100%; left: 2px; ">
- <SPAN>Facebook</SPAN>
- </SPAN>
- <SPAN id="fbprofile" class="table" style="position: absolute; top: 63px; width: 100%; left: 2px; ">
- <TABLE class="datatable" style="width: 100%;">
- <TBODY>
- <TR>
- <TD>=fbprofile</TD>
- <TD>...</TD>
- </TR>
- <TR>
- <TD>...</TD>
- <TD>...</TD>
- </TR>
- </TBODY>
- </TABLE>
- </SPAN>
- <SPAN id="page:section" class="section" style="position: absolute; top: 288px; width: 100%; left: 2px; ">
- <SPAN>Twitter</SPAN>
- </SPAN>
- <SPAN id="twitprofile" class="table" style="position: absolute; top: 324px; width: 100%; left: 2px; ">
- <TABLE class="datatable" style="width: 100%;">
- <TBODY>
- <TR>
- <TD>=twitprofile</TD>
- <TD>...</TD>
- </TR>
- <TR>
- <TD>...</TD>
- <TD>...</TD>
- </TR>
- </TBODY>
- </TABLE>
- </SPAN>
- <SPAN id="page:section" class="section" style="position: absolute; top: 1368px; width: 100%; left: 2px; ">
- <SPAN>Buzz</SPAN>
- </SPAN>
- <SPAN id="buzzprofile" class="table" style="position: absolute; top: 1404px; width: 100%; left: 2px; ">
- <TABLE class="datatable" style="width: 100%; ">
- <TBODY>
- <TR>
- <TD>=buzzprofile</TD>
- <TD>...</TD>
- </TR>
- <TR>
- <TD>...</TD>
- <TD>...</TD>
- </TR>
- </TBODY>
- </TABLE>
- </SPAN>
-</DIV>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title type="text">me360</title>
+ <id>me360</id>
+ <content type="application/xml">
+ <DIV id="page">
+ <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; ">
+ <H2>Me360</H2>
+ </SPAN>
+ <SPAN id="page:section" class="section" style="position: absolute; top: 27px; width: 100%; left: 2px; ">
+ <SPAN>Facebook</SPAN>
+ </SPAN>
+ <SPAN id="fbprofile" class="table" style="position: absolute; top: 63px; width: 100%; left: 2px; ">
+ <TABLE class="datatable" style="width: 100%;">
+ <TBODY>
+ <TR>
+ <TD>=fbprofile</TD>
+ <TD>...</TD>
+ </TR>
+ <TR>
+ <TD>...</TD>
+ <TD>...</TD>
+ </TR>
+ </TBODY>
+ </TABLE>
+ </SPAN>
+ <SPAN id="page:section" class="section" style="position: absolute; top: 288px; width: 100%; left: 2px; ">
+ <SPAN>Twitter</SPAN>
+ </SPAN>
+ <SPAN id="twitprofile" class="table" style="position: absolute; top: 324px; width: 100%; left: 2px; ">
+ <TABLE class="datatable" style="width: 100%;">
+ <TBODY>
+ <TR>
+ <TD>=twitprofile</TD>
+ <TD>...</TD>
+ </TR>
+ <TR>
+ <TD>...</TD>
+ <TD>...</TD>
+ </TR>
+ </TBODY>
+ </TABLE>
+ </SPAN>
+ <SPAN id="page:section" class="section" style="position: absolute; top: 1368px; width: 100%; left: 2px; ">
+ <SPAN>Buzz</SPAN>
+ </SPAN>
+ <SPAN id="buzzprofile" class="table" style="position: absolute; top: 1404px; width: 100%; left: 2px; ">
+ <TABLE class="datatable" style="width: 100%; ">
+ <TBODY>
+ <TR>
+ <TD>=buzzprofile</TD>
+ <TD>...</TD>
+ </TR>
+ <TR>
+ <TD>...</TD>
+ <TD>...</TD>
+ </TR>
+ </TBODY>
+ </TABLE>
+ </SPAN>
+ </DIV>
+ </content>
+ <link href="me360"/>
+</entry>