This HTML5 document contains 52 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n5https://demo.openlinksw.com/
n26http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n6http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
dchttp://purl.org/dc/elements/1.1/
n24http://vos.openlinksw.com/dataspace/dav#
n15http://test.foafssl.org/cert/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n25http://rdfs.org/sioc/services#
n17https://foaf.me/
siocthttp://rdfs.org/sioc/types#
n8http://vos.openlinksw.com/dataspace/person/dav#
n14http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n22http://vos.openlinksw.com/dataspace/owiki#
n11http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtODSPubSubHub/
n16http://esw.w3.org/topic/
xsdhhttp://www.w3.org/2001/XMLSchema#
n23http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n20http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
n13http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/
n12http://vos.openlinksw.com/wiki/main/VOS/VirtODSPubSubHub/

Statements

Subject Item
n2:VirtODSPubSubHub
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:49:09.664692
dcterms:modified
2017-06-13T05:49:09.664692
rdfs:label
VirtODSPubSubHub
foaf:maker
n8:this n20:this
dc:title
VirtODSPubSubHub
opl:isDescribedUsing
n11:sioc.rdf
sioc:has_creator
n22:this n24:this
sioc:attachment
n12:step3.png n12:p3.png n12:p4.png n12:p1.png n12:p2.png n12:step1.png n12:step2.png n12:p5.png n12:p6.png
sioc:content
%META:TOPICPARENT{name="ODSIndex"}% ---+ Setting up <nop>PubSubHub in ODS %TOC% ---++ Introduction <nop>PubSubHub (PSH) setup consists of two steps: 1 Set up the ODS server. 1 Configure applications to publish to hub. These steps are detailed below. ---++Prerequisites The following packages should be installed: * <code>[[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/ods_framework_dav.vad][ods_framework_dav.vad]]</code> * <code>[[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/pubsubhub_dav.vad][pubsubhub_dav.vad]]</code> * <code>[[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/ods_blog_dav.vad][ods_blog_dav.vad]]</code> * <code>[[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/ods_feedmanager_dav.vad][ods_feedmanager_dav.vad]]</code> ---++ Set up the ODS server PSH setup on the ODS Server takes two steps, performed while logged in as the <code>dav</code> <nop>WebDAV System Administrator user, through the <b>Site Settings</b> link of ODS UI: 1 In the <b>Feed Instances with Admin Rights</b> section , specify the PSH endpoint. This setting tells applications what to report for PSH auto-discovery: %BR%%BR%<img src="%ATTACHURLPATH%/step1.png" style="wikiautogen"/>%BR%%BR% 2 The <b>Notification Services</b> UI is used to set up the PSH publish service endpoint, to which ODS users can point their applications: %BR%%BR%<img src="%ATTACHURLPATH%/step2.png" style="wikiautogen"/>%BR%%BR% * Enter for Endpoint: <b><code><nowiki>http://&lt;host&gt;:&lt;port&gt;/psh/</nowiki></code></b> (modified for your instance, e.g., <b><code><nowiki>http://myhost.example.com:8889/psh/</nowiki></code></b>) * Enter for Notification Service: <b><code><nowiki>PubSubHub</nowiki></code></b> * Select Protocol: <b><code><nowiki>PubSubHub</nowiki></code></b> ODS applications can now be configured to publish messages to the PSH endpoint. ---++ Configure an ODS application to publish via PSH 1 Log in as the <b><code>dav</code></b> user. 1 Go to <b>ODS</b> -> <b>Application Settings</b> -> <b>Application Notifications</b> 1 Select the default 'dav' blog from the top menu, and highlight the <b>PubSubHub</b> Notification Service. (You may command-click to select multiple notification targets.) %BR%%BR%<img src="%ATTACHURLPATH%/step3.png" style="wikiautogen"/>%BR%%BR% 1 Click <b>Add</b> to make your setting take effect. ---++ Test the setup using ODS-Feed Manager and basic PSH Subscription UI For our test, we use ODS-Weblog as publisher and ODS-Feed Manager as subscriber. First, in ODS-Feed Manager we subscribe to the rss feed: 1 Log in as a normal user, e.g., <b><code>demo</code></b> 1 Go to the Feed Manager application. 1 Go to <b>Administration</b> -> <b>Feeds</b> and click <b>Subscribe</b>. %BR%%BR%<img src="%ATTACHURLPATH%/p1.png" style="wikiautogen"/>%BR%%BR% 1 Select <b>From URL...</b> and click <b>Next</b>. 1 In <b>From URL (RSS/Atom/OPML/OCS/SIOC ...)</b> field, enter the Weblog Feed URL, e.g., <verbatim> http://myhost.example.com/weblog/dav/dav-blog-0/gems/rss.xml </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/p2.png" style="wikiautogen"/>%BR%%BR% 1 Click <b>Subscribe</b> %BR%%BR%<img src="%ATTACHURLPATH%/p3.png" style="wikiautogen"/>%BR%%BR% 1 The PSH Server value will be shown, and <b>PubSubHub Enable</b> will be checked. Click <b>Subscribe</b> again. %BR%%BR%<img src="%ATTACHURLPATH%/p4.png" style="wikiautogen"/>%BR%%BR% Now, we publish something on the 'dav' weblog: %BR%%BR%<img src="%ATTACHURLPATH%/p5.png" style="wikiautogen"/>%BR%%BR% Notification is made to the PSH endpoint, and the Feed Manager is notified to update its subscription content. %BR%%BR%<img src="%ATTACHURLPATH%/p6.png" style="wikiautogen"/>%BR%%BR% ---++Related * [[VirtPubSubHub][PubSubHubbub Demo Client Example]] * [[VirtFeedPubSubHub][Example feed subscription via PubSubHub Protocol]] * [[VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol- or IP-based control lists]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLSSL][Creating and Using a SPARQL-SSL based Endpoint]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthServerUI][Set WebID Protocol ACLs using the Virtuoso Authentication Server UI]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthFOAFSSLACL][WebID Protocol ACLs Tutorial]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[VirtODSFOAFSSL][WebID Protocol Support in OpenLink Data Spaces]] * [[ODSPkiSetup][Guide to Setting up a X.509 certificate issuer and HTTPS listener and Generating ODS user certificates]] * [[OdsKeyImport][CA Keys Import using Conductor]] * [[ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID Guide]] * [[ODSBriefcaseFOAFSSLShareFile][ODS Briefcase WebID Protocol Share File Guide]] * [[http://esw.w3.org/topic/foaf+ssl][WebID Protocol Specification]] * [[https://foaf.me/simpleLogin.php][Test WebID Protocol Certificate page]] * [[http://test.foafssl.org/cert/][WebID Protocol Certificate Generation page]] * [[https://demo.openlinksw.com/sparql-ssl][Virtuoso Demo SPARQL-SSL Endpoint]]
sioc:id
f171f6d4c03232bc66f9aa1f4dede22e
sioc:link
n2:VirtODSPubSubHub
sioc:has_container
n14:VOS
n25:has_services
n26:item
atom:title
VirtODSPubSubHub
sioc:links_to
n5:sparql-ssl n6:VirtAuthFOAFSSLACL n6:VirtOAuthSPARQL n2:VirtPubSubHub n6:VirtSPARQLSSL n6:VirtAuthServerUI n13:ods_blog_dav.vad n13:ods_feedmanager_dav.vad n15: n2:ODSPkiSetup n16:foaf+ssl n17:simpleLogin.php n2:VirtFeedPubSubHub n2:VirtODSFOAFSSL n13:pubsubhub_dav.vad n2:ODSGenerateX509Certificate n2:VirtPubSubHubACL n2:OdsKeyImport n23:PubSubHub n13:ods_framework_dav.vad n2:ODSBriefcaseFOAFSSLShareFile
atom:source
n14:VOS
atom:author
n8:this
atom:published
2017-06-13T05:49:09Z
atom:updated
2017-06-13T05:49:09Z
sioc:topic
n14:VOS