Skip to content

Commit

Permalink
Remove chorusmc.org references
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Sep 7, 2023
1 parent 3c6c5bb commit d8187eb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://i.imgur.com/4FyinoS.png" alt="Banner" />
</p>

[![Code Quality](https://www.codefactor.io/repository/github/iamgio/chorus/badge)](https://www.codefactor.io/repository/github/iamgio/chorus) ![Downloads](https://img.shields.io/github/downloads/iamgio/chorus/total.svg) [![Release](https://img.shields.io/github/release/iamgio/chorus.svg)](https://chorusmc.org) [![GitHub license](https://img.shields.io/github/license/iAmGio/chorus)](https://github.com/iAmGio/chorus/blob/master/LICENSE)
[![Code Quality](https://www.codefactor.io/repository/github/iamgio/chorus/badge)](https://www.codefactor.io/repository/github/iamgio/chorus) ![Downloads](https://img.shields.io/github/downloads/iamgio/chorus/total.svg) [![Release](https://img.shields.io/github/release/iamgio/chorus.svg)](https://chorus.iamgio.eu) [![GitHub license](https://img.shields.io/github/license/iAmGio/chorus)](https://github.com/iAmGio/chorus/blob/master/LICENSE)

## What is Chorus?
Chorus is an easy-to-use and lightweight [YAML](http://yaml.org/) editor, created for anyone who works on [Spigot](https://spigotmc.org)-based Minecraft servers.
Expand Down Expand Up @@ -85,7 +85,7 @@ To see the structure of a style file, take a look at this theme:
If you want to make it public, you can add it to the official [themes repository](https://github.com/iAmGio/chorus-themes) following [these](https://github.com/iAmGio/chorus-themes/blob/master/README.md) guidelines.

## Downloading
Chorus is downloadable on [chorusmc.org](https://chorusmc.org).
Chorus is downloadable on [chorus.iamgio.eu](https://chorus.iamgio.eu).
Older versions can be found [here](https://github.com/iAmGio/chorus/releases).
Make sure you have Java 8 or above installed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.chorusmc.chorus.addon.Addons
import org.chorusmc.chorus.menubar.MenuBarAction
import org.chorusmc.chorus.views.addons.AddonsView

private const val ADDONS_URL = "http://addons.chorusmc.org"
private const val ADDONS_URL = "https://github.com/iamgio/chorus-addons"

class MyAddons : MenuBarAction {

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/chorusmc/chorus/menubar/help/MenuBarHelp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.chorusmc.chorus.nodes.control.UrlLabel
import org.chorusmc.chorus.util.translate
import org.chorusmc.chorus.views.HelpView
import org.jsoup.Jsoup
import java.util.Locale
import java.util.*

class Credits : MenuBarAction {

Expand All @@ -34,7 +34,7 @@ class Donate : MenuBarAction {

val helpView = HelpView(translate("help.donate.title"))
helpView.addText(translate("help.donate.text", locale = Locale.ENGLISH))
helpView.addNode(UrlLabel(translate("help.donate.url_text"), "http://donate.chorusmc.org"))
helpView.addNode(UrlLabel(translate("help.donate.url_text"), "https://paypal.me/giogar"))
helpView.show()
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/lang/lang_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ filechooser.yaml=YAML files
ftp.no_server=Add servers from Settings > FTP
help.credits.subtitle=Created with $1 by iAmGio, the only dev and maintainer.
! -- english only
help.credits.text=Thanks to beta testers: $1.\nThanks to $2 for the website (chorusmc.org).\nThanks to gjkf for having helped with RegEx.\nThanks to everyone who donated and supported Chorus and everyone who believed in this project.
help.credits.text=Thanks to beta testers: $1.\nThanks to $2 for the website (chorus.iamgio.eu).\nThanks to gjkf for having helped with RegEx.\nThanks to everyone who donated and supported Chorus and everyone who believed in this project.
help.credits.title=Credits
! -- english only
help.donate.text=I worked so hard on this project, which you just downloaded for free.\nIf you like this software or you just want to support me, I'd enjoy donations.\nBy donating, you'll be added to 'Donators List'.
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/assets/lang/lang_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ filechooser.create_title=Создать файл
filechooser.title=Выберите файл
filechooser.yaml=YAML файлы
ftp.no_server=Добавьте сервер в Настройки > FTP
help.credits.subtitle=Created with $1 by iAmGio, the only dev and maintainer.
! -- english only
help.credits.text=Спасибо beta tester'ам: $1.\nСпасибо $2 for за сайт (chorusmc.org).\nСпасибо gjkf за помощь с RegEx.\nСпасибо всем, кто пожертвовал и поддержал Chorus, и всем, кто верил в этот проект.
help.credits.title=Credits
! -- english only
help.donate.text=Я усердно работал над проектом, который вы скачали бесплатно.\nЕсли вам нравится это программное обеспечение или вы просто хотите поддержать меня, я буду рад пожертвованиям.\nСделав пожертвование, вы будете добавлены в 'Список Пожертвований'.
help.donate.title=Пожертвовать
help.donate.url_text=Нажмите, чтобы сделать пожертвование
help.donators.text=Здесь вы можете увидеть, кто поддержал для Chorus:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/lang/lang_zhcn.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ filechooser.title=选择文件
filechooser.yaml=YAML 文件
ftp.no_server=在 设置 > FTP 中添加远端服务器
help.credits.subtitle=由 iAmGio 用 $1 制作, 他是该软件唯一的开发者及维护者。
help.credits.text=感谢以下 beta 测试员: $1.\n感谢 $2 创作了网页 (chorusmc.org).\n感谢 gjkf 在 RegEx 提供帮助。\n感谢每一个捐助过或支持过 Chorus 以及每一个信赖这个项目的人。
help.credits.text=感谢以下 beta 测试员: $1.\n感谢 $2 创作了网页 (chorus.iamgio.eu).\n感谢 gjkf 在 RegEx 提供帮助。\n感谢每一个捐助过或支持过 Chorus 以及每一个信赖这个项目的人。
help.credits.title=特别鸣谢
help.donate.text=作者在这个项目上投入了大量时间与精力,而您只需要动动手免费下载。\n所以如果您喜欢这个软件或仅仅是想资助作者, 他将对此倍感欣慰。\n在赞助后,您将被添加至 '赞助者清单'。
help.donate.title=捐助软件
Expand Down

0 comments on commit d8187eb

Please sign in to comment.