From 46e7ac0b2d73fc49f1342a0e1021283d818f05e1 Mon Sep 17 00:00:00 2001 From: Kenton Hansen Date: Sun, 14 Oct 2018 09:26:17 -0500 Subject: [PATCH 1/2] changes source to proper GitHub Repo --- CODE_OF_CONDUCT.md | 2 +- LICENSE | 2 +- README.md | 10 +++++----- account/gPanel.html | 4 ++-- account/index.html | 4 ++-- server/document_root/gPanel.html | 4 ++-- server/document_root/index.html | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6a07ef4..104f9ea 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at george.shaw@ennovar.wichita.edu. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at gpanel@kentonhansen.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/LICENSE b/LICENSE index 143913a..8172de6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Ennovar +Copyright (c) 2018 Geroge Shaw and Kenton Hansen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9230e18..b384ff9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

+

# gPanel @@ -42,10 +42,10 @@ To get the repo... ```shell # Go get the repo and append it to your $GOPATH -go get github.com/Ennovar/gPanel +go get github.com/kentonh/gPanel # Navigate to the directory (replace $GOPATH with your actual $GOPATH) -cd $GOPATH/github.com/Ennovar/gPanel +cd $GOPATH/github.com/kentonh/gPanel ``` To set your repo up to contribute... @@ -150,7 +150,7 @@ drwx------ 7 root root 4096 Jan 17 14:42 .. #### Getting the Repository and Running -1. go get github.com/Ennovar/gPanel -2. cd ~/go/src/github.com/Ennovar/gPanel +1. go get github.com/kentonh/gPanel +2. cd ~/go/src/github.com/kentonh/gPanel 3. go build gpanel.go 4. sudo ./gpanel diff --git a/account/gPanel.html b/account/gPanel.html index cbd9b3a..ff6a49c 100644 --- a/account/gPanel.html +++ b/account/gPanel.html @@ -501,10 +501,10 @@
-

Managed by Ennovar

+

Managed by gPanel

-

Contribute on Github

+

Contribute on Github

diff --git a/account/index.html b/account/index.html index bbd9a00..2a4f74c 100644 --- a/account/index.html +++ b/account/index.html @@ -64,10 +64,10 @@
-

Managed by Ennovar

+

Managed by gPanel

-

Contribute on Github

+

Contribute on Github

diff --git a/server/document_root/gPanel.html b/server/document_root/gPanel.html index 0fdeca5..9162946 100644 --- a/server/document_root/gPanel.html +++ b/server/document_root/gPanel.html @@ -487,10 +487,10 @@
-

Managed by Ennovar

+

Managed by gPanel

-

Contribute on Github

+

Contribute on Github

diff --git a/server/document_root/index.html b/server/document_root/index.html index 267c81a..e053266 100644 --- a/server/document_root/index.html +++ b/server/document_root/index.html @@ -64,10 +64,10 @@
-

Managed by Ennovar

+

Managed by gPanel

-

Contribute on Github

+

Contribute on Github

From 7a7d4541b7b8f7a1d9cb87a595f530209c4a3539 Mon Sep 17 00:00:00 2001 From: George Shaw Date: Tue, 16 Oct 2018 09:36:17 -0500 Subject: [PATCH 2/2] Update LICENSE name mispelled --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8172de6..6e1e67f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Geroge Shaw and Kenton Hansen +Copyright (c) 2018 George Shaw and Kenton Hansen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal