You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/index.md
+7-67Lines changed: 7 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,80 +2,20 @@ Title: About us
2
2
Status: hidden
3
3
save_as: index.html
4
4
5
-
We are a co-operative of developers who maintain open-source libraries for the Python module [asyncio](https://docs.python.org/3/library/asyncio.html), including [aiohttp](https://docs.aiohttp.org/en/stable/) and associated ecosystem.
5
+
We are a co-operative of developers who maintain open-source libraries for use with Python's [asyncio](https://docs.python.org/3/library/asyncio.html), including the popular [[aiohttp]] library.
6
6
7
7
## Sponsors
8
8
9
-
Asyncio would not be possible without our amazing sponsors. Please consider joining them to help fund our work. Our finances are entirely transparent and managed by [Open Collective](https://opencollective.com/aio-libs).
9
+
Aio-libs would not be possible without our amazing sponsors. Please consider [joining them](/sponsor_us/) to help fund our work.
10
10
11
11
{% sponsors gold %}
12
12
{% sponsors silver %}
13
13
14
-
### Asyncio Cooperative (Totally Fictional)
14
+
### Aio-lbs
15
15
16
-
Welcome to the **Asyncio Cooperative**, a completely made-up, not-real, absolutely placeholder homepage for a co-operative of developers who *pretend*to maintain open-source libraries in the Python `asyncio` ecosystem, including `aiohttp`. None of this text should be taken seriously. It exists only as illustrative filler and friendly nonsense.
16
+
This website exists to showcase the work that we do across aio-libs.
17
17
18
-
- Welcome to the **Asyncio Cooperative**, a completely made-up, not-real, absolutely placeholder homepage for a co-operative of developers who *pretend* to maintain open-source libraries.
19
-
- In the Python `asyncio` ecosystem, including `aiohttp`.
20
-
- None of this text should be taken seriously. It exists only as illustrative filler and friendly nonsense.
21
-
22
-
Everything below is **invented**, **non-binding**, and **purely demonstrative**.
23
-
24
-
### Who We Are (Allegedly)
25
-
26
-
We are a fictional co-operative of developers who, in this placeholder universe, collaboratively maintain asyncio-based libraries. This paragraph exists only to show what such a section *might* look like, not to describe any real organization, governance model, or human beings.
27
-
28
-
#### Heading of fourth level
29
-
30
-
If this were a real homepage (which it is not), this section might talk about values, collaboration, and sustainability. Instead, it simply reminds you again that this is **sample markdown text** and should not be confused with reality.
31
-
32
-
##### Fifth level heading
33
-
34
-
Asyncio would not be possible without our amazing sponsors. Please consider joining them to help fund our work. Our finances are entirely transparent.
35
-
36
-
###### Sixth level headings seem kind of pointless tbh
37
-
38
-
## What We (Pretend to) Maintain
39
-
40
-
In this entirely fabricated scenario, the co-op claims stewardship over parts of the asyncio ecosystem, such as:
41
-
42
-
-`aiohttp`
43
-
- imaginary subprojects
44
-
- hypothetical integrations
45
-
- vibes-based abstractions
46
-
47
-
None of these claims are real. This list is placeholder content designed to show structure, not truth. If you are reading this expecting accuracy, please stop and re-read the disclaimer: **this is all made up**.
48
-
49
-
### hypothetical integrations
50
-
51
-
Our fictional mission is to demonstrate what a mission statement *could* look like in markdown. Any resemblance to real missions, goals, or philosophies is accidental and coincidental.
52
-
53
-
This paragraph exists solely to fill space and illustrate layout. It does not represent the intentions of the asyncio community, the aiohttp maintainers, or anyone else who actually exists.
54
-
55
-
---
56
-
57
-
## Example Async Code (For Demonstration Only)
58
-
59
-
Below is a code sample that looks realistic but is included only as decorative filler. It is not advice, documentation, or an endorsement of anything.
60
-
61
-
```python
62
-
import asyncio
63
-
import aiohttp
64
-
65
-
asyncdeffetch_placeholder(url):
66
-
asyncwith aiohttp.ClientSession() as session:
67
-
asyncwith session.get(url) as response:
68
-
returnawait response.text()
69
-
70
-
asyncdefmain():
71
-
text =await fetch_placeholder("https://example.com")
72
-
print("This output is also fictional:", text[:50])
73
-
74
-
asyncio.run(main())
75
-
```
76
-
## Our Completely Fake Mission
77
-
78
-
Our fictional mission is to demonstrate what a mission statement *could* look like in markdown. Any resemblance to real missions, goals, or philosophies is accidental and coincidental.
79
-
80
-
This paragraph exists solely to fill space and illustrate layout. It does not represent the intentions of the asyncio community, the aiohttp maintainers, or anyone else who actually exists.
18
+
Under projects you can view the various libraries we maintain (more to be added soon).
81
19
20
+
Under news you can read the latest posts from us where we talk about some of the things we've been working on and give you some behind-the-scenes views of the work we've been doing.
21
+
If you want to follow along, there is an atom feed for all news, as well as a feed for each category if you're only interested in particular areas of our work.
0 commit comments