Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upMade WebAdmin more modern #1509
Conversation
WebFreak001
added some commits
Oct 5, 2014
archshift
reviewed
Oct 5, 2014
View changes
MCServer/webadmin/files/style.css
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
madmaxoft
Oct 5, 2014
Member
We don't put author names into files - it discourages further cooperation ("he's signed the file, I don't want him to feel offended / make my contribution under his name / ..."). Also the license is already in the LICENSE file and we don't put a copy in the sources; if you're alright with such changes.
|
We don't put author names into files - it discourages further cooperation ("he's signed the file, I don't want him to feel offended / make my contribution under his name / ..."). Also the license is already in the LICENSE file and we don't put a copy in the sources; if you're alright with such changes. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bearbin
Oct 5, 2014
Member
Just put your name in the CONTRIBUTORS.md file in the main dir instead of in each file.
|
Just put your name in the CONTRIBUTORS.md file in the main dir instead of in each file. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
WebFreak001
Oct 5, 2014
Contributor
then please dont tell me on the forums I need to add a license xD
|
then please dont tell me on the forums I need to add a license xD |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bearbin
Oct 5, 2014
Member
Sorry, I just meant that you needed to be OK with it being under Apache 2.0, as if you're not OK then it can't go in the project.
Anyway, I like the new design, it's a great improvement.
|
Sorry, I just meant that you needed to be OK with it being under Apache 2.0, as if you're not OK then it can't go in the project. Anyway, I like the new design, it's a great improvement. |
madmaxoft
reviewed
Oct 5, 2014
| Output([[ | ||
| <!DOCTYPE html> | ||
| <head> | ||
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
| <link rel="icon" href="/favicon.ico"> | ||
| <title>]] .. Title .. [[</title> | ||
| <link rel="stylesheet" type="text/css" media="screen" href="/style.css"> | ||
| <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,300' rel='stylesheet' type='text/css'> |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
madmaxoft
Oct 5, 2014
Member
Uhhh... can't we do without reliance on Google? I don't like them sniffing around each and every page I visit.
madmaxoft
Oct 5, 2014
Member
Uhhh... can't we do without reliance on Google? I don't like them sniffing around each and every page I visit.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
archshift
Oct 5, 2014
Contributor
Come on, this is literally downloading a font. They can't snoop you through a font.
archshift
Oct 5, 2014
Contributor
Come on, this is literally downloading a font. They can't snoop you through a font.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bearbin
Oct 5, 2014
Member
Relying on Google here is actually very beneficial - it serves the correct type of font for whatever platform the user is on, and very quickly as well (because in most cases, it's cached).
And they say they don't track you via the CDN I think.
bearbin
Oct 5, 2014
Member
Relying on Google here is actually very beneficial - it serves the correct type of font for whatever platform the user is on, and very quickly as well (because in most cases, it's cached).
And they say they don't track you via the CDN I think.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
madmaxoft
Oct 5, 2014
Member
Oh yes they can - they receive a Referer header pointing to my server's URL. And they get all the stupid cookies that their spy ads program uses.
madmaxoft
Oct 5, 2014
Member
Oh yes they can - they receive a Referer header pointing to my server's URL. And they get all the stupid cookies that their spy ads program uses.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
archshift
Oct 5, 2014
Contributor
My only issue here is that I doubt whether it will display correctly when the user is not connected to the internet, which is an entirely plausible situation.
archshift
Oct 5, 2014
Contributor
My only issue here is that I doubt whether it will display correctly when the user is not connected to the internet, which is an entirely plausible situation.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bearbin
Oct 5, 2014
Member
Stackoverflow says it's quite easy to convert google fonts to offline fonts: http://stackoverflow.com/a/15930264/1542540
(I'm not sure about copyright though, make sure it's right first.)
bearbin
Oct 5, 2014
Member
Stackoverflow says it's quite easy to convert google fonts to offline fonts: http://stackoverflow.com/a/15930264/1542540
(I'm not sure about copyright though, make sure it's right first.)
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bearbin
reviewed
Oct 5, 2014
View changes
MCServer/webadmin/files/style.css
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Alright, anyone opposed to merging? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
bearbin
Oct 6, 2014
Member
Nope. Merge it! @tigerw also wants it merged.
On Oct 6, 2014 8:25 AM, "Mattes D" notifications@github.com wrote:
Alright, anyone opposed to merging?
—
Reply to this email directly or view it on GitHub
#1509 (comment).
|
Nope. Merge it! @tigerw also wants it merged.
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
AedDev
commented
Oct 6, 2014
|
Great stuff, bro! But why not using Bootstrap? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
WebFreak001
Oct 6, 2014
Contributor
@morphesus I don't like bootstrap for so easy things. Also it would be hard to make the plugins compatible with it^^
|
@morphesus I don't like bootstrap for so easy things. Also it would be hard to make the plugins compatible with it^^ |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
AedDev
Oct 6, 2014
@WebFreak001 Ok, thats an Argument. I'll test the new layout later ;) Looks really good!
AedDev
commented
Oct 6, 2014
|
@WebFreak001 Ok, thats an Argument. I'll test the new layout later ;) Looks really good! |

WebFreak001 commentedOct 5, 2014
I've made the webadmin look more modern using the google designing standards.