From efa13c6596b4c55a6cd1b0fe5d3ecf0de793e431 Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Fri, 1 Mar 2024 13:19:24 -0500 Subject: [PATCH 1/3] add tea file --- tea.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tea.yml diff --git a/tea.yml b/tea.yml new file mode 100644 index 0000000..dda3df9 --- /dev/null +++ b/tea.yml @@ -0,0 +1,7 @@ +# https://tea.xyz/what-is-this-file +--- +version: 1.0.0 +codeOwners: + - '0xaC8Bb28685BD43FD784DC902E132829c6C6DafA2' +quorum: 1 + From 872b37509399a7f02e53f46ad9881f63f66d334b Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Fri, 1 Mar 2024 13:21:15 -0500 Subject: [PATCH 2/3] rename tea --- tea.yml => tea.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tea.yml => tea.yaml (100%) diff --git a/tea.yml b/tea.yaml similarity index 100% rename from tea.yml rename to tea.yaml From d8beb973ecf9f68a96d6efc451cda7f5edd10288 Mon Sep 17 00:00:00 2001 From: Sage Sharp <270108+sagesharp@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:32:34 -0700 Subject: [PATCH 3/3] Fix wiki links in README.md On Feb 4, the name of the top-level wiki page was changed from "Python Slugify Wiki" to "Welcome to the python-slugify wiki!". That change to the wiki page title changed all the URLs for the wiki pages. If you tried to click a wiki URL in the README.md, GitHub would redirect you to a form to create a new wiki page with that name. Fix this by updating the URLs in README.md to match the new wiki top page title. TODO: I don't know if there are other wiki URLs in other documentation files. The instances in README.md were the ones I have time to fix while quickly trying to use python-slugify for a personal project. Thanks for all your work maintaining this project! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dfbd92..dcd647b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This module, by default installs and uses [text-unidecode](https://github.com/kmike/text-unidecode) _(GPL & Perl Artistic)_ for its decoding needs. -However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it. `Unidecode` is believed to be more [advanced](https://github.com/un33k/python-slugify/wiki/Python-Slugify-Wiki#notes-on-unidecode). +However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it. `Unidecode` is believed to be more [advanced](https://github.com/un33k/python-slugify/wiki/Welcome-to-the-python%E2%80%90slugify-wiki!#notes-on-unidecode). ### `Official` Support Matrix @@ -187,7 +187,7 @@ To run the tests against the current environment: # Contribution -Please read the ([wiki](https://github.com/un33k/python-slugify/wiki/Python-Slugify-Wiki)) page prior to raising any PRs. +Please read the ([wiki](https://github.com/un33k/python-slugify/wiki/Welcome-to-the-python%E2%80%90slugify-wiki!)) page prior to raising any PRs. # License