Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* @westerveltco/oss
/docs/ @westerveltco/web-dev-docs
* @joshuadavidthomas
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
### Removed - for now removed features
### Fixed - for any bug fixes
### Security - in case of vulnerabilities
[${version}]: https://github.com/westerveltco/django-simple-nav/releases/tag/v${version}
[${version}]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v${version}
-->

## [Unreleased]
Expand Down Expand Up @@ -51,7 +51,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/

### New Contributors

- HiPhish [@hiphish](https://github.com/hiphish) ([#170](https://github.com/westerveltco/django-simple-nav/pull/170))
- HiPhish [@hiphish](https://github.com/hiphish) ([#170](https://github.com/joshuadavidthomas/django-simple-nav/pull/170))

## [0.12.0]

Expand Down Expand Up @@ -220,19 +220,19 @@ Initial release! 🎉
- Josh Thomas <josh@joshthomas.dev> (maintainer)
- Jeff Triplett [@jefftriplett](https://github.com/jefftriplett)

[unreleased]: https://github.com/westerveltco/django-simple-nav/compare/v0.14.0...HEAD
[0.1.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.1.0
[0.2.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.2.0
[0.3.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.3.0
[0.4.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.4.0
[0.5.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.5.0
[0.5.1]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.5.1
[0.6.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.6.0
[0.7.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.7.0
[0.8.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.8.0
[0.9.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.9.0
[0.10.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.10.0
[0.11.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.11.0
[0.12.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.12.0
[0.13.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.13.0
[0.14.0]: https://github.com/westerveltco/django-simple-nav/releases/tag/v0.14.0
[unreleased]: https://github.com/joshuadavidthomas/django-simple-nav/compare/v0.14.0...HEAD
[0.1.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.1.0
[0.2.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.2.0
[0.3.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.3.0
[0.4.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.4.0
[0.5.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.5.0
[0.5.1]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.5.1
[0.6.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.6.0
[0.7.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.7.0
[0.8.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.8.0
[0.9.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.9.0
[0.10.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.10.0
[0.11.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.11.0
[0.12.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.12.0
[0.13.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.13.0
[0.14.0]: https://github.com/joshuadavidthomas/django-simple-nav/releases/tag/v0.14.0
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

All contributions are welcome! Besides code contributions, this includes things like documentation improvements, bug reports, and feature requests.

You should first check if there is a [GitHub issue](https://github.com/westerveltco/django-simple-nav/issues) already open or related to what you would like to contribute. If there is, please comment on that issue to let others know you are working on it. If there is not, please open a new issue to discuss your contribution.
You should first check if there is a [GitHub issue](https://github.com/joshuadavidthomas/django-simple-nav/issues) already open or related to what you would like to contribute. If there is, please comment on that issue to let others know you are working on it. If there is not, please open a new issue to discuss your contribution.

Not all contributions need to start with an issue, such as typo fixes in documentation or version bumps to Python or Django that require no internal code changes, but generally, it is a good idea to open an issue first.

We adhere to Django's Code of Conduct in all interactions and expect all contributors to do the same. Please read the [Code of Conduct](https://www.djangoproject.com/conduct/) before contributing.

## Setup

The following setup steps assume you are using a Unix-like operating system, such as Linux or macOS, and that you have a [supported](https://django-simple-nav.westervelt.dev/en/latest/#requirements) version of Python installed. If you are using Windows, you will need to adjust the commands accordingly. If you do not have Python installed, you can visit [python.org](https://www.python.org/) for instructions on how to install it for your operating system.
The following setup steps assume you are using a Unix-like operating system, such as Linux or macOS, and that you have a [supported](https://django-simple-nav.joshthomas.dev/en/latest/#requirements) version of Python installed. If you are using Windows, you will need to adjust the commands accordingly. If you do not have Python installed, you can visit [python.org](https://www.python.org/) for instructions on how to install it for your operating system.

1. Fork the repository and clone it locally.
2. Install [uv](https://docs.astral.sh/uv/getting-started/installation/) if you don't already have it.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Then use the template tag wherever you want the nav to appear. The string is the
The [`example`](example/) directory contains a simple Django project that demonstrates how to use `django-simple-nav`, including navigation definitions for a few different scenarios and some popular CSS frameworks.

```bash
git clone https://github.com/westerveltco/django-simple-nav
git clone https://github.com/joshuadavidthomas/django-simple-nav
cd django-simple-nav
uv sync
uv run example/demo.py runserver
Expand All @@ -114,7 +114,7 @@ Then open your browser to `http://localhost:8000`.

## Documentation

For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.westervelt.dev/).
For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.joshthomas.dev/).

## License

Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ When it comes time to cut a new release, follow these steps:
bumpver update --tag=final
```

3. Ensure the [CHANGELOG](https://github.com/westerveltco/django-simple-nav/blob/main/CHANGELOG.md) is up to date. If updates are needed, add them now in the release branch.
3. Ensure the [CHANGELOG](https://github.com/joshuadavidthomas/django-simple-nav/blob/main/CHANGELOG.md) is up to date. If updates are needed, add them now in the release branch.

4. Create a pull request from the release branch to `main`.

5. Once CI has passed and all the checks are green ✅, merge the pull request.

6. Draft a [new release](https://github.com/westerveltco/django-simple-nav/releases/new) on GitHub.
6. Draft a [new release](https://github.com/joshuadavidthomas/django-simple-nav/releases/new) on GitHub.

Use the version number with a leading `v` as the tag name (e.g. `v0.11.0`).

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"footer_icons": [
{
"name": "GitHub",
"url": "https://github.com/westerveltco/django-simple-nav",
"url": "https://github.com/joshuadavidthomas/django-simple-nav",
"html": """
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ example/

## Documentation

For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.westervelt.dev/).
For the full documentation — including permissions, extra context, Jinja2 support, self-rendering items, and more — please visit the [documentation site](https://django-simple-nav.joshthomas.dev/).
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jinja2 = [
]

[project.urls]
Documentation = "https://django-simple-nav.westervelt.dev/"
Issues = "https://github.com/westerveltco/django-simple-nav/issues"
Source = "https://github.com/westerveltco/django-simple-nav"
Documentation = "https://django-simple-nav.joshthomas.dev/"
Issues = "https://github.com/joshuadavidthomas/django-simple-nav/issues"
Source = "https://github.com/joshuadavidthomas/django-simple-nav"

[tool.basedpyright]
exclude = [
Expand Down