forked from Ponysearch/Ponysearch
[doc] plugin license infos
This commit is contained in:
parent
973c97c85b
commit
146928a749
3 changed files with 48 additions and 0 deletions
|
@ -1,3 +1,19 @@
|
||||||
|
'''
|
||||||
|
searx is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
searx is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||||
|
|
||||||
|
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
|
||||||
|
'''
|
||||||
from searx.plugins import (self_ip,
|
from searx.plugins import (self_ip,
|
||||||
search_on_category_select)
|
search_on_category_select)
|
||||||
from searx import logger
|
from searx import logger
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
'''
|
||||||
|
searx is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
searx is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||||
|
|
||||||
|
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
|
||||||
|
'''
|
||||||
from flask.ext.babel import gettext
|
from flask.ext.babel import gettext
|
||||||
name = 'Search on category select'
|
name = 'Search on category select'
|
||||||
description = gettext('Perform search immediately if a category selected')
|
description = gettext('Perform search immediately if a category selected')
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
'''
|
||||||
|
searx is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
searx is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with searx. If not, see < http://www.gnu.org/licenses/ >.
|
||||||
|
|
||||||
|
(C) 2015 by Adam Tauber, <asciimoo@gmail.com>
|
||||||
|
'''
|
||||||
from flask.ext.babel import gettext
|
from flask.ext.babel import gettext
|
||||||
name = "Self IP"
|
name = "Self IP"
|
||||||
description = gettext('Display your source IP address if the query expression is "ip"')
|
description = gettext('Display your source IP address if the query expression is "ip"')
|
||||||
|
|
Loading…
Reference in a new issue