copy: tighten website microcopy for clarity

Shorten metric labels, simplify section headings, rewrite
CTA and noscript message to be more direct and less verbose.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-22 14:45:16 +08:00
parent 2a5dc1a133
commit 15df04ea23
2 changed files with 15 additions and 19 deletions

View File

@@ -6,14 +6,14 @@
<title>{% block title %}Awesome Python{% endblock %}</title> <title>{% block title %}Awesome Python{% endblock %}</title>
<meta <meta
name="description" name="description"
content="{% block description %}An opinionated list of awesome Python frameworks, libraries, software and resources. {{ total_entries }} libraries across {{ categories | length }} categories.{% endblock %}" content="{% block description %}An opinionated list of Python frameworks, libraries, tools, and resources. {{ total_entries }} projects across {{ categories | length }} categories.{% endblock %}"
/> />
<link rel="canonical" href="https://awesome-python.com/" /> <link rel="canonical" href="https://awesome-python.com/" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:title" content="Awesome Python" /> <meta property="og:title" content="Awesome Python" />
<meta <meta
property="og:description" property="og:description"
content="An opinionated list of awesome Python frameworks, libraries, software and resources." content="An opinionated list of Python frameworks, libraries, tools, and resources."
/> />
<meta property="og:url" content="https://awesome-python.com/" /> <meta property="og:url" content="https://awesome-python.com/" />
<meta name="twitter:card" content="summary" /> <meta name="twitter:card" content="summary" />
@@ -67,7 +67,7 @@
<noscript <noscript
><p class="noscript-msg"> ><p class="noscript-msg">
JavaScript is needed for search and filtering. Search and filtering require JavaScript.
</p></noscript </p></noscript
> >
<script src="/static/main.js"></script> <script src="/static/main.js"></script>

View File

@@ -51,21 +51,21 @@
<dl class="hero-metrics" aria-label="Site overview"> <dl class="hero-metrics" aria-label="Site overview">
<div> <div>
<dt>{{ "{:,}".format(entries | length) }}</dt> <dt>{{ "{:,}".format(entries | length) }}</dt>
<dd>unique projects indexed</dd> <dd>projects</dd>
</div> </div>
<div> <div>
<dt>{{ total_categories }}</dt> <dt>{{ total_categories }}</dt>
<dd>categories to search</dd> <dd>categories</dd>
</div> </div>
<div> <div>
<dt>{{ groups | length }}</dt> <dt>{{ groups | length }}</dt>
<dd>editorial groupings</dd> <dd>topic groups</dd>
</div> </div>
</dl> </dl>
</div> </div>
</div> </div>
<a href="#library-index" class="hero-scrollcue">Scroll into the index</a> <a href="#library-index" class="hero-scrollcue">Jump to the list</a>
</div> </div>
</header> </header>
@@ -73,11 +73,11 @@
<div class="results-intro section-shell" data-reveal> <div class="results-intro section-shell" data-reveal>
<div> <div>
<p class="section-label">Library index</p> <p class="section-label">Library index</p>
<h2>One searchable surface for the ecosystem</h2> <h2>Search every project in one place</h2>
</div> </div>
<p class="results-note"> <p class="results-note">
Use <kbd>/</kbd> to focus search, tap a tag to filter, and open a row for Press <kbd>/</kbd> to search. Tap a tag to filter. Click any row for
descriptions, related projects, and source details. details.
</p> </p>
</div> </div>
@@ -127,7 +127,7 @@
<th class="col-name" data-sort="name">Project Name</th> <th class="col-name" data-sort="name">Project Name</th>
<th class="col-stars" data-sort="stars">GitHub Stars</th> <th class="col-stars" data-sort="stars">GitHub Stars</th>
<th class="col-commit" data-sort="commit-time">Last Commit</th> <th class="col-commit" data-sort="commit-time">Last Commit</th>
<th class="col-cat">Category</th> <th class="col-cat">Tags</th>
<th class="col-arrow"> <th class="col-arrow">
<button class="back-to-top" aria-label="Back to library index"> <button class="back-to-top" aria-label="Back to library index">
Top Top
@@ -235,17 +235,13 @@
</table> </table>
</div> </div>
<div class="no-results" hidden> <div class="no-results" hidden>No libraries match your search or filter.</div>
No libraries match your current search or filter.
</div>
</section> </section>
<section class="final-cta section-shell" data-reveal> <section class="final-cta section-shell" data-reveal>
<p class="section-label">Keep it sharp</p> <p class="section-label">Contribute</p>
<h2>Know a project that belongs in the canon?</h2> <h2>Know a project that belongs here?</h2>
<p> <p>Tell us what it does and why it stands out.</p>
Submit it with enough context to make the list more useful, not just longer.
</p>
<div class="final-cta-actions"> <div class="final-cta-actions">
<a <a
href="https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md" href="https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md"