Skip to content

Commit 8e1daed

Browse files
authored
Misc project updates (#4359)
1 parent 5a22494 commit 8e1daed

File tree

16 files changed

+161
-102
lines changed

16 files changed

+161
-102
lines changed

src/config/2025.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@
8080
{
8181
"part": "II",
8282
"chapter_number": "10",
83-
"title": "Capabilities",
84-
"slug": "capabilities",
85-
"hero_dir": "2020",
86-
"todo": true
87-
},
88-
{
89-
"part": "II",
90-
"chapter_number": "11",
9183
"title": "PWA",
9284
"slug": "pwa"
9385
}
@@ -99,13 +91,13 @@
9991
"chapters": [
10092
{
10193
"part": "III",
102-
"chapter_number": "12",
94+
"chapter_number": "11",
10395
"title": "CMS",
10496
"slug": "cms"
10597
},
10698
{
10799
"part": "III",
108-
"chapter_number": "13",
100+
"chapter_number": "12",
109101
"title": "Ecommerce",
110102
"slug": "ecommerce",
111103
"todo": true
@@ -118,19 +110,19 @@
118110
"chapters": [
119111
{
120112
"part": "IV",
121-
"chapter_number": "14",
113+
"chapter_number": "13",
122114
"title": "Page Weight",
123115
"slug": "page-weight"
124116
},
125117
{
126118
"part": "IV",
127-
"chapter_number": "15",
119+
"chapter_number": "14",
128120
"title": "CDN",
129121
"slug": "cdn"
130122
},
131123
{
132124
"part": "IV",
133-
"chapter_number": "16",
125+
"chapter_number": "15",
134126
"title": "Cookies",
135127
"slug": "cookies",
136128
"hero_dir": "2024"

src/config/contributors.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@
5757
"twitter": "DesignrKnight",
5858
"website": "http://designrknight.com/"
5959
},
60-
"abhishektiwari": {
61-
"avatar_url": "363839",
62-
"github": "abhishektiwari",
63-
"name": "Abhishek Tiwari",
64-
"teams": {
65-
"2025": [
66-
"committee",
67-
"editors"
68-
]
69-
}
70-
},
7160
"kleinab": {
7261
"avatar_url": "1319324",
7362
"github": "kleinab",

src/content/en/2025/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hero_alt: Hero image of Web Almanac characters padlocking a web page, while othe
66
authors: [vikvanderlinden, GJFR]
77
reviewers: [anirudhduggal, martinakraus, GJFR, clarkio, JannisBush, securient]
88
analysts: [vsdaan]
9-
editors: [abhishektiwari]
9+
editors: [tunetheweb]
1010
translators: []
1111
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.
1212
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.

src/templates/en/2025/base.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
1110
<div>
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

src/templates/es/2025/base.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
11-
<div>
10+
<div lang="en">
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

src/templates/fr/2025/base.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
11-
<div>
10+
<div lang="en">
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

src/templates/hi/2025/base.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
11-
<div>
10+
<div lang="en">
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

src/templates/it/2025/base.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
11-
<div>
10+
<div lang="en">
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

src/templates/ja/2025/base.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
11-
<div>
10+
<div lang="en">
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

src/templates/nl/2025/base.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@
77
{% block almanacMonthDigit %}07{% endblock %}
88

99
{% block foreword %}
10-
{#
11-
<div>
10+
<div lang="en">
1211
<p>
13-
TODO
12+
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.
13+
</p>
14+
<p>
15+
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.
16+
</p>
17+
<p>
18+
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.
19+
</p>
20+
<p>
21+
We hope our report helps the community understand the current state of the web better, and we encourage you to explore this extensive work.
1422
</p>
15-
1623
<p>
1724
<em>
18-
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac General Chair<br>
25+
<a href="{{ url_for('contributors', year=year, lang=lang, _anchor='nrllh') }}">Nurullah Demir</a>, 2025 Web Almanac Editor-in-Chief<br>
1926
</em>
2027
</p>
2128
</div>
22-
#}
2329
{% endblock %}

0 commit comments

Comments
 (0)