Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions src/config/2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@
{
"part": "II",
"chapter_number": "10",
"title": "Capabilities",
"slug": "capabilities",
"hero_dir": "2020",
"todo": true
},
{
"part": "II",
"chapter_number": "11",
"title": "PWA",
"slug": "pwa"
}
Expand All @@ -99,13 +91,13 @@
"chapters": [
{
"part": "III",
"chapter_number": "12",
"chapter_number": "11",
"title": "CMS",
"slug": "cms"
},
{
"part": "III",
"chapter_number": "13",
"chapter_number": "12",
"title": "Ecommerce",
"slug": "ecommerce",
"todo": true
Expand All @@ -118,19 +110,19 @@
"chapters": [
{
"part": "IV",
"chapter_number": "14",
"chapter_number": "13",
"title": "Page Weight",
"slug": "page-weight"
},
{
"part": "IV",
"chapter_number": "15",
"chapter_number": "14",
"title": "CDN",
"slug": "cdn"
},
{
"part": "IV",
"chapter_number": "16",
"chapter_number": "15",
"title": "Cookies",
"slug": "cookies",
"hero_dir": "2024"
Expand Down
11 changes: 0 additions & 11 deletions src/config/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@
"twitter": "DesignrKnight",
"website": "http://designrknight.com/"
},
"abhishektiwari": {
"avatar_url": "363839",
"github": "abhishektiwari",
"name": "Abhishek Tiwari",
"teams": {
"2025": [
"committee",
"editors"
]
}
},
"kleinab": {
"avatar_url": "1319324",
"github": "kleinab",
Expand Down
2 changes: 1 addition & 1 deletion src/content/en/2025/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero_alt: Hero image of Web Almanac characters padlocking a web page, while othe
authors: [vikvanderlinden, GJFR]
reviewers: [anirudhduggal, martinakraus, GJFR, clarkio, JannisBush, securient]
analysts: [vsdaan]
editors: [abhishektiwari]
editors: [tunetheweb]
translators: []
GJFR_bio: Gertjan Franken is a postdoctoral researcher with the <a hreflang="en" href="https://distrinet.cs.kuleuven.be/">DistriNet Research Group</a> at KU Leuven. His research spans various aspects of web security and privacy, with a primary focus on the automated analysis of browser security policies. As part of this research, he maintains the open-source tool <a hreflang="en" href="https://github.com/DistriNet/BugHog">BugHog</a> for pinpointing bug lifecycles.
vikvanderlinden_bio: Vik Vanderlinden is a PhD candidate in Computer Science at the <a hreflang="en" href="https://distrinet.cs.kuleuven.be/">DistriNet Research Group</a> at KU Leuven. His research focuses on web and network security, primarily focusing on timing leaks in web applications and protocols.
Expand Down
16 changes: 11 additions & 5 deletions src/templates/en/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/es/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/fr/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/hi/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/it/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/ja/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/nl/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/pt/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
18 changes: 12 additions & 6 deletions src/templates/ru/2025/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@
{% block almanacMonthDigit %}07{% endblock %}

{% block foreword %}
{#
<div>
<div lang="en">
<p>
TODO
The web is today an integral part of our modern digital infrastructure. Web applications can now be found in almost any technological environment that touches our daily life, from mobile apps to endpoints used in satellite communications. In the context of the Web Almanac, we want to understand the trends and evolution of the web. We, as web enthusiasts, are happy to present the 6th edition of one of the major technical reports on the web—the 2025 Web Almanac.
</p>
<p>
The Web Almanac is an open-source project, contributed to by experts (researchers, developers, consultants, and editors) from all over the globe. It has been another wonderful edition experiencing the exciting contributions of this community. It is the engagement of this community that has made this report possible.
</p>
<p>
This community-driven project analyzes 17.2 million websites and processes 244 TB of open-source data provided by the HTTP Archive. In this report, we analyze various aspects (such as accessibility, performance, and security), understand how the web evolves, and gain insights into structural, technical, and societal developments.
</p>
<p>
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
</p>

<p>
<em>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
—<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
</em>
</p>
</div>
#}
{% endblock %}
Loading