summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/infobox.html
AgeCommit message (Collapse)Author
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-05wikidata refactor and more attributes (see issue #560)marc
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2016-04-17[enh] wikipedia infoboxa01200356
creates simple multilingual infobox using wikipedia's api
2016-02-27[fix] apply changes in infobox's stylesa01200356
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.
2015-04-26[enh] implements #264 : add rel="noreferrer" to external linksAlexandre Flament
2015-01-17Proxify images inside infoboxesdalf
2014-12-08Add alt for imgCqoicebordel
Add alt in infobox image.
2014-10-05oscar template: add infoboxThomas Pointhuber