Skip to content

Commit b585333

Browse files
committed
Write about donations
1 parent 1d4fdf1 commit b585333

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

_posts/2025-07-02-this-month-in-servo.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ summary: awooga awooga
77
categories:
88
---
99

10+
<!--
11+
- DONE donations
12+
- 2464.00/month github
13+
- 2000.24/month opencollective
14+
- 25 donors on thanks.dev
15+
- new features
16+
- [dom] indexeddb
17+
- [dom] transform(DOMMatrix2DInit transform) on CanvasRenderingContext2D
18+
- [dom] transform(DOMMatrix2DInit transform) on CanvasPattern
19+
- [dom] ImageBitmap and createImageBitmap(Blob)
20+
- [dom] shadow dom <foo exportparts>
21+
- [dom] xpath lang() and id()
22+
- [dom] supports() on HTMLScriptElement
23+
- [layout] ::part
24+
- [layout] <hr size>
25+
- [embedding] <meta name="viewport">
26+
- [embedding] multiprocess support on windows
27+
- dom
28+
- abort improvements (abortcontroller, abortsignal, etc)
29+
- <script type="import-map">
30+
- <select> bug fix
31+
- shadow dom bug fix
32+
- xpath bug fix
33+
- trusted types bug fix
34+
- scroll queries bug fix
35+
- wheel and MouseEvent bug fixes
36+
- encoding bug fix (#37541 294148 lines removed)
37+
- layout
38+
- optimisation for transform etc
39+
- optimisation for script queries
40+
- embedding
41+
- :hover bug fix
42+
-->
43+
1044
<!--
1145
- csp
1246
- https://github.com/servo/servo/pull/37154 (@TimvdLippe, @jdm, #37154) net: Perform CSP checks on fetch responses. (#37154)
@@ -287,6 +321,28 @@ categories:
287321
webdriver
288322
-->
289323

324+
## Donations
325+
326+
Thanks again for your generous support!
327+
We are now receiving **4464 USD/month** (−2.8% over May) in recurring donations.
328+
This helps cover the cost of our [self-hosted](https://ci0.servo.org) [CI](https://ci1.servo.org) [runners](https://ci2.servo.org) and one of our [latest Outreachy interns](https://www.outreachy.org/alums/2025-06/#:~:text=Servo)!
329+
330+
Servo is also on [thanks.dev](https://thanks.dev), and already **25 GitHub users** (same as May) that depend on Servo are sponsoring us there.
331+
If you use Servo libraries like [url](https://crates.io/crates/url/reverse_dependencies), [html5ever](https://crates.io/crates/html5ever/reverse_dependencies), [selectors](https://crates.io/crates/selectors/reverse_dependencies), or [cssparser](https://crates.io/crates/cssparser/reverse_dependencies), signing up for [thanks.dev](https://thanks.dev) could be a good way for you (or your employer) to give back to the community.
332+
333+
<figure class="_fig" style="width: 100%; margin: 1em 0;"><div class="_flex" style="height: calc(1lh + 3em); flex-flow: column nowrap; text-align: left;">
334+
<div style="position: relative; text-align: right;">
335+
<div style="position: absolute; margin-left: calc(100% * 4464 / 10000); padding-left: 0.5em;"><strong>4464</strong> USD/month</div>
336+
<div style="position: absolute; margin-left: calc(100% * 4464 / 10000); height: calc(1lh + 1.5em); border-left: 1px solid;"></div>
337+
<div style="position: absolute; margin-left: calc(100% - 0.5em); height: calc(1lh + 1.5em); border-left: 1px solid;"></div>
338+
<div style="padding-right: 1em;"><strong>10000</strong><!-- USD/month --></div>
339+
</div>
340+
<progress value="4464" max="10000" style="transform: scale(3); transform-origin: top left; width: calc(100% / 3);"></progress>
341+
</div></figure>
342+
343+
As always, use of these funds will be decided transparently in the Technical Steering Committee.
344+
For more details, head to our [Sponsorship page]({{ '/sponsorship/' | url }}).
345+
290346
<style>
291347
._correction {
292348
max-width: 33em;

0 commit comments

Comments
 (0)