Skip to content

Commit dfd9021

Browse files
Update index.md
1 parent e5f4dd1 commit dfd9021

1 file changed

Lines changed: 7 additions & 67 deletions

File tree

content/pages/index.md

Lines changed: 7 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,20 @@ Title: About us
22
Status: hidden
33
save_as: index.html
44

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.
66

77
## Sponsors
88

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.
1010

1111
{% sponsors gold %}
1212
{% sponsors silver %}
1313

14-
### Asyncio Cooperative (Totally Fictional)
14+
### Aio-lbs
1515

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.
1717

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-
async def fetch_placeholder(url):
66-
async with aiohttp.ClientSession() as session:
67-
async with session.get(url) as response:
68-
return await response.text()
69-
70-
async def main():
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).
8119

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

Comments
 (0)