summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/infobox.html
AgeCommit message (Collapse)Author
2020-10-28[mod] duckduckgo_definitions: display only user friendly attributes / URLAlexandre Flament
various bug fixes
2020-08-10add toggle to resize infoboxMarc Abonce Seguin
2020-08-09add class for infobox's official urlMarc Abonce Seguin
2020-08-09add engine's name in infobox's headerMarc Abonce Seguin
2020-08-09reduce space between title and url in infobox headerMarc Abonce Seguin
2020-06-23[fix] remove alt text which doesnt add extra info - #350Adam Tauber
2020-06-09[enh] add official site link to the top of the infobox - closes #1644Adam Tauber
2020-06-09[fix] add link to wikidata entities in infobox - fixes #1097Adam Tauber
2019-12-24[Fix] oscar: no HTML escaping prior to outputVipul
When results are fetched from any programming related documentation site (like git-scm.com, docs.python.org etc), content in Info box is shown as raw HTML code. This change addresses the issue by using "safe" filter feature provided by Django. See, - https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#safe - Searx issue tracker (issue #1649), for more information. Resolves: #1649
2019-12-10[mod] tidy oscar HTML outputDalf
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