Difference between revisions of "OX6:Open-Xchange UWA"

(Example Widgets)
 
(12 intermediate revisions by 7 users not shown)
Line 2: Line 2:
  
 
== What is Netvibes UWA? ==
 
== What is Netvibes UWA? ==
Netvibes UWA is a abbreviation for the ''[http://dev.netvibes.com/ Universal Widget API]'' and describes a standard to make widgets available on every platform such as [http://www.netvibes.com/ Netvibes], [http://www.igoogle.com iGoogle], [http://www.apple.com/downloads/dashboard/ Apple Dashboard], Blog Systems and many others. Now it is also possible to embed those widgets to the Open-Xchange User Interface. This means you are able to use most of the widgets available on Netvibes or iGoogle at you Open-Xchange Portal page. Technically this is no big deal but for the user it is now possible to enhance his workspace by more or less useful addons like RSS readers, stock statistics, minigames or weather prediction without leaving the groupware and dealing with external applications.
+
Netvibes UWA is a abbreviation for the ''[http://dev.netvibes.com/ Universal Widget API]'' and describes a standard to make widgets available on every platform such as [http://www.netvibes.com/ Netvibes], [http://www.apple.com/downloads/dashboard/ Apple Dashboard], Blog Systems and many others. Now it is also possible to embed those widgets to the Open-Xchange User Interface. This means you are able to use most of the widgets available on Netvibes at you Open-Xchange Portal page. Technically this is no big deal but for the user it is now possible to enhance his workspace by more or less useful addons like RSS readers, stock statistics, minigames or weather prediction without leaving the groupware and dealing with external applications.
  
 
== How to integrate to Open-Xchange ==
 
== How to integrate to Open-Xchange ==
Line 18: Line 18:
  
 
  Title: My RSS Feed
 
  Title: My RSS Feed
  URI: http://www.netvibes.com/modules/feedReader/feedReader.html&feedUrl=<RSS-URL>
+
  URI: http://www.netvibes.com/modules/feedReader/feedReader.html
 +
Parameter (param1:value1, param2:value2): feedUrl:<RSS-URL>
 
  Where RSS URL is the RSS file the website offers, for example:
 
  Where RSS URL is the RSS file the website offers, for example:
http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml
+
https://confluence-public.open-xchange.com/spaces/createrssfeed.action?types=page&types=comment&types=blogpost&types=mail&types=attachment&spaces=SKB&maxResults=15&title=[Support+Knowledge+Base]+All+Content+Feed&amp;publicFeed=true http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml
 
  http://rss.slashdot.org/Slashdot/slashdot
 
  http://rss.slashdot.org/Slashdot/slashdot
 
  http://www.news.com/2547-1_3-0-20.xml
 
  http://www.news.com/2547-1_3-0-20.xml
 
  http://rssfeeds.usatoday.com/usatoday-NewsTopStories
 
  http://rssfeeds.usatoday.com/usatoday-NewsTopStories
 +
http://www.spiegel.de/schlagzeilen/rss/index.xml
 +
http://www.welt.de/?service=Rss
 +
http://www.heise.de/newsticker/heise.rdf
 +
http://www.handelsblatt.com/rss/hb.xml
 +
 +
Title: Top News
 +
URI: http://www.labpixies.com/campaigns/news/news_nv.xml
 +
No parameters
 +
 +
Title: Wikipedia
 +
URI: http://www.labpixies.com/campaigns/wiki/wiki_nv.html
 +
No parameters
 +
 +
Title: Cool Astronomy Pictures
 +
URI: http://www.netvibes.com/api/uwa/examples/astronomy.html
 +
No parameters
  
 
== Resources ==
 
== Resources ==
 
tbd
 
tbd
 +
 +
[[Category: OX6]]

Latest revision as of 08:10, 29 July 2019

Open-Xchange and Netvibes UWA

What is Netvibes UWA?

Netvibes UWA is a abbreviation for the Universal Widget API and describes a standard to make widgets available on every platform such as Netvibes, Apple Dashboard, Blog Systems and many others. Now it is also possible to embed those widgets to the Open-Xchange User Interface. This means you are able to use most of the widgets available on Netvibes at you Open-Xchange Portal page. Technically this is no big deal but for the user it is now possible to enhance his workspace by more or less useful addons like RSS readers, stock statistics, minigames or weather prediction without leaving the groupware and dealing with external applications.

How to integrate to Open-Xchange

Every user has the possibility to add Widgets to his portal page, independently. The configuration menu is located at 'Configuration' -> 'Startpage' -> 'UWA Modules'. This configuration page allows to add seperate Widgets and customize them. Every Widgets requires a Title which could be a custom name for that widget and a URI which defines the URL of the widget. Widgets are parsed through the Netvibes API and rendered inside a customizable area at the Open-Xchange Portal Page. Please note that this implicates external (Script) Code to be executed at the Open-Xchange Interface where the availability, correctness and privacy of those services are not covered by the Open-Xchange Server.

Screenshots

UWA-Screenshot.jpg

Example Widgets

Title: Weather for <yourcity>
URI: http://www.netvibes.com/modules/weather/weather.html
Parameter (param1:value1, param2:value2): townName:<yourcity>,unit:1
Unit 0 = Fahrenheit, Unit 1 = Celsius
Title: My RSS Feed
URI: http://www.netvibes.com/modules/feedReader/feedReader.html
Parameter (param1:value1, param2:value2): feedUrl:<RSS-URL>
Where RSS URL is the RSS file the website offers, for example:

https://confluence-public.open-xchange.com/spaces/createrssfeed.action?types=page&types=comment&types=blogpost&types=mail&types=attachment&spaces=SKB&maxResults=15&title=[Support+Knowledge+Base]+All+Content+Feed&publicFeed=true http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml

http://rss.slashdot.org/Slashdot/slashdot
http://www.news.com/2547-1_3-0-20.xml
http://rssfeeds.usatoday.com/usatoday-NewsTopStories
http://www.spiegel.de/schlagzeilen/rss/index.xml
http://www.welt.de/?service=Rss
http://www.heise.de/newsticker/heise.rdf
http://www.handelsblatt.com/rss/hb.xml
Title: Top News
URI: http://www.labpixies.com/campaigns/news/news_nv.xml
No parameters
Title: Wikipedia
URI: http://www.labpixies.com/campaigns/wiki/wiki_nv.html
No parameters
Title: Cool Astronomy Pictures
URI: http://www.netvibes.com/api/uwa/examples/astronomy.html
No parameters

Resources

tbd