@@ -6,18 +6,20 @@ The Chapel Language
66What is Chapel?
77---------------
88Chapel 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
1517License
1618-------
1719Chapel is developed and released under the terms of the Apache 2.0
1820license, 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
2224Resources
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/
3436Sample computations: https://chapel-lang.org/docs/examples/
35- Learning Chapel: https://chapel-lang.org/learn/
36- Reporting bugs: https://chapel-lang.org/bugs.html
3737Chapel 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