Skip to content

Commit 1578a81

Browse files
committed
docs: Update readme and security policy
1 parent 477c6d4 commit 1578a81

File tree

4 files changed

+7
-83
lines changed

4 files changed

+7
-83
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 m1sk9
3+
Copyright (c) 2023 - 2024 m1sk9
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ docker pull ghcr.io/m1sk9/babyrite:v0
1616

1717
[*API Support: requires Discord API v10*](https://discord.com/developers/docs/reference#api-versioning)
1818

19+
![Execution](./docs/src/public/example.gif)
20+
1921
## Setup and Hosting
2022

2123
babyrite can be hosted using Docker Compose or k8s.
@@ -26,18 +28,8 @@ See [official guide](https://babyrite.m1sk9.dev/installation.html) for setup and
2628

2729
- babyrite is one of the Quote Bots that expands the message content of a sent message link into an embed.
2830
- There are several such bots in the public, but none of them have been released as OSS. babyrite provides a way to host it yourself as well as to release it as OSS.
29-
30-
<p align="right">
31-
<img src="./docs/src/public/using-babyrite.png" alt="Using babyrite" width="70%" >
32-
</p>
33-
3431
- babyrite can also extract attached image/GIF files.
3532
- These attached files are sent using Discord's CDN and are not stored on the server side.
36-
37-
<p align="right">
38-
<img src="./docs/src/public/attachment.png" alt="babyrite attachment" width="70%" >
39-
</p>
40-
4133
- In addition to `discord.com`, babyrite supports message links used by a limited number of builds, such as `canary.discord.com` and `ptb.discord.com`.
4234
- *Not supported by `discordapp.com`. See [m1sk9/babyrite#172](https://github.com/m1sk9/babyrite/issues/172) for details.*
4335

@@ -47,4 +39,6 @@ babyrite is published under [MIT LIcense](./LICENSE).
4739

4840
<sub>
4941
© 2023-2024 m1sk9 - babyrite is not affiliated with Discord.
42+
43+
Thanks to MessageQuote, citation, for giving birth to babyrite!
5044
</sub>

SECURITY.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ A Guide to babyrite's Security Policy.
44

55
## Supported Versions
66

7-
Below is the support status for each version of babyrite.
7+
Since babyrite is currently in beta, only minor updates of the latest version are supported. Vulnerabilities are fixed only in minor updates and **not backported to older versions**.
88

9-
| Release | Released | Status | Active Support | Security Support |
10-
|---------|------------|------------|----------------|------------------|
11-
| v0.12 | 2024/10/09 | `Active` | 2024/12/09 | 2025/01/09 |
12-
| v0.11 | 2024/10/04 | `EoL` | ~~2024/12/04~~ | ~~2024/11/01~~ |
13-
| v0.10 | 2024/09/06 | `EoL` | ~~2024/10/06~~ | ~~2024/11/01~~ |
14-
| v0.9 | 2024/08/22 | `EoL` | ~~2024/10/22~~ | ~~2024/11/21~~ |
15-
| v0.8 | 2024/05/20 | `EoL` | 2024/08/22 | 2024/09/22 |
16-
17-
- Versions prior to v0.7 are no longer supported.
9+
Also, because of the possibility of destructive changes without prior notice, updates may change the behavior of the software and may cause incompatibility. Always check the patch notes.
1810

1911
## Vulnerability Reporting
2012

x

-62
This file was deleted.

0 commit comments

Comments
 (0)