libremiami-search/searx
a01200356 4267b11a45 [fix] apply changes in infobox's styles
changes were made for wolframalpha infobox:

    - wrap text inside infobox.
      for example, there's a hill in New Zealand called
      Taumatawhakatangihangakoauauotamateapokaiwhenuakitanatahu
      (don't blame me, blame the Kiwis)
      and now it doesn't break the infobox.

    - add an optional image field for infobox's attributes.
      (doesn't affect ddg infobox at all)

    - table is now always split in half.
      needed so that images stay inside infobox.
      (max-width doesn't work for inline elements, it's the table
      that has to set the width.

if you don't like how the table width looks now in ddg/wiki's infobox,
i can change that code so that the style only applies when using
wolframalpha.
2016-02-27 19:19:04 -06:00
..
data [enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR". 2015-05-12 20:52:08 +02:00
engines [enh] infobox for wolframalpha 2016-02-27 19:06:44 -06:00
plugins [mod] move plugin static files to static/plugins 2016-02-10 18:06:11 +01:00
static [fix] apply changes in infobox's styles 2016-02-27 19:19:04 -06:00
templates [fix] apply changes in infobox's styles 2016-02-27 19:19:04 -06:00
translations [enh] translation sync 2015-09-08 21:13:17 +02:00
__init__.py [fix]#485 AttributeError: 'module' object has no attribute 'old_where' 2016-01-06 19:37:20 +01:00
autocomplete.py [fix] pep8 compatibilty 2016-01-18 12:47:31 +01:00
languages.py [enh] add occitan search language - example query: ":oc !wp south" - closes #445 2016-02-06 09:29:52 +01:00
poolrequests.py [fix] pep8 compatibilty 2016-01-18 12:47:31 +01:00
query.py [enh] category specific engine deactivation - closes #205 2015-02-03 18:37:38 +01:00
results.py Fix results with no scheme 2016-02-26 12:05:11 +01:00
search.py [enh] suspend engines after error 2016-02-20 00:21:56 +01:00
settings.yml [enh] infobox for wolframalpha 2016-02-27 19:06:44 -06:00
settings_robot.yml [fix] robot tests 2016-02-27 19:01:55 +01:00
testing.py [fix] pep8 2016-02-27 19:07:53 +01:00
utils.py [enh] extend user agent versions 2015-09-08 11:12:15 +02:00
version.py [enh] version 0.8.1 2015-12-22 23:21:12 +01:00
webapp.py [enh] settings option to change instance name - closes #450 2016-02-27 18:23:55 +01:00