Skip to main content

publisher of pubsubhubbub (PuSH) in Mezzanine.

Project description

mezzanine_pubsubhubbub_pub
==========================

[![Build Status](https://travis-ci.org/kemsakurai/mezzanine-pubsubhubbub-pub.svg?branch=master)](https://travis-ci.org/kemsakurai/mezzanine-pubsubhubbub-pub)

Publisher support of pubsubhubbub for mezzanine's blog
Inspired by [brutasse/django-push: PubSubHubbub support for Django](https://github.com/brutasse/django-push), this package is created.

Requirements
------------

* mezzanine
* requests
* mock (for test)

Installation
------------

```console
pip install mezzanine_pubsubhubbub_pub
```

Usage
======================

### add aplication to settings.py

```python
INSTALLED_APPS = (
"mezzanine_pubsubhubbub_pub",
"mezzanine.boot",
"mezzanine.conf",
"mezzanine.generic",
......

```

### add feed urlpatterns to urls.py

```python
from mezzanine_pubsubhubbub_pub import get_feed_url_patterns
urlpatterns += get_feed_url_patterns()
```

### add PUSH_HUB to settings.py
PUSH_HUB is hub server to be notified
There can be multiple URL set in the Taple.
Default : ```("https://pubsubhubbub.appspot.com/",)```
This setting will not be editable via the admin.

### add PUSH_URL_PROTOCOL to settings.py
Set the protocol of the Feed URL to be notified .
HTTP_ONLY, a HTTPS_ONLY, BOTH can be set ,
BOTH is done the notification in the HTTP / HTTPS both the Feed URL.
Default : ```HTTP_ONLY```
This setting will be editable via the admin.

TODO
====
* Support for the lower version

* Flexible feed URL setting

* Create batch jobs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mezzanine-pubsubhubbub-pub-0.0.5.tar.gz (7.4 kB view details)

Uploaded Source

File details

Details for the file mezzanine-pubsubhubbub-pub-0.0.5.tar.gz.

File metadata

File hashes

Hashes for mezzanine-pubsubhubbub-pub-0.0.5.tar.gz
Algorithm Hash digest
SHA256 f3041f244213865b263a7c1ecb71af3032c81eb6a5806fb0d749938b424b7c34
MD5 785ba815b6a34230b459381b61c693a3
BLAKE2b-256 f0a49a38c59ffe23bd89882db28d1563cf11e49ccc98a0e5b1fba7d7b5dad80b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page