|
1 | | -Title: Home Page |
| 1 | +Title: About us |
2 | 2 | Status: hidden |
3 | 3 | save_as: index.html |
4 | 4 |
|
5 | | -Aio-libs home page. |
| 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. |
| 6 | + |
| 7 | +## Sponsors |
| 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). |
| 10 | + |
| 11 | +> ### Sponsor Card |
| 12 | +>  |
| 13 | +> Blockquotes can be used for featured content blocks I guess. Nice to keep things simple, especially these days am I right? |
| 14 | +> |
| 15 | +> I usually am. |
| 16 | +
|
| 17 | +### Asyncio Cooperative (Totally Fictional) |
| 18 | + |
| 19 | +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. |
| 20 | + |
| 21 | +- 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. |
| 22 | +- In the Python `asyncio` ecosystem, including `aiohttp`. |
| 23 | +- None of this text should be taken seriously. It exists only as illustrative filler and friendly nonsense. |
| 24 | + |
| 25 | +Everything below is **invented**, **non-binding**, and **purely demonstrative**. |
| 26 | + |
| 27 | +### Who We Are (Allegedly) |
| 28 | + |
| 29 | +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. |
| 30 | + |
| 31 | +#### Heading of fourth level |
| 32 | + |
| 33 | +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. |
| 34 | + |
| 35 | +##### Fifth level heading |
| 36 | + |
| 37 | +Asyncio would not be possible without our amazing sponsors. Please consider joining them to help fund our work. Our finances are entirely transparent. |
| 38 | + |
| 39 | +###### Sixth level headings seem kind of pointless tbh |
| 40 | + |
| 41 | +## What We (Pretend to) Maintain |
| 42 | + |
| 43 | +In this entirely fabricated scenario, the co-op claims stewardship over parts of the asyncio ecosystem, such as: |
| 44 | + |
| 45 | +- `aiohttp` |
| 46 | +- imaginary subprojects |
| 47 | +- hypothetical integrations |
| 48 | +- vibes-based abstractions |
| 49 | + |
| 50 | +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**. |
| 51 | + |
| 52 | +### hypothetical integrations |
| 53 | + |
| 54 | +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. |
| 55 | + |
| 56 | +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. |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +## Example Async Code (For Demonstration Only) |
| 61 | + |
| 62 | +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. |
| 63 | + |
| 64 | +```python |
| 65 | +import asyncio |
| 66 | +import aiohttp |
| 67 | + |
| 68 | +async def fetch_placeholder(url): |
| 69 | + async with aiohttp.ClientSession() as session: |
| 70 | + async with session.get(url) as response: |
| 71 | + return await response.text() |
| 72 | + |
| 73 | +async def main(): |
| 74 | + text = await fetch_placeholder("https://example.com") |
| 75 | + print("This output is also fictional:", text[:50]) |
| 76 | + |
| 77 | +asyncio.run(main()) |
| 78 | +``` |
| 79 | +## Our Completely Fake Mission |
| 80 | + |
| 81 | +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. |
| 82 | + |
| 83 | +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. |
| 84 | + |
0 commit comments