]> git.mxchange.org Git - friendica-addons.git/blob - blackout/README
Statusnet: New intelligent shortening enabled.
[friendica-addons.git] / blackout / README
1 Name: blackout
2 Description: Blackout your ~friendica node during a given period
3 License: MIT
4 Version: 1.0
5 Author: Tobias Diekershoff <https://diekershoff.homeunix.net/friendika/~tobias>
6
7 About
8 =====
9
10 This plugin will allow you to enter a date/time period during which
11 all your ~friendica visitors from the web will be redirected to a page
12 you can configure in the admin panel as well.
13
14 Calls to the API and the communication with other ~friendica nodes is
15 not effected from this plugin.
16
17 If you enter a period the current date would be affected none of the
18 currently logged in users will be effected as well. But if they log
19 out they can't login again. That way you dear admin can double check
20 the entered time periode and fix typos without having to hack the
21 database directly.
22
23 Requirements
24 ============
25
26 THIS ADDON REQUIRES PHP VERSION 5.3 OR HIGHER.
27
28 License
29 =======
30
31 Permission is hereby granted, free of charge, to any person obtaining a copy
32 of this software and associated documentation files (the "Software"), to deal
33 in the Software without restriction, including without limitation the rights
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 copies of the Software, and to permit persons to whom the Software is
36 furnished to do so, subject to the following conditions:
37
38 The above copyright notice and this permission notice shall be included in
39 all copies or substantial portions of the Software.
40
41 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
47 THE SOFTWARE.
48