From: Sadie Powell Date: Mon, 17 Jul 2023 15:35:29 +0000 (+0100) Subject: Convert from XHTML strict to HTML. X-Git-Url: https://jfr.im/git/irc/anope/website.git/commitdiff_plain/3426edd5e1592b0e39f0e6cac86d12ca9d8d2303 Convert from XHTML strict to HTML. --- diff --git a/_includes/header.html b/_includes/header.html index e38008f..afaae46 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,15 +1,15 @@ - + {% if page.title %}{{ page.title }} — {% endif %}Anope IRC Services - - - - - - - - + + + + + + + +
diff --git a/_includes/release.html b/_includes/release.html index c7f443e..fdb1386 100644 --- a/_includes/release.html +++ b/_includes/release.html @@ -2,16 +2,16 @@ Latest {{ type }} Release: {% if release %} Anope {{ release.version }} ({{ release.date | date: "%-d %B %Y" }}) -
-
+
+
News Article - Anope {{ release.version }} Release -
+
File Download - Anope {{ release.version }} Source -
+
File Download - Anope {{ release.version }} Windows Installer {% else %} n/a {% endif %} -
+
diff --git a/_layouts/ircrules.html b/_layouts/ircrules.html index d184f74..8f1279e 100644 --- a/_layouts/ircrules.html +++ b/_layouts/ircrules.html @@ -5,9 +5,9 @@ layout: default

{{ lang.title }}

{{ lang.intro }}

-
+
    - {% for rule in lang.rules %}
  • {{ rule }}

  • {% endfor %} + {% for rule in lang.rules %}
  • {{ rule }}

  • {% endfor %}

 

diff --git a/_layouts/news.html b/_layouts/news.html index d037b89..8547dde 100644 --- a/_layouts/news.html +++ b/_layouts/news.html @@ -10,7 +10,7 @@ layout: default {% endfor %}
-
+
{% for post in page.posts %}

{{ post.title }}

diff --git a/index.html b/index.html index b64faea..561f516 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ redirect_from:

Anope IRC Services

Anope is a set of IRC Services designed for flexibility and ease of use.

Anope is available in two flavors: Stable and Development. The stable version has been tested for months and is as stable as a rock, while the development version gets new features added constantly and allows you to enjoy the future of services today.

-
+
    {% assign type = "Development" %} {% assign release = site.releases.devel %} @@ -20,12 +20,12 @@ redirect_from: {% assign release = site.releases.stable %} {% include release.html %} -
    +
  • Old releases available here.
-
+
{% assign latest = site.posts[0] %} diff --git a/news/index.html b/news/index.html index 188390b..e128e56 100644 --- a/news/index.html +++ b/news/index.html @@ -10,7 +10,7 @@ redirect_from: Redirecting… - +

Redirecting…

Click here if you are not redirected. diff --git a/team.html b/team.html index e5938cc..239e18c 100644 --- a/team.html +++ b/team.html @@ -6,45 +6,45 @@ redirect_from: /team.php/
  • DukePyrolator (Jens Voss) -
    +
    Project Leader, Developer
  • Rob (David Robson) -
    Developer +
    Developer
  • Viper (Jan Milants) -
    Developer +
    Developer
  • CyberBotX (Naram Qashat) -
    Developer +
    Developer
  • Adam (Adam) -
    Developer +
    Developer
  • Hal9000 (Sebastian V.) -
    Developer +
    Developer
  • GeniusDex (Pieter Bootsma) -
    Developer +
    Developer
  • Phil (Phil Lavin) -
    Developer +
    Developer
  • LEthaLity (Lee Holmes) -
    Developer +
    Developer
  • Robby (Robby) -
    Developer +
    Developer
  • -
    +
    Want to get involved? Get in touch at team@anope.org.