Changeset 722424
- Timestamp:
- 06/04/2013 07:34:41 AM (13 years ago)
- Location:
- pubsubhubbub
- Files:
-
- 36 edited
-
branches/subscriber/publisher.php (modified) (1 diff)
-
branches/subscriber/pubsubhubbub.php (modified) (2 diffs)
-
branches/subscriber/readme.txt (modified) (1 diff)
-
branches/subscriber/subscriber.php (modified) (1 diff)
-
tags/1.0/publisher.php (modified) (1 diff)
-
tags/1.0/pubsubhubbub.php (modified) (1 diff)
-
tags/1.1/publisher.php (modified) (1 diff)
-
tags/1.1/pubsubhubbub.php (modified) (1 diff)
-
tags/1.2/publisher.php (modified) (1 diff)
-
tags/1.2/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.2/readme.txt (modified) (1 diff)
-
tags/1.3/publisher.php (modified) (1 diff)
-
tags/1.3/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.3/readme.txt (modified) (1 diff)
-
tags/1.4/publisher.php (modified) (1 diff)
-
tags/1.4/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.4/readme.txt (modified) (1 diff)
-
tags/1.5/publisher.php (modified) (1 diff)
-
tags/1.5/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.5/readme.txt (modified) (1 diff)
-
tags/1.6.1/pubsubhubbub-php/publisher.php (modified) (1 diff)
-
tags/1.6.1/pubsubhubbub-php/subscriber.php (modified) (1 diff)
-
tags/1.6.1/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.6.1/readme.txt (modified) (1 diff)
-
tags/1.6.2/pubsubhubbub-php/publisher.php (modified) (1 diff)
-
tags/1.6.2/pubsubhubbub-php/subscriber.php (modified) (1 diff)
-
tags/1.6.2/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.6.2/readme.txt (modified) (1 diff)
-
tags/1.6/publisher.php (modified) (1 diff)
-
tags/1.6/pubsubhubbub.php (modified) (2 diffs)
-
tags/1.6/readme.txt (modified) (1 diff)
-
tags/1.6/subscriber.php (modified) (1 diff)
-
trunk/pubsubhubbub-php/publisher.php (modified) (1 diff)
-
trunk/pubsubhubbub-php/subscriber.php (modified) (1 diff)
-
trunk/pubsubhubbub.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pubsubhubbub/branches/subscriber/publisher.php
r385883 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/branches/subscriber/pubsubhubbub.php
r386249 r722424 6 6 Version: 1.5 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ … … 116 116 if (!$endpoints) { 117 117 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 118 $hub_urls[] = "http:// superfeedr.com/hubbub";118 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 119 119 } 120 120 -
pubsubhubbub/branches/subscriber/readme.txt
r385884 r722424 23 23 24 24 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 25 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")25 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 26 26 27 27 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/branches/subscriber/subscriber.php
r386175 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/tags/1.0/publisher.php
r148369 r722424 3 3 // a PHP client library for pubsubhubbub 4 4 // as defined at http://code.google.com/p/pubsubhubbub/ 5 // written by Josh Fraser | joshfraser.com | josh @eventvue.com5 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 6 6 // Released under Apache License 2.0 7 7 -
pubsubhubbub/tags/1.0/pubsubhubbub.php
r148369 r722424 6 6 Version: 1.1 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ -
pubsubhubbub/tags/1.1/publisher.php
r122237 r722424 3 3 // a PHP client library for pubsubhubbub 4 4 // as defined at http://code.google.com/p/pubsubhubbub/ 5 // written by Josh Fraser | joshfraser.com | josh @eventvue.com5 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 6 6 // Released under Apache License 2.0 7 7 -
pubsubhubbub/tags/1.1/pubsubhubbub.php
r122247 r722424 6 6 Version: 1.1 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ -
pubsubhubbub/tags/1.2/publisher.php
r148369 r722424 3 3 // a PHP client library for pubsubhubbub 4 4 // as defined at http://code.google.com/p/pubsubhubbub/ 5 // written by Josh Fraser | joshfraser.com | josh @eventvue.com5 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 6 6 // Released under Apache License 2.0 7 7 -
pubsubhubbub/tags/1.2/pubsubhubbub.php
r148369 r722424 6 6 Version: 1.2 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ … … 84 84 if (!$endpoints) { 85 85 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 86 $hub_urls[] = "http:// superfeedr.com/hubbub";86 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 87 87 } 88 88 -
pubsubhubbub/tags/1.2/readme.txt
r156833 r722424 23 23 24 24 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 25 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")25 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 26 26 27 27 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.3/publisher.php
r197282 r722424 3 3 // a PHP client library for pubsubhubbub 4 4 // as defined at http://code.google.com/p/pubsubhubbub/ 5 // written by Josh Fraser | joshfraser.com | josh @eventvue.com5 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 6 6 // Released under Apache License 2.0 7 7 -
pubsubhubbub/tags/1.3/pubsubhubbub.php
r197282 r722424 6 6 Version: 1.3 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ … … 84 84 if (!$endpoints) { 85 85 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 86 $hub_urls[] = "http:// superfeedr.com/hubbub";86 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 87 87 } 88 88 -
pubsubhubbub/tags/1.3/readme.txt
r198444 r722424 24 24 25 25 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 26 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")26 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 27 27 28 28 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.4/publisher.php
r204729 r722424 3 3 // a PHP client library for pubsubhubbub 4 4 // as defined at http://code.google.com/p/pubsubhubbub/ 5 // written by Josh Fraser | joshfraser.com | josh @eventvue.com5 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 6 6 // Released under Apache License 2.0 7 7 -
pubsubhubbub/tags/1.4/pubsubhubbub.php
r337935 r722424 6 6 Version: 1.4 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ … … 84 84 if (!$endpoints) { 85 85 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 86 $hub_urls[] = "http:// superfeedr.com/hubbub";86 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 87 87 } 88 88 -
pubsubhubbub/tags/1.4/readme.txt
r337935 r722424 23 23 24 24 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 25 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")25 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 26 26 27 27 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.5/publisher.php
r118081 r722424 3 3 // a PHP client library for pubsubhubbub 4 4 // as defined at http://code.google.com/p/pubsubhubbub/ 5 // written by Josh Fraser | joshfraser.com | josh @eventvue.com5 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 6 6 // Released under Apache License 2.0 7 7 -
pubsubhubbub/tags/1.5/pubsubhubbub.php
r338936 r722424 6 6 Version: 1.5 7 7 Author: Josh Fraser 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://www.joshfraser.com 10 10 */ … … 97 97 if (!$endpoints) { 98 98 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 99 $hub_urls[] = "http:// superfeedr.com/hubbub";99 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 100 100 } 101 101 -
pubsubhubbub/tags/1.5/readme.txt
r338936 r722424 23 23 24 24 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 25 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")25 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 26 26 27 27 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.6.1/pubsubhubbub-php/publisher.php
r669638 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/tags/1.6.1/pubsubhubbub-php/subscriber.php
r669638 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/tags/1.6.1/pubsubhubbub.php
r669639 r722424 6 6 Version: 1.6.1 7 7 Author: Josh Fraser, Matthias Pfefferle 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://wordpress.org/extend/plugins/pubsubhubbub/ 10 10 */ … … 165 165 if (!$endpoints) { 166 166 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 167 $hub_urls[] = "http:// superfeedr.com/hubbub";167 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 168 168 } 169 169 -
pubsubhubbub/tags/1.6.1/readme.txt
r669639 r722424 22 22 23 23 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 24 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")24 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 25 25 26 26 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.6.2/pubsubhubbub-php/publisher.php
r701501 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/tags/1.6.2/pubsubhubbub-php/subscriber.php
r701501 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/tags/1.6.2/pubsubhubbub.php
r701501 r722424 6 6 Version: 1.6.2 7 7 Author: Josh Fraser, Matthias Pfefferle 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://wordpress.org/extend/plugins/pubsubhubbub/ 10 10 */ … … 165 165 if (!$endpoints) { 166 166 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 167 $hub_urls[] = "http:// superfeedr.com/hubbub";167 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 168 168 } 169 169 -
pubsubhubbub/tags/1.6.2/readme.txt
r701501 r722424 22 22 23 23 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 24 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")24 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 25 25 26 26 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.6/publisher.php
r528069 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/tags/1.6/pubsubhubbub.php
r528069 r722424 6 6 Version: 1.6 7 7 Author: Josh Fraser, Matthias Pfefferle 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://wordpress.org/extend/plugins/pubsubhubbub/ 10 10 */ … … 150 150 if (!$endpoints) { 151 151 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 152 $hub_urls[] = "http:// superfeedr.com/hubbub";152 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 153 153 } 154 154 -
pubsubhubbub/tags/1.6/readme.txt
r528069 r722424 23 23 24 24 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 25 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")25 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 26 26 27 27 Please contact me if you operate a hub that you would like to be included as a default option. -
pubsubhubbub/tags/1.6/subscriber.php
r528069 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/trunk/pubsubhubbub-php/publisher.php
r669638 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/trunk/pubsubhubbub-php/subscriber.php
r669638 r722424 2 2 // a PHP client library for pubsubhubbub 3 3 // as defined at http://code.google.com/p/pubsubhubbub/ 4 // written by Josh Fraser | joshfraser.com | josh @eventvue.com4 // written by Josh Fraser | joshfraser.com | joshfraz@gmail.com 5 5 // modified by Matthias Pfefferle | notizblog.org | matthias@pfefferle.org 6 6 // Released under Apache License 2.0 -
pubsubhubbub/trunk/pubsubhubbub.php
r701500 r722424 6 6 Version: 1.6.2 7 7 Author: Josh Fraser, Matthias Pfefferle 8 Author Email: josh @eventvue.com8 Author Email: joshfraz@gmail.com 9 9 Author URI: http://wordpress.org/extend/plugins/pubsubhubbub/ 10 10 */ … … 165 165 if (!$endpoints) { 166 166 $hub_urls[] = "http://pubsubhubbub.appspot.com"; 167 $hub_urls[] = "http:// superfeedr.com/hubbub";167 $hub_urls[] = "http://pubsubhubbub.superfeedr.com"; 168 168 } 169 169 -
pubsubhubbub/trunk/readme.txt
r701500 r722424 22 22 23 23 * [Demo hub on Google App Engine](http://pubsubhubbub.appspot.com "Demo hub on Google App Engine") 24 * [SuperFeedr](http:// superfeedr.com/hubbub"SuperFeedr")24 * [SuperFeedr](http://pubsubhubbub.superfeedr.com "SuperFeedr") 25 25 26 26 Please contact me if you operate a hub that you would like to be included as a default option.
Note: See TracChangeset
for help on using the changeset viewer.