[clang] 039c356 - Minor cleanup of the Open Projects page

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 05:27:18 PDT 2023


Author: Aaron Ballman
Date: 2023-04-24T08:27:09-04:00
New Revision: 039c356cda674530b8e16b55a83f092b2d8c35ff

URL: https://github.com/llvm/llvm-project/commit/039c356cda674530b8e16b55a83f092b2d8c35ff
DIFF: https://github.com/llvm/llvm-project/commit/039c356cda674530b8e16b55a83f092b2d8c35ff.diff

LOG: Minor cleanup of the Open Projects page

Sets the charset to UTF-8, fixes the page title, replaces mention of
cfe-dev with Discourse, points out Discord and IRC.

Added: 
    

Modified: 
    clang/www/OpenProjects.html

Removed: 
    


################################################################################
diff  --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html
index e1693cb0e52b..07d7140643df 100755
--- a/clang/www/OpenProjects.html
+++ b/clang/www/OpenProjects.html
@@ -2,8 +2,8 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
-  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-  <title>Clang - Get Involved</title>
+  <META http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <title>Clang - Open Projects</title>
   <link type="text/css" rel="stylesheet" href="menu.css">
   <link type="text/css" rel="stylesheet" href="content.css">
 </head>
@@ -15,10 +15,11 @@
 
 <h1>Open Clang Projects</h1>
 
-<p>Here are a few tasks that are available for newcomers to work on, depending
-on what your interests are.  This list is provided to generate ideas, it is not
-intended to be comprehensive.  Please ask on cfe-dev for more specifics or to
-verify that one of these isn't already completed. :)</p>
+<p>Here are a few tasks that are available for anyone to work on, depending
+on what your interests are. This list is provided to generate ideas, it is not
+intended to be comprehensive. Please ask on
+<a href="https://discourse.llvm.org/c/clang">Discourse</a> for more specifics
+or to verify that one of these isn't already completed.</p>
 
 <ul>
 <li><b>Undefined behavior checking</b>:
@@ -123,9 +124,11 @@ <h1>Open Clang Projects</h1>
 a text editor could change.</p>
 </ul>
 
-<p>If you hit a bug with clang, it is very useful for us if you reduce the code
-that demonstrates the problem down to something small.  There are many ways to
-do this; ask on cfe-dev for advice.</p>
+<p>If you hit a bug with Clang, it is very useful for us if you reduce the code
+that demonstrates the problem down to something small. There are many ways to
+do this; ask on <a href="https://discourse.llvm.org/c/clang">Discourse</a>,
+<a href="https://discord.com/channels/636084430946959380/636725486533345280">Discord</a>,
+or <a href="https://llvm.org/docs/GettingInvolved.html#irc"IRC</a> for advice.</p>
 
 </div>
 </body>


        


More information about the cfe-commits mailing list