#!/usr/bin/env php . */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); $helptext = <<huburi with new subscription for $sub->uri\n"; $ok = $sub->subscribe(); if ($ok) { print "ok\n"; } else { print "Could not confirm.\n"; } $sub2 = FeedSub::staticGet('topic', $feedurl); print "\n"; print "New state:\n"; showSub($sub2); function showSub($sub) { print " Subscription state: $sub->sub_state\n"; print " Verify token: $sub->verify_token\n"; print " Signature secret: $sub->secret\n"; print " Sub start date: $sub->sub_start\n"; print " Record created: $sub->created\n"; print " Record modified: $sub->modified\n"; }