From a65b546b40f0a1cc1873a32d725e34d083896be2 Mon Sep 17 00:00:00 2001 From: RedFreak_ Date: Sat, 5 Nov 2022 21:56:08 +0100 Subject: [PATCH] renaming the project to "MAXQDA-Paraphrase-Matrix HTML to Excel" to be more specific --- .env.example | 4 ++-- README.md | 2 +- composer.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index ef399c5..771d2e5 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ -APP_NAME="MAXQDA HTML to Excel" +APP_NAME="MAXQDA-Paraphrase-Matrix HTML to Excel" APP_ENV=local APP_KEY= APP_DEBUG=true -APP_URL=https://maxqda-html-to-excel.test +APP_URL=https://maxqda-paraphrase-matrix_html-to-excel.test LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null diff --git a/README.md b/README.md index 255159c..d384f99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MAXQDA HTML to Ecel +# MAXQDA-Paraphrase-Matrix HTML to Excel The aim of this project is to create a propper excel-file from the html output of the paraphrases. The project does not need a database-server. It is able to work ith SQLite. diff --git a/composer.json b/composer.json index 4814663..ecb8a86 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "laravel/laravel", + "name": "red-freak/maxqda-paraphrase-matrix_html-to-excel", "type": "project", - "description": "The Laravel Framework.", - "keywords": ["framework", "laravel"], + "description": "Convert MAXQDA-Paraphrase-Matrix-HTML to an Excel-format that makes sense.", + "keywords": ["framework", "laravel", "MAXQDA", "Paraphrase-Matrix", "Excel", "HTML"], "license": "MIT", "require": { "php": "^8.1",