commit: 9405e5f91d3c7676c13f3a0df7caf7bff1a9062b
parent 86f1e06c4f275c8620741e99dd64e975de1348be
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 21 Aug 2020 21:32:21 +0200
projects/badwolf: Add some "Rich Result" tags
Diffstat:
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml
@@ -5,16 +5,16 @@
<title>BadWolf — lanodan’s cyber-home</title>
<meta name="description" content="BadWolf is a minimalist and privacy-oriented WebKitGTK browser.
-- Privacy-oriented: No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default;
-- Minimalist: Small codebase (~1 500), reuses existing components when available or makes it available;
-- Customizable: WebKitGTK native extensions, Interface customizable through CSS;
-- Powerful & Usable: Stable User-Interface; The common shortcuts are available, no vi-modal edition or single-key shortcuts are used;
-- No annoyances: Dialogs are only used when required (save file, print, …), javascript popups open in a background tab" />
+ - Privacy-oriented: No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default;
+ - Minimalist: Small codebase (~1 500), reuses existing components when available or makes it available;
+ - Customizable: WebKitGTK native extensions, Interface customizable through CSS;
+ - Powerful & Usable: Stable User-Interface; The common shortcuts are available, no vi-modal edition or single-key shortcuts are used;
+ - No annoyances: Dialogs are only used when required (save file, print, …), javascript popups open in a background tab" />
</head>
- <body>
+ <body itemscope="" itemtype="https://schema.org/SoftwareApplication">
<!--#include file="/templates/en/nav.shtml" -->
- <main>
- <h1>BadWolf</h1>
+ <main itemprop="applicationCategory" content="BrowserApplication">
+ <h1 itemprop="name">BadWolf</h1>
<cite>Doctor Who (2005), Season 1, Episode 13</cite>:
<blockquote>
<details>
@@ -26,8 +26,8 @@
<em>Dalek Emperor</em>: I will not die! I cannot die!<br />
</details>
</blockquote>
- <a href="/images/badwolf_2020-05-15_light.png?serial=2020051501"><img loading="lazy" class="thumb_inline right" src="/images/badwolf_2020-05-15_light.png?serial=2020051501" alt="Screenshot of badwolf (light theme) on this page"/></a>
- <p>BadWolf is a minimalist and privacy-oriented <a href="http://webkitgtk.org/">WebKitGTK+</a> browser.</p>
+ <a href="/images/badwolf_2020-05-15_light.png?serial=2020051501"><img itemprop="screenshot" loading="lazy" class="thumb_inline right" src="/images/badwolf_2020-05-15_light.png?serial=2020051501" alt="Screenshot of badwolf (light theme) on this page"/></a>
+ <p itemprop="description">BadWolf is a minimalist and privacy-oriented <a href="http://webkitgtk.org/">WebKitGTK+</a> browser.</p>
<dl>
<dt>Privacy-oriented</dt>
<dd>No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default</dd>
@@ -51,7 +51,7 @@
<h2>Tested and supported platforms</h2>
<dl>
<dt>OS</dt>
- <dd>*/Linux, NetBSD, OpenBSD, FreeBSD</dd>
+ <dd itemprop="operatingSystem">*/Linux, NetBSD, OpenBSD, FreeBSD</dd>
<dt>CPU Architectures</dt>
<dd>x86_64/amd64, <a href="https://gitlab.com/lanodan/badWolf/-/issues/9">x86(_32)</a>, armv7hf</dd>
<dt>Windowing</dt>