From 6b4f0e50697ce6033a5badf052e523d587eb8f4c Mon Sep 17 00:00:00 2001 From: Dan Koller <57103678+dan-koller@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:16:22 +0200 Subject: [PATCH] chore: Update repository links and references to reflect new GitHub username --- README.md | 8 ++++---- docs/INSTALLATION.md | 4 ++-- docs/SECURITY.md | 2 +- docs/TESTING.md | 2 +- mapy/templates/base.html | 8 ++++---- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2d08c97..1d928ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Python3](https://img.shields.io/badge/Python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/) [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg)](LICENSE) -[![Build Status](https://github.com/dan-koller/mapy/actions/workflows/python-app.yml/badge.svg)](https://github.com/dan-koller/mapy/actions/workflows/python-app.yml) +[![Build Status](https://github.com/dikayx/mapy/actions/workflows/python-app.yml/badge.svg)](https://github.com/dikayx/mapy/actions/workflows/python-app.yml) MAPy is a small utility tool for **M**ail **A**nalysis in **Py**thon inspired by CyberDefenders' [Email-Header-Analyzer](https://github.com/cyberdefenders/email-header-analyzer). It is designed to help you parse email data and extract useful information from it. @@ -21,7 +21,7 @@ MAPy is a small utility tool for **M**ail **A**nalysis in **Py**thon inspired by ## Get started -Download the latest release from the [releases page](https://github.com/dan-koller/mapy/releases) and use the [setup.sh](setup.sh) (Mac & Linux) or [setup.bat](setup.bat) (Windows) script to set up the app via Docker or locally. For more detailed instructions, see the [installation guide](docs/INSTALLATION.md). +Download the latest release from the [releases page](https://github.com/dikayx/mapy/releases) and use the [setup.sh](setup.sh) (Mac & Linux) or [setup.bat](setup.bat) (Windows) script to set up the app via Docker or locally. For more detailed instructions, see the [installation guide](docs/INSTALLATION.md). If you are already familiar with Git, you can use the commands below to clone the repository and run the setup script. @@ -30,13 +30,13 @@ If you are already familiar with Git, you can use the commands below to clone th To get the app up and running on Mac or Linux, run: ```bash -git clone https://github.com/dan-koller/mapy.git && cd mapy && chmod +x setup.sh && ./setup.sh +git clone https://github.com/dikayx/mapy.git && cd mapy && chmod +x setup.sh && ./setup.sh ``` On Windows, open a command prompt (cmd) and run: ```cmd -git clone https://github.com/dan-koller/mapy.git && cd mapy && setup.bat +git clone https://github.com/dikayx/mapy.git && cd mapy && setup.bat ``` Follow the instructions in the terminal to start the app. By default, it will be available at [http://localhost:8080](http://localhost:8080). If you want to use SSL, see the [Securing the app with SSL](docs/INSTALLATION.md#securing-the-app-with-ssl) section in the installation guide. diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index d0c9a75..26f6e44 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -13,7 +13,7 @@ MAPy requires Python 3.10 or higher to run locally. 1. Clone the repository ```bash - git clone https://github.com/dan-koller/mapy + git clone https://github.com/dikayx/mapy ``` 2. Create a new virtual environment\* & activate it @@ -97,7 +97,7 @@ You can also use the `docker-compose.yml` file to run the app. Just run `docker- 1. Clone the repository ```bash - git clone https://github.com/dan-koller/mapy + git clone https://github.com/dikayx/mapy cd mapy ``` diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 8d0867a..9be1eb3 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -23,6 +23,6 @@ MAPy tries to follow the latest security best practices and recommendations. As ## Reporting a Vulnerability -If you discover a security issue in MAPy, please [create an issue](https://github.com/dan-koller/mapy/issues). I take security seriously and will do my best to address the issue promptly. +If you discover a security issue in MAPy, please [create an issue](https://github.com/dikayx/mapy/issues). I take security seriously and will do my best to address the issue promptly. If you have any contributions or suggestions to improve the security of MAPy, feel free to open a pull request. Your help is greatly appreciated! diff --git a/docs/TESTING.md b/docs/TESTING.md index bbf62d4..f9c8be3 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -22,7 +22,7 @@ pytest This will run all the tests in the `tests` directory and output the results in the terminal. If all tests pass, you should see a message indicating that all tests have passed successfully. -That's it! You are now ready to contribute to the project by adding new features, fixing bugs, or improving the existing codebase. If you have any questions or need help with anything, feel free to [open an issue](https://github.com/dan-koller/mapy/issues) or reach out to me directly. +That's it! You are now ready to contribute to the project by adding new features, fixing bugs, or improving the existing codebase. If you have any questions or need help with anything, feel free to [open an issue](https://github.com/dikayx/mapy/issues) or reach out to me directly. ## Coverage diff --git a/mapy/templates/base.html b/mapy/templates/base.html index 690f2aa..3ea8f4a 100644 --- a/mapy/templates/base.html +++ b/mapy/templates/base.html @@ -51,7 +51,7 @@