mirror of
https://codeberg.org/small-hack/open-slopware.git
synced 2026-06-05 08:37:03 +02:00
Merge pull request 'fix the anchors for the python and style guide markdown code blocks' (#327) from fix-anchors into main
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/327
This commit is contained in:
commit
09071e9c46
2 changed files with 9 additions and 9 deletions
|
|
@ -386,9 +386,9 @@ Note that Python is itself tainted; see [the Programming Languages section](#pro
|
|||
|
||||
| Name | Last Untainted Version or Commit ID | Tags and Evidence | Alternative(s) |
|
||||
|---|:---:|---|---|
|
||||
| [Chardet](https://github.com/chardet/chardet) | [`6.0.0.post1`](https://github.com/chardet/chardet/releases/tag/6.0.0.post1) | [](https://codeberg.org/small-hack/open-slopware#vibecoded) ([1](https://github.com/chardet/chardet/issues/327), [2](https://github.com/chardet/chardet/commit/5038f52057e0cc84f622fb2a0546393c43a84a15)) | [](https://codeberg.org/small-hack/open-slopware#request-for-help) |
|
||||
| [Requests](https://github.com/psf/requests) | [](https://codeberg.org/small-hack/open-slopware#request-for-help) | [](https://codeberg.org/small-hack/open-slopware#permissive-ai-policy) ([1](https://github.com/psf/requests/commit/b2a1d33f571518ca9a6148e7da787cc5827f897a)) | [`urllib.request` in Python Standard Library](https://docs.python.org/3/library/urllib.request.html) |
|
||||
| [Textual](https://github.com/Textualize/textual) | [`v7.5.0`](https://github.com/Textualize/textual/releases/tag/v7.5.0) | [](https://codeberg.org/small-hack/open-slopware#vibecoded) ([1](https://github.com/batrachianai/toad/commits?author=willmcgugan))<br /> [](https://codeberg.org/small-hack/open-slopware#permissive-ai-policy) ([1](https://github.com/Textualize/textual/blob/main/AI_POLICY.md)) | [pytermgui](https://github.com/bczsalba/pytermgui) |
|
||||
| [Chardet](https://github.com/chardet/chardet) | [`6.0.0.post1`](https://github.com/chardet/chardet/releases/tag/6.0.0.post1) | [](#vibecoded) ([1](https://github.com/chardet/chardet/issues/327), [2](https://github.com/chardet/chardet/commit/5038f52057e0cc84f622fb2a0546393c43a84a15)) | [](#request-for-help) |
|
||||
| [Requests](https://github.com/psf/requests) | [](#request-for-help) | [](#permissive-ai-policy) ([1](https://github.com/psf/requests/commit/b2a1d33f571518ca9a6148e7da787cc5827f897a)) | [`urllib.request` in Python Standard Library](https://docs.python.org/3/library/urllib.request.html) |
|
||||
| [Textual](https://github.com/Textualize/textual) | [`v7.5.0`](https://github.com/Textualize/textual/releases/tag/v7.5.0) | [](#vibecoded) ([1](https://github.com/batrachianai/toad/commits?author=willmcgugan))<br /> [](#permissive-ai-policy) ([1](https://github.com/Textualize/textual/blob/main/AI_POLICY.md)) | [pytermgui](https://github.com/bczsalba/pytermgui) |
|
||||
|
||||
### Rust
|
||||
|
||||
|
|
|
|||
12
STYLE.md
12
STYLE.md
|
|
@ -33,27 +33,27 @@ Make sure to format your table like below:
|
|||
Here are all the badges for easy copying and pasting:
|
||||
|
||||
```markdown
|
||||
[](https://codeberg.org/small-hack/open-slopware#vibecoded)
|
||||
[](#vibecoded)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](https://codeberg.org/small-hack/open-slopware#ai-functionality)
|
||||
[](#ai-functionality)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](https://codeberg.org/small-hack/open-slopware#permissive-ai-policy)
|
||||
[](#permissive-ai-policy)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](https://codeberg.org/small-hack/open-slopware#ai-code-reviews)
|
||||
[](#ai-code-reviews)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](https://codeberg.org/small-hack/open-slopware#sponsored-by-ai)
|
||||
[](#sponsored-by-ai)
|
||||
```
|
||||
|
||||
```markdown
|
||||
[](https://codeberg.org/small-hack/open-slopware#request-for-help)
|
||||
[](#request-for-help)
|
||||
```
|
||||
|
||||
> [!important]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue