Various updates to put `archive.matrix.org` in the forefront (#220)
Fix https://github.com/matrix-org/matrix-public-archive/issues/212 Screenshot at 90% zoom with even dimensions for better scaling
This commit is contained in:
parent
198e8c09be
commit
ed3fde7845
11
README.md
11
README.md
|
@ -7,10 +7,16 @@ Gitter](https://github.com/vector-im/roadmap/issues/26), the goal is to make a
|
|||
public archive site for `world_readable` Matrix rooms like Gitter's archives
|
||||
which search engines can index and keep all of the content accessible/available.
|
||||
|
||||
![A reference for how the Matrix Public Archive looks. Showing off a day of messages in `#gitter:matrix.org` on 2021-08-06. There is a date picker calendar in the right sidebar and a traditional chat app layout on the left.](https://user-images.githubusercontent.com/558581/234765275-28c70c49-c27f-473a-88ba-f4392ddae871.png)
|
||||
#### Try it out: [archive.matrix.org](https://archive.matrix.org/) 🌌
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
Room directory homepage | Archive room view
|
||||
--- | ---
|
||||
<img alt="A reference for how the Matrix Public Archive homepage looks. Search bar where you can find thousands of rooms using Matrix and homeserver selector. Grid of room cards showing the results." src="https://user-images.githubusercontent.com/558581/236579462-fee0f9c0-29d2-4c3d-a695-c9eaf0f744ef.png" width="440"> | ![A reference for how the Matrix Public Archive looks. Showing off a day of messages in `#gitter:matrix.org` on 2021-08-06. There is a date picker calendar in the right sidebar and a traditional chat app layout on the left.](https://user-images.githubusercontent.com/558581/234765275-28c70c49-c27f-473a-88ba-f4392ddae871.png)
|
||||
|
||||
## Demo videos
|
||||
|
||||
- [![](https://user-images.githubusercontent.com/558581/206083768-d18456de-caa3-463f-a891-96eed8054686.png) May 2023](https://www.youtube.com/watch?v=4KlNILNItGQ&t=1046s): Introducing [archive.matrix.org](https://archive.matrix.org/), the shiny new public instance of the Matrix Public Archive that everyone can share and link to.
|
||||
- [![](https://user-images.githubusercontent.com/558581/206083768-d18456de-caa3-463f-a891-96eed8054686.png) Aug 2022](https://www.youtube.com/watch?v=6KHQSeJTXm0&t=583s) ([blog post](https://matrix.org/blog/2022/08/05/this-week-in-matrix-2022-08-05#matrix-public-archive-website)): A quick intro of what the project looks like, the goals, what it accomplishes, and how it's a new portal into the Matrix ecosystem.
|
||||
- [![](https://user-images.githubusercontent.com/558581/206083768-d18456de-caa3-463f-a891-96eed8054686.png) Oct 2022](https://www.youtube.com/watch?v=UT6KSEqDUf8&t=548s): Showing off the room directory landing page used to browse everything available in the archive.
|
||||
|
||||
|
@ -52,6 +58,7 @@ See the [FAQ page](docs/faq.md).
|
|||
|
||||
```sh
|
||||
$ npm install
|
||||
$ npm run build
|
||||
|
||||
# Edit `config/config.user-overrides.json` so that `matrixServerUrl` points to
|
||||
# your homeserver and has `matrixAccessToken` defined
|
||||
|
@ -79,7 +86,7 @@ $ npm run start-dev
|
|||
If you want to make changes to the underlying Hydrogen SDK as well, you can locally link
|
||||
it into this project with the following instructions:
|
||||
|
||||
```
|
||||
```sh
|
||||
# We need to use a draft branch of Hydrogen to get the custom changes needed for
|
||||
# `matrix-public-archive` to run. Hopefully soon, we can get all of the custom
|
||||
# changes mainlined so this isn't necessary.
|
||||
|
|
|
@ -26,7 +26,7 @@ Also see https://github.com/matrix-org/matrix-public-archive/issues/47
|
|||
|
||||
## Technical details
|
||||
|
||||
The main readme has an [technical overview](../README.md#technical-overview) of the
|
||||
The main readme has a [technical overview](../README.md#technical-overview) of the
|
||||
project. Here are a few more details.
|
||||
|
||||
### How do I figure out what version of the Matrix Public Archive is running?
|
||||
|
|
Loading…
Reference in New Issue