Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nc_push

merging with readme edits in github
  • Loading branch information
hariharshankar committed Apr 23, 2014
2 parents cc93729 + d1d525e commit c83be3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# ResourceSync PuSH
![alt text](https://github.com/hariharshankar/resourcesync_push/blob/master/resourcesync_logo.jpg?raw=true ResourceSync)

**A ResourceSync PubSubHubbub Implementation.**
**A ResourceSync PubSubHubbub (PuSH) Implementation.**

ResourceSync PuSH is a PubsubHubbub implementation that also supports the ResourceSync change notification framework. This software provides Publisher, Hub and Subscriber modules with a RESTful API for easy integration in to existing systems. ResourceSync PuSH is written in Python and uses the [uWSGI](http://projects.unbit.it/uwsgi/) server. Please refer to the [ResouceSync Notification spec](http://www.openarchives.org/rs/notification/0.9/notification) for motivating examples and a complete overview of the framework architecture.
ResourceSync PuSH is a PubSubHubbub implementation that supports two modes: the ResourceSync notification mode and the traditional PubSubHubbub mode. In the ResourceSync notification mode change notifications are being pushed directly to the Hub whereas in the feed mode just the URI of the feed is pushed to the Hub.
This software provides Publisher, Hub, and Subscriber modules with a RESTful API for easy integration into existing systems. ResourceSync PuSH is written in Python and uses the [uWSGI](http://projects.unbit.it/uwsgi/) server. Please refer to the [ResouceSync Notification specification](http://www.openarchives.org/rs/notification/0.9/notification) for motivating examples and a complete overview of the framework's architecture.

The [ResourceSync specification](http://www.openarchives.org/rs/0.9.1/resourcesync) describes a synchronization framework for the web consisting of various capabilities that allow third party systems to remain synchronized with a server's evolving resources. This library is an implementation of the ResourceSync [Change Notification spec](http://www.openarchives.org/rs/notification/0.9/notification#ChangeNoti) and uses the [PubSubHubbub](https://pubsubhubbub.googlecode.com/git/pubsubhubbub-core-0.4.html) protocol.
The core [ResourceSync specification](http://www.openarchives.org/rs/0.9.1/resourcesync) describes a synchronization framework for the web consisting of various capabilities that allow third party systems to remain synchronized with a server's evolving resources. This library is an implementation of the [ResourceSync Notification specification ](http://www.openarchives.org/rs/notification/0.9/notification#ChangeNoti) and uses the [PubSubHubbub](https://pubsubhubbub.googlecode.com/git/pubsubhubbub-core-0.4.html) protocol.

## Features
* Scalable, fast and easily installable Publisher, Hub and Subscriber modules.
* Scalable, fast and easy to install Publisher, Hub and Subscriber modules.
* Fully compliant implementation of the ResourceSync Change Notification spec.
* The Hub module is also fully compliant with the PubSubHubbub spec and can be used as a simple pubsub hub.
* The Hub module is also fully compliant with the [PubSubHubbub specification](https://pubsubhubbub.googlecode.com/git/pubsubhubbub-core-0.4.html).
* ResourceSync PuSH is RESTful and can be easily deployed into any existing system without any programming language barriers.
* The individual modules are fully customizable and can be extended to suit any needs.

Expand Down
2 changes: 1 addition & 1 deletion conf/resourcesync_push.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]

log_mode=demo
log_mode=

[hub]
url=http://localhost:8000/
Expand Down

0 comments on commit c83be3b

Please sign in to comment.