Skip to content

Commit bfa3faf

Browse files
authored
Refresh the Chapel README a bit (#28961)
[reviewed by @ShreyasKhandekar and @benharsh] This refresh is motivated by a few things: * a long-term intention/request to add HPSF-related logos to the README * my mistake at putting the incorrect website URL into our OS4LS LOI and realizing that directing people to the website toward the top of our README would be a good practice anyway * looking at the summary with fresh eyes * new webpages that are better maintained than some of the more specific links we had here
2 parents 3245ca0 + a538f91 commit bfa3faf

1 file changed

Lines changed: 33 additions & 20 deletions

File tree

README.rst

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ The Chapel Language
66
What is Chapel?
77
---------------
88
Chapel is a modern programming language designed for productive
9-
parallel computing at scale. Chapel's design and implementation have
10-
been undertaken with portability in mind, permitting Chapel to run on
11-
multicore desktops and laptops, commodity clusters, and the cloud, in
12-
addition to the high-end supercomputers for which it was originally
13-
undertaken.
9+
parallel computing at scale. Its design and implementation have been
10+
undertaken with portability in mind, permitting it to run on the CPUs
11+
and GPUs of laptops, desktops, commodity clusters, and the cloud, in
12+
addition to the high-end supercomputers that Chapel was designed for.
13+
14+
For more information about Chapel, see its website at
15+
https://chapel-lang.org
1416

1517
License
1618
-------
1719
Chapel is developed and released under the terms of the Apache 2.0
1820
license, though it also makes use of third-party packages under their
19-
own licensing terms. See the `<LICENSE>`_ file in this directory for
20-
details.
21+
own licensing terms. See https://chapel-lang.org/license/ or the
22+
`<LICENSE>`_ file in this directory for details.
2123

2224
Resources
2325
---------
@@ -27,18 +29,29 @@ For more information about Chapel, please refer to the following resources:
2729
If you are viewing this file locally, we recommend referring to
2830
doc/README.rst for local references to documentation and resources.
2931
30-
===================== ========================================================
31-
Project homepage: https://chapel-lang.org
32-
Installing Chapel: https://chapel-lang.org/download/
33-
Building from source: https://chapel-lang.org/docs/usingchapel/QUICKSTART.html
32+
===================== ======================================
33+
Project website: https://chapel-lang.org
34+
Try Chapel online: https://chapel-lang.org/tryit/
35+
Install Chapel: https://chapel-lang.org/download/
3436
Sample computations: https://chapel-lang.org/docs/examples/
35-
Learning Chapel: https://chapel-lang.org/learn/
36-
Reporting bugs: https://chapel-lang.org/bugs.html
3737
Chapel documentation: https://chapel-lang.org/docs/
38-
GitHub: https://github.com/chapel-lang/chapel
39-
Discussion forums: https://chapel.discourse.group
40-
Gitter chat room: https://gitter.im/chapel-lang/chapel
41-
Stack Overflow: http://stackoverflow.com/questions/tagged/chapel
42-
X (Twitter): https://x.com/ChapelLanguage
43-
Facebook: https://www.facebook.com/ChapelLanguage
44-
===================== ========================================================
38+
GitHub repository: https://github.com/chapel-lang/chapel
39+
Discussion forums: https://chapel-lang.org/forums/
40+
Social media: https://chapel-lang.org/socials/
41+
Chapel Community: https://chapel-lang.org/community/
42+
===================== ======================================
43+
44+
|
45+
46+
|
47+
48+
.. list-table::
49+
50+
* - .. image:: https://chapel-lang.org/img/logos/HPSF_horizontal-tagline-color.jpg
51+
:target: https://hpsf.io/
52+
53+
- .. image:: https://chapel-lang.org/img/logos/HPSF_Project_Badge_Established.png
54+
:target: https://hpsf.io/projects/chapel/
55+
56+
- .. image:: https://chapel-lang.org/img/logos/lf-stacked-color.jpg
57+
:target: https://www.linuxfoundation.org/

0 commit comments

Comments
 (0)