]> gitweb.factorcode.org Git - factor.git/commitdiff
websites.factorcode: Add some %20 in links, add closing />, remove Slack link
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 5 Feb 2022 19:08:51 +0000 (13:08 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 5 Feb 2022 19:09:14 +0000 (13:09 -0600)
extra/websites/factorcode/index.fhtml

index d80254821f52390de2e6c659d4530361744b1c51..c06577dc20a6e532449cfa92879c4704af94d444 100644 (file)
@@ -11,11 +11,11 @@ webapps.mason.utils webapps.mason.version.data xml.writer xmode.highlight ;
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
-<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
-<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/>
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/>
 
 <title>Factor programming language</title>
 <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8" />
@@ -83,7 +83,7 @@ xml>string write-html
 
 <p><b>Source code</b>: available via <a href="https://github.com/factor/factor/">github</a> or <a href="https://gitweb.factorcode.org/">gitweb</a>.</p>
 
-<p>Stable and development releases are built and uploaded by the <a href="https://concatenative.org/wiki/view/Factor/Build farm">build farm</a>. Follow <a href="https://twitter.com/FactorBuilds">@FactorBuilds</a> on Twitter to receive notifications. If you're curious, take a look at the <a href="https://builds.factorcode.org/dashboard">build farm dashboard</a>. You can also <a href="https://concatenative.org/wiki/view/Factor/Building%20Factor">build Factor</a> on your own platform from source.</p>
+<p>Stable and development releases are built and uploaded by the <a href="https://concatenative.org/wiki/view/Factor/Build%20farm">build farm</a>. Follow <a href="https://twitter.com/FactorBuilds">@FactorBuilds</a> on Twitter to receive notifications. If you're curious, take a look at the <a href="https://builds.factorcode.org/dashboard">build farm dashboard</a>. You can also <a href="https://concatenative.org/wiki/view/Factor/Building%20Factor">build Factor</a> on your own platform from source.</p>
 
 <h2>Older releases</h2>
 <a href="https://downloads.factorcode.org/releases/">Download older releases</a> from <a href="https://downloads.factorcode.org/releases/0.29/">Factor 0.29</a> to the current release.
@@ -91,10 +91,9 @@ xml>string write-html
 <h1>Community</h1>
 
 <ul>
-<li><a href="https://concatenative.org/wiki/view/Factor/Mailing list">Join the mailing list</a></li>
+<li><a href="https://concatenative.org/wiki/view/Factor/Mailing%20list">Join the mailing list</a></li>
 <li><a href="https://discord.gg/QxJYZx3QDf">Join the Discord</a></li>
-<li><a href="https://concatenative.org/wiki/view/Concatenative IRC channel">Join the IRC channel</a></li>
-<li><a href="https://factorcode.slack.com">Join the Slack group</a></li>
+<li><a href="https://concatenative.org/wiki/view/Concatenative%20IRC%20channel">Join the IRC channel</a></li>
 <li><a href="https://planet.factorcode.org/">Factor community blogs</a></li>
 <li><a href="https://paste.factorcode.org/">Factor community pastebin</a> - if you're in an IRC channel and want to share some code</li>
 <li><a href="https://concatenative.org/wiki/view/Concatenative%20language/Publications">Academic publications</a></li>