gnu-social/plugins/SubMirror
Diogo Cordeiro 1049080df5 [CORE] Move public resources to a /public directory
Advantages:
* Increases security by preventing direct access to file/
* We are careful and have a defined('GNUSOCIAL') || die() to prevent
  direct access to GS files, but we may miss one or a vendor/extlib may
  not be as careful
* Improves directory structure - It's more natural to physically
  separate what is public from what are GNU social resources
2019-08-03 17:47:25 +01:00
..
actions SubMirror now works properly as extended from FormAction 2015-07-17 17:09:36 +02:00
classes Avoid having to check for notices without rendered copies in upgrade.php 2016-01-06 15:32:27 +01:00
forms Remove Twitter from SubMirror 2014-03-02 22:58:23 +01:00
lib Remove Twitter from SubMirror 2014-03-02 22:58:23 +01:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
README Change mentions of PuSH to WebSub 2017-05-01 11:04:27 +02:00
SubMirrorPlugin.php [ROUTES] Allow accept-header specification during router creation 2019-08-03 17:47:16 +01:00

README

The SubMirror plugin pull WebSub-enabled feeds into your timeline.

Installation
============
add "addPlugin('SubMirror');"
to the bottom of your config.php

Settings
========
none

Example
=======
addPlugin('SubMirror');