]> git.mxchange.org Git - friendica-addons.git/blob - langfilter/README.md
Merge pull request #520 from rabuzarus/20180206_-_membersince_frio_support
[friendica-addons.git] / langfilter / README.md
1 Language Filter
2 ===============
3
4 This addon allows users to define a list of languages in which postings shall
5 be displayed. Postings in other languages will be collapsed, so the user can
6 still read them if desired. When no language could be detected (this usually
7 happens with short postings) the posting will be shown.
8
9 It is based on the NSFW addon and filters the postings based on the language
10 detected by Text_LanguageDetect package that is bundled with friendica.
11
12 Please note, the language detection is not perfect. You should not trust it
13 blindly and we will not be responsible for postings you don't see because
14 they got wrongly hidden by this addon.
15
16 Author
17 ======
18
19  * Tobias Diekershoff
20  
21 License
22 =======
23  
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30
31 The above copyright notice and this permission notice shall be included in
32 all copies or substantial portions of the Software.
33
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
40 THE SOFTWARE.