-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Added accessibility statement page and footer link #2081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 3 commits
a26412b
b7b65e2
1efb50c
7aeb129
63a410f
6a69b9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{% extends "base_community.html" %} | ||
{% load i18n %} | ||
|
||
{% block og_title %}{% translate "Django Accessibility Statement" %}{% endblock %} | ||
{% block og_description %}{% translate "We welcome you." %}{% endblock %} | ||
|
||
{% block header %} | ||
<p>{% translate "Django Accessibility Statement" %}</p> | ||
{% endblock %} | ||
|
||
{% block content-related %} | ||
<div role="complementary"> | ||
<h2 id="aside-header">{% translate "Django Accessibility Statement" %}</h2> | ||
|
||
<ul class="list-links"> | ||
<li><a href="{% url 'accessibility' %}">{% translate "Accessibility Statement" %}</a></li> | ||
<li><a href="{% url 'accessibility_changes' %}">{% translate "Changes" %}</a></li> | ||
</ul> | ||
|
||
<h3>{% translate "License" %}</h3> | ||
<p> | ||
{% blocktranslate trimmed %} | ||
All content on this page is licensed under a | ||
<a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons | ||
Attribution </a> license. | ||
{% endblocktranslate %} | ||
</p> | ||
<p> | ||
<a href="https://creativecommons.org/licenses/by/3.0/"> | ||
<img src="https://i.creativecommons.org/l/by/3.0/88x31.png" height="31" width="88" alt="CC-by"> | ||
</a> | ||
</p> | ||
</div> | ||
{% endblock %} | ||
|
||
{% block title %}{% translate "Django Accessibility Statement" %}{% endblock %} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{% extends "accessibility/base.html" %} | ||
{% load date_format i18n %} | ||
|
||
{% block title %}{% translate "Django Accessibility Statement - Changes" %}{% endblock %} | ||
{% block og_title %}{% translate "Django Accessibility Statement - Changes" %}{% endblock %} | ||
|
||
{% block content %} | ||
<h1>{% translate "Django Accessibility Statement - Changes" %}</h1> | ||
|
||
<h2>{% translate "Change control process" %}</h2> | ||
|
||
<p> | ||
{% blocktranslate trimmed %} | ||
We're (mostly) programmers, so we'll track changes to the accessibility statement | ||
the same way we track changes to code. All changes will be proposed via a pull request | ||
to the | ||
<a href="https://github.com/django/djangoproject.com">djangoproject.com repository | ||
on GitHub</a>. Changes will be reviewed by the membership first, and then | ||
sent to the DSF and the Django community for comment. | ||
We'll hold a comment period of at least one week, then the DSF board will vote on | ||
the change. Approved changes will be merged, published, and noted below. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<p> | ||
{% blocktranslate trimmed %} | ||
This only applies to material changes; changes that don't affect the intent | ||
(typo fixes, re-wordings, etc.) can be made immediately. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<p> | ||
{% blocktranslate trimmed %} | ||
A complete list of changes can always be found | ||
<a href="https://github.com/django/djangoproject.com/commits/main/djangoproject/templates/accessibility">on GitHub</a>; | ||
major changes and releases are summarized below. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<h2>{% translate "Changelog" %}</h2> | ||
|
||
<dl> | ||
<dt>{% isodate "2025-05-25" %}</dt> | ||
<dd><a href="https://github.com/glen-sharp/djangoproject.com/commit/a26412b6076ce203023bfba2827d286e4d1d1cc8"> | ||
|
||
{% translate "Initial release" %}</a>.</dd> | ||
</dl> | ||
|
||
{% endblock %} |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,150 @@ | ||||||||||||||||||||||||||||||||||||||
{% extends "accessibility/base.html" %} | ||||||||||||||||||||||||||||||||||||||
{% load i18n %} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
{% block title %}{% translate "Django Accessibility Statement" %}{% endblock %} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
{% block content %} | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
<h1>{% translate "Django Accessibility Statement" %}</h1> | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
<p> | ||||||||||||||||||||||||||||||||||||||
{% blocktranslate trimmed %} | ||||||||||||||||||||||||||||||||||||||
The Django Software Foundation is committed to fostering an inclusive and | ||||||||||||||||||||||||||||||||||||||
accessible community, project, and ecosystem. Accessibility is integral to | ||||||||||||||||||||||||||||||||||||||
creating a space where everyone — regardless of ability — can contribute, | ||||||||||||||||||||||||||||||||||||||
build, and benefit from the Django framework and its broader community. | ||||||||||||||||||||||||||||||||||||||
{% endblocktranslate %} | ||||||||||||||||||||||||||||||||||||||
</p> | ||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||
<h2>{% translate "Our commitment" %}</h2> | ||||||||||||||||||||||||||||||||||||||
|
<h2>{% translate "Our commitment" %}</h2> | |
<h2>{% translate "Our commitment" %} <a class="plink" href="#our-commitment">¶</a></h2> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ul class="simple"> | |
<ul> |
doesn’t seem to do anything / be defined anywhere?
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>{% translate "Accessibility in the Django web framework" %}</h3> | |
<h3>{% translate "Accessibility in the Django web framework" %} <a class="plink" href="#accessibility-in-the-django-web-framework">¶</a></h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
</p> | |
</p> | |
<p> | |
{% blocktranslate trimmed %} | |
We also encourage feedback and contributions to improve accessibility features in Django’s admin interface and related tools such as Django forms, particularly from people with disabilities or other accessibility needs. | |
{% endblocktranslate %} | |
</p> |
Missing a paragraph
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>{% translate "Community and events" %}</h3> | |
<h3>{% translate "Community and events" %} <a class="plink" href="#community-and-events">¶</a></h3> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h2>{% translate "What we do" %}</h2> | |
<h2>{% translate "What we do" %} <a class="plink" href="#what-we-do">¶</a></h2> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>{% translate "Known issues and continuous improvement" %}</h3> | |
<h3>{% translate "Known issues and continuous improvement" %} <a class="plink" href="#known-issues-and-continuous-improvement">¶</a></h3> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ul class="simple"> | |
<ul> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<a href="https://code.djangoproject.com/query?description=~accessibility\&status=assigned\ | |
&status=closed\&status=new\&or\&keywords=~accessibility\&or\&summary=~accessibility\&order=id\ | |
&desc=1\&col=id\&col=summary\&col=owner\&col=type\&col=component"> | |
<a href="https://code.djangoproject.com/query?description=~accessibility&status=assigned&status=closed&status=new&or&keywords=~accessibility&or&summary=~accessibility&order=id&desc=1&col=id&col=summary&col=owner&col=type&col=component"> |
URL is off (was off in the live version too!), and I don’t think we’re really gaining anything by breaking this into multiple lines, just makes it harder to update the content.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>{% translate "Current efforts" %}</h3> | |
<h3>{% translate "Current efforts" %} <a class="plink" href="#current-efforts">¶</a></h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% blocktranslate trimmed %} | |
The <a href="https://www.djangoproject.com/foundation/teams/#accessibility-team">Django accessibility team</a> | |
encourages projects maintained by the Django Software Foundation to be accessible to as many people as possible, | |
particularly those with disabilities that make using the web more difficult. This includes | |
<a href="https://docs.djangoproject.com/en/5.1/faq/admin/#what-assistive-technologies-are-supported-for-using-the-admin"> | |
testing with assistive technologies</a>, reviewing changes to Django for accessibility, updating project guidelines | |
and documentation, and publishing reports. | |
{% endblocktranslate %} | |
{% url 'members:teams' as teams_url %} | |
{% url 'document-detail' lang='en' version='stable' url='faq/admin' host 'docs' as admin_faq_url %} | |
{% blocktranslate trimmed %} | |
The <a href="{{ teams_url }}#accessibility-team">Django accessibility team</a> | |
encourages projects maintained by the Django Software Foundation to be accessible to as many people as possible, | |
particularly those with disabilities that make using the web more difficult. This includes | |
<a href="{{ admin_faq_url }}#what-assistive-technologies-are-supported-for-using-the-admin"> | |
testing with assistive technologies</a>, reviewing changes to Django for accessibility, updating project guidelines | |
and documentation, and publishing reports. | |
{% endblocktranslate %} |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>{% translate "How you can help" %}</h3> | |
<h3>{% translate "How you can help" %} <a class="plink" href="#how-you-can-help">¶</a></h3> |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<ul class="simple"> | |
<ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% blocktranslate trimmed %} | |
<a href="https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/"> | |
Reporting accessibility issues</a> in Django's admin interface, documentation, or websites. This can also be | |
done on the <a href="https://forum.djangoproject.com/c/internals/accessibility/26">Django forum in accessibility</a>. | |
{% endblocktranslate %}</li> | |
{% url 'document-detail' lang='en' version='dev' url='internals/contributing/bugs-and-features' host 'docs' as reporting_url %} | |
{% blocktranslate trimmed %} | |
<a href="{{ reporting_url }}"> | |
Reporting accessibility issues</a> in Django's admin interface, documentation, or websites. This can also be | |
done on the <a href="https://forum.djangoproject.com/c/internals/accessibility/26">Django forum in accessibility</a>. | |
{% endblocktranslate %}</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% blocktranslate trimmed %} | |
For more information and opportunities to contribute, consider contacting the | |
<a href="https://www.djangoproject.com/foundation/teams/#accessibility-team">Django accessibility team</a>. | |
{% endblocktranslate %} | |
{% url 'members:teams' as teams_url %} | |
{% blocktranslate trimmed %} | |
For more information and opportunities to contribute, consider contacting the | |
<a href="{{ teams_url }}#accessibility-team">Django accessibility team</a>. | |
{% endblocktranslate %} |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h2>{% translate "Feedback and contact" %}</h2> | |
<h2>{% translate "Feedback and contact" %} <a class="plink" href="#feedback-and-contact">¶</a></h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{% blocktranslate trimmed %} | |
We value your input. If you encounter an accessibility barrier or have suggestions for improvement and none of the | |
above options seem appropriate, please contact the accessibility team. Find us on: | |
<a href="https://forum.djangoproject.com/c/internals/accessibility/26">Accessibility on the forum</a>, | |
<a href="https://discord.com/channels/856567261900832808/931568482489860137">#accessibility on Discord</a>, | |
or if neither work for you please use the | |
<a href="https://www.djangoproject.com/contact/foundation/">Contact us page</a>. | |
{% endblocktranslate %} | |
{% url 'contact_foundation' as contact_url %} | |
{% blocktranslate trimmed %} | |
We value your input. If you encounter an accessibility barrier or have suggestions for improvement and none of the | |
above options seem appropriate, please contact the accessibility team. Find us on: | |
<a href="https://forum.djangoproject.com/c/internals/accessibility/26">Accessibility on the forum</a>, | |
<a href="https://discord.com/channels/856567261900832808/931568482489860137">#accessibility on Discord</a>, | |
or if neither work for you please use the | |
<a href="{{ contact_url }}">Contact us page</a>. | |
{% endblocktranslate %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bit puzzling to me this is at the bottom of the doc (I see this consistent with the diversity statement at least)