]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
update project links
authorDavid Lord <davidism@gmail.com>
Wed, 24 Feb 2021 17:46:20 +0000 (09:46 -0800)
committerDavid Lord <davidism@gmail.com>
Wed, 24 Feb 2021 17:46:20 +0000 (09:46 -0800)
README.rst
docs/conf.py
setup.cfg

index 060b19efee615b2ac57f3c08f8ecb3cfb6f38f6a..f3a0d62e401059bc8a4df9208f4012b4a23b1d28 100644 (file)
@@ -54,13 +54,25 @@ In A Nutshell
     {% endblock %}
 
 
+Donate
+------
+
+The Pallets organization develops and supports Jinja and other popular
+packages. In order to grow the community of contributors and users, and
+allow the maintainers to devote more time to the projects, `please
+donate today`_.
+
+.. _please donate today: https://palletsprojects.com/donate
+
+
 Links
 -----
 
--   Website: https://palletsprojects.com/p/jinja/
 -   Documentation: https://jinja.palletsprojects.com/
--   Releases: https://pypi.org/project/Jinja2/
--   Code: https://github.com/pallets/jinja
--   Issue tracker: https://github.com/pallets/jinja/issues
--   Test status: https://dev.azure.com/pallets/jinja/_build
--   Official chat: https://discord.gg/t6rrQZH
+-   Changes: https://jinja.palletsprojects.com/changes/
+-   PyPI Releases: https://pypi.org/project/Jinja2/
+-   Source Code: https://github.com/pallets/jinja/
+-   Issue Tracker: https://github.com/pallets/jinja/issues/
+-   Website: https://palletsprojects.com/p/jinja/
+-   Twitter: https://twitter.com/PalletsTeam
+-   Chat: https://discord.gg/pallets
index 783bae20b07375c81160584913e2234e4f93365f..7dd56f838075fd57556788bad72a8268a6a18b03 100644 (file)
@@ -27,11 +27,13 @@ html_theme = "jinja"
 html_theme_options = {"index_sidebar_logo": False}
 html_context = {
     "project_links": [
-        ProjectLink("Donate to Pallets", "https://palletsprojects.com/donate"),
-        ProjectLink("Jinja Website", "https://palletsprojects.com/p/jinja/"),
-        ProjectLink("PyPI releases", "https://pypi.org/project/Jinja2/"),
+        ProjectLink("Donate", "https://palletsprojects.com/donate"),
+        ProjectLink("PyPI Releases", "https://pypi.org/project/Jinja2/"),
         ProjectLink("Source Code", "https://github.com/pallets/jinja/"),
         ProjectLink("Issue Tracker", "https://github.com/pallets/jinja/issues/"),
+        ProjectLink("Website", "https://palletsprojects.com/p/jinja/"),
+        ProjectLink("Twitter", "https://twitter.com/PalletsTeam"),
+        ProjectLink("Chat", "https://discord.gg/pallets"),
     ]
 }
 html_sidebars = {
index 6dad0c64bc087c85040e461c349905fc25cf7514..7a5ad7f6f2474b85042d968a719c90eea9f450cc 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,9 +3,13 @@ name = Jinja2
 # Version needs regex in setup.py.
 url = https://palletsprojects.com/p/jinja
 project_urls =
+    Donate = https://palletsprojects.com/donate
     Documentation = https://jinja.palletsprojects.com/
-    Code = https://github.com/pallets/jinja
-    Issue tracker = https://github.com/pallets/jinja/issues
+    Changes = https://jinja.palletsprojects.com/changes/
+    Source Code = https://github.com/pallets/jinja/
+    Issue Tracker = https://github.com/pallets/jinja/issues/
+    Twitter = https://twitter.com/PalletsTeam
+    Chat = https://discord.gg/pallets
 license = BSD-3-Clause
 license_files = LICENSE.rst
 author = Armin Ronacher