wagtail-live icon indicating copy to clipboard operation
wagtail-live copied to clipboard

High speed publishing from messaging apps to a Wagtail live blog. A GSoC 2021 project.

Results 15 wagtail-live issues
Sort by recently updated
recently updated
newest added

Add a command line receiver. Example: ``` $ ./manage.py live create-channel my-channel $ channel my-channel created $ ./manage.py live post my-channel "here's my first message" $ message 4125 posted $...

enhancement
receivers

Add docs to explain what the webapp is and how to use it.

documentation
webapp

Outline the concepts, specify the minimum requirements for subclassing the provided mixins, and provide narrative-style examples for writing a new receiver and publisher.

documentation

@Tijani-Dia, Hereby a simple debug view. I do like your solution, so this PR is mainly for demo purposes. We can discuss if it is needed or not. Do not...