diff --git a/assets/logo.xcf b/assets/logo.xcf index 56cc98e..6d32fd7 100644 Binary files a/assets/logo.xcf and b/assets/logo.xcf differ diff --git a/website/dist/about/index.html b/website/dist/about/index.html index ac5886d..5bc49e6 100644 --- a/website/dist/about/index.html +++ b/website/dist/about/index.html @@ -6,19 +6,20 @@ - About :: myevent + About :: libreǝvent
-

About myevent

+

About libreǝvent

Website & project not completed yet!

-

myevent is a free and open source event management solution that you can host on your own hardware, if you want to. It is mainly written in node.js, but, as a webapp, uses also lots of HTML and CSS. For storing the customer / userdata, you may choose between using MySQL and a JSON based custom database, such that this project may be used in more cases. Whilst it is recommended to use MySQL with this project, using the JSON based database can be an easy to set up alternative if you are not serving that many customers.

+

libreǝvent is a free and open source event management solution that you can host on your own hardware, if you want to

+

It is mainly written in node.js, but, as a webapp, uses also lots of HTML and CSS. For storing the customer / userdata, you may choose between using MySQL and a JSON based custom database, such that this project may be used in more cases. Whilst it is recommended to use MySQL with this project, using the JSON based database can be an easy to set up alternative if you are not serving that many customers.

diff --git a/website/dist/docs/index.html b/website/dist/docs/index.html index 2487413..f13e694 100644 --- a/website/dist/docs/index.html +++ b/website/dist/docs/index.html @@ -1,13 +1,13 @@ - myevent - Free & Open Source event management solution + libreevent - Free & Open Source event management solution - + @@ -16,8 +16,8 @@
-

Docs - myevent

- +

Docs - libreǝvent

+

Website & project not completed yet!

diff --git a/website/dist/download/index.html b/website/dist/download/index.html index 3e27661..0036974 100644 --- a/website/dist/download/index.html +++ b/website/dist/download/index.html @@ -4,21 +4,21 @@ - - Download - myevent + + Download - libreǝvent
-

Download myevent

+

Download libreǝvent

Ready to downlaod?

Website & project not completed yet!

-

There are a couple of options to download myevent. You may use npm or you may download it from the GitHub releases page. You may also clone the repository locally if you want to use upstream instead of a release

- GitHub +

There are a couple of options to download libreǝvent. You may use npm or you may download it from the GitHub releases page. You may also clone the repository locally if you want to use upstream instead of a release

+ GitHub

You may download the iOS & Android apps from the AppStore / Google Play Store respectively.

diff --git a/website/dist/footer.html b/website/dist/footer.html index dab8193..bcb5906 100644 --- a/website/dist/footer.html +++ b/website/dist/footer.html @@ -9,7 +9,7 @@ diff --git a/website/dist/index.html b/website/dist/index.html index 6c460bf..ede5636 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -1,13 +1,13 @@ - myevent - Free & Open Source event management solution + libreevent - Free & Open Source event management solution - + @@ -16,13 +16,13 @@
-

myevent

+

libreǝvent

Free & Open Source self-hosted event management solution

Website & project not completed yet!

-

What is myevent?

-

myevent is a free and fully open source self-hosted event management solution that you can use to sell tickets for your next event. It is written in Node.js, JavaScript, TypeScript, HTML and CSS. It uses Vue.js for the ticket purchasing system and features both an iOS and Android App you can download and use entirely for free. If you like this project, please consider giving it a star on GitHub and donating to help fund development of this project!

+

What is libreǝvent?

+

libreǝvent is a free and fully open source self-hosted event management solution that you can use to sell tickets for your next event. It is written in Node.js, JavaScript, TypeScript, HTML and CSS. It uses Vue.js for the ticket purchasing system and features both an iOS and Android App you can download and use entirely for free. If you like this project, please consider giving it a star on GitHub and donating to help fund development of this project!

diff --git a/website/dist/nav.html b/website/dist/nav.html index ba50d39..5a7bbd7 100644 --- a/website/dist/nav.html +++ b/website/dist/nav.html @@ -16,7 +16,7 @@ Documentation Download About - GitHub + GitHub
diff --git a/website/package.json b/website/package.json index 571e5d1..5d3f2fa 100644 --- a/website/package.json +++ b/website/package.json @@ -1,21 +1,21 @@ { - "name": "myevent-website", + "name": "libreevent-website", "version": "1.0.0", - "description": "The website of myevent", + "description": "The website of libreevent", "main": "build.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/simplePCBuilding/myevent.git" + "url": "git+https://github.com/simplePCBuilding/libreevent.git" }, "author": "Janis Hutz", "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/simplePCBuilding/myevent/issues" + "url": "https://github.com/simplePCBuilding/libreevent/issues" }, - "homepage": "https://myevent.janishutz.com", + "homepage": "https://libreevent.janishutz.com", "dependencies": { "markdown-it": "^13.0.1", "prompt-sync": "^4.2.0"