]> jfr.im git - irc/anope/website.git/commitdiff
Convert from XHTML strict to HTML.
authorSadie Powell <redacted>
Mon, 17 Jul 2023 15:35:29 +0000 (16:35 +0100)
committerSadie Powell <redacted>
Mon, 17 Jul 2023 15:35:29 +0000 (16:35 +0100)
_includes/header.html
_includes/release.html
_layouts/ircrules.html
_layouts/news.html
index.html
news/index.html
team.html

index e38008f1c969c35d9e4a21e63a5d6ccb8c814ac3..afaae46f95dfa06c5fa1c4391a8a47f6aed72bfd 100644 (file)
@@ -1,15 +1,15 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
   <title>{% if page.title %}{{ page.title }} &mdash; {% endif %}Anope IRC Services</title>
-  <link rel="alternate" type="application/rss+xml" href="/feed.xml" />
-  <link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
-  <link rel="stylesheet" type="text/css" href="/assets/anope.css" />
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <meta name="keywords" content="anope, irc, services, ircd, wiki, forum, support, modules, download, linux, unix, windows, conf, services.conf, link, uline, install, setup, configure, nickserv, chanserv, memoserv, hostserv, botserv, operserv, git, svn, unreal, unrealircd, ultimate, inspircd, viagraircd, shadowircd, bahamut, hybrid, dreamforge, ratbox, solidircd, encryption, md5, mysql" />
-  <meta name="description" content="Anope is a set of IRC Services designed for flexibility and ease of use. Anope supports all major IRCds, and uses flatfile or MySQL Databases to store information." />
-  <meta name="author" content="The Anope Team" />
-  <meta name="robots" content="all" />
+  <link rel="alternate" type="application/rss+xml" href="/feed.xml">
+  <link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
+  <link rel="stylesheet" type="text/css" href="/assets/anope.css">
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <meta name="keywords" content="anope, irc, services, ircd, wiki, forum, support, modules, download, linux, unix, windows, conf, services.conf, link, uline, install, setup, configure, nickserv, chanserv, memoserv, hostserv, botserv, operserv, git, svn, unreal, unrealircd, ultimate, inspircd, viagraircd, shadowircd, bahamut, hybrid, dreamforge, ratbox, solidircd, encryption, md5, mysql">
+  <meta name="description" content="Anope is a set of IRC Services designed for flexibility and ease of use. Anope supports all major IRCds, and uses flatfile or MySQL Databases to store information.">
+  <meta name="author" content="The Anope Team">
+  <meta name="robots" content="all">
 </head>
 <body>
   <div id="top">
index c7f443e417a0cba83fbd1c794f5711ef677c94b2..fdb1386806437728d17dd4c40676666d35df5d0f 100644 (file)
@@ -2,16 +2,16 @@
   <span>Latest {{ type }} Release:</span>
 {% if release %}
   Anope {{ release.version }} ({{ release.date | date: "%-d %B %Y" }})
-  <br />
-  <br />
+  <br>
+  <br>
 </li>
 <a href="{{ release.news }}">News Article - Anope {{ release.version }} Release</a>
-<br />
+<br>
 <a href="{{ release.source }}">File Download - Anope {{ release.version }} Source</a>
-<br />
+<br>
 <a href="{{ release.windows }}">File Download - Anope {{ release.version }} Windows Installer</a>
 {% else %}
 n/a
 </li>
 {% endif %}
-<br />
+<br>
index d184f74bdf54be178aea85ba7ba5d481f278a8ea..8f1279e74140152aaefc0742994570f9b72c2c8f 100644 (file)
@@ -5,9 +5,9 @@ layout: default
 <div class="block">
   <h3>{{ lang.title }}</h3>
   <p>{{ lang.intro }}</p>
-  <br />
+  <br>
   <ul>
-    {% for rule in lang.rules %}<li><span>{{ rule }}</span></li><br />{% endfor %}
+    {% for rule in lang.rules %}<li><span>{{ rule }}</span></li><br>{% endfor %}
   </ul>
   <div>
     <p>&nbsp;</p>
index d037b89c87d1aab208d2a7894bce848fb9758ba7..8547dde1161b4ff09c1d6b9ad693d7784ed1060f 100644 (file)
@@ -10,7 +10,7 @@ layout: default
   {% endfor %}
   </ul>
 </div>
-<hr />
+<hr>
 {% for post in page.posts %}
 <div class="block">
   <h3>{{ post.title }}</h3>
index b64faeaab1b2002971b5de5b16acc1ecc1bb89ee..561f5167698c42f6b6a2f9a46dd954ec8ddd9d22 100644 (file)
@@ -10,7 +10,7 @@ redirect_from:
   <h3>Anope IRC Services</h3>
   <p>Anope is a set of IRC Services designed for flexibility and ease of use.</p>
   <p>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. </p>
-  <br />
+  <br>
   <ul>
     {% assign type = "Development" %}
     {% assign release = site.releases.devel %}
@@ -20,12 +20,12 @@ redirect_from:
     {% assign release = site.releases.stable %}
     {% include release.html %}
 
-    <br />
+    <br>
     <li>
       <span>Old releases available <a href="https://github.com/anope/anope/releases">here</a>.</span>
     </li>
   </ul>
-  <br />
+  <br>
 </div>
 <div class="block">
   {% assign latest = site.posts[0] %}
index 188390b545b7d6330d7a55d495c217cba6d44ba7..e128e5649adbd3dee8daff0d23bfdba1e1bce95f 100644 (file)
@@ -10,7 +10,7 @@ redirect_from:
   <title>Redirecting&hellip;</title>
   <link rel="canonical" href="{{ redirect }}">
   <script>location="{{ redirect }}"</script>
-  <meta http-equiv="refresh" content="0; url={{ redirect }}}">
+  <meta http-equiv="refresh" content="0; url={{ redirect }}">
   <meta name="robots" content="noindex">
   <h1>Redirecting&hellip;</h1>
   <a href="{{ redirect }}">Click here if you are not redirected.</a>
index e5938cc0a1842b7e84bb52e152787c7b25e77795..239e18c29cf460ef714c70aa6aaaf292ea0e83cc 100644 (file)
--- a/team.html
+++ b/team.html
@@ -6,45 +6,45 @@ redirect_from: /team.php/
 <ul class="staff">
   <li>
      <strong>DukePyrolator (Jens Voss)</strong>
-     <br />
+     <br>
      Project Leader, Developer
   </li>
   <li>
      <strong>Rob (David Robson)</strong>
-     <br />Developer
+     <br>Developer
   </li>
   <li>
     <strong>Viper (Jan Milants)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>CyberBotX (Naram Qashat)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>Adam (Adam)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>Hal9000 (Sebastian V.)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>GeniusDex (Pieter Bootsma)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>Phil (Phil Lavin)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>LEthaLity (Lee Holmes)</strong>
-    <br />Developer
+    <br>Developer
   </li>
   <li>
     <strong>Robby (Robby)</strong>
-    <br />Developer
+    <br>Developer
   </li>
-  <br />
+  <br>
   Want to get involved? Get in touch at <a href="mailto:team@anope.org">team@anope.org</a>.
 </ul>