You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/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.
9 years ago
..
data [enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR". 10 years ago
engines [enh] infobox for wolframalpha 9 years ago
plugins [mod] move plugin static files to static/plugins 9 years ago
static [fix] apply changes in infobox's styles 9 years ago
templates [fix] apply changes in infobox's styles 9 years ago
translations [enh] translation sync 9 years ago
__init__.py [fix]#485 AttributeError: 'module' object has no attribute 'old_where' 9 years ago
autocomplete.py [fix] pep8 compatibilty 9 years ago
languages.py [enh] add occitan search language - example query: ":oc !wp south" - closes #445 9 years ago
poolrequests.py [fix] pep8 compatibilty 9 years ago
query.py [enh] category specific engine deactivation - closes #205 10 years ago
results.py Fix results with no scheme 9 years ago
search.py [enh] suspend engines after error 9 years ago
settings.yml [enh] infobox for wolframalpha 9 years ago
settings_robot.yml [fix] robot tests 9 years ago
testing.py [fix] pep8 9 years ago
utils.py [enh] extend user agent versions 9 years ago
version.py [enh] version 0.8.1 9 years ago
webapp.py [enh] settings option to change instance name - closes #450 9 years ago