league website

Discussion for GU League Players
ts
Dev Monkey
Dev Monkey
Posts: 970
Joined: Fri Jan 14, 2005 6:26 pm

league website

Post by ts »

Hi there,

as GU league uses a very old version of webleague, upgrading would be a lot of work and remembering one more password for every website is not so nice I thought coming up with something entirely new would also be an option.

Well, after countless hours it seems like the development has made enough progress to allow a public test (state: somewhere between beta and release candidate). I gave all players match adding and editing permissions for the test.

Additions: Different bzmail system, different login system and other stuff end users can not see.
Removals: No forum, no permission system for local logins, no team passwords.

The imported database is from 2010-07-08 (year, month, day), you need your guleague password from that day to login. The test website can be found at http://vps1.moooo.org/ts/. Special thanks to Upsetter, zaphod and brad.

Feedback is welcome.


The license is a real problem. I would like to open huge parts of its source code but the GNU Affero General Public License does not allow this. Especially as the artwork would be closed source and 2 included files are LGPL'ed.
As consequence the license is proprietary at the moment.
GU league: http://www.guleague.org/
An introduction to TCP: http://www.lafkon.net/tc/
User avatar
strayer
Sergeant Major
Sergeant Major
Posts: 191
Joined: Sat May 24, 2003 3:54 pm
Location: Germany
Contact:

Re: league website

Post by strayer »

I appreciate the work on a league framework with the intention to improve the league-life.

Since I'm known for critical appraisals I'll concentrate on the elements I don't like. Please keep in mind my bad English when you feel some of my comments would sound too rude. :o)

Design / Layout
Well, the rounded corners and the the idea of placing the/a logo on the left side instead on top is nice eye-candy. Unfortunately all three available themes have the same problems which make them appear to be not well-thought-out.
(a) There is no balance between text size, border line width, spaces between block elements etc..
(b) Having the same (somehow structured) background image everywhere makes it pretty hard to read the text content.
(c) The elements seem not to be consistent in their layout (e.g. rounded corners for blocks vs. typical rectangle line design of table rows or input fields; everywhere ordinary text vs. text shadow for the links in the right top corner)
(d) The elements aren't placed very well (neither optical pleasing like [the "overview" link at the team profile pages makes the first block slide down a little] nor user friendly [you can have some presentation slides about web-media ergonomics if you want to]).

HTML
The HTML code is (similar to the web-league) a big mess. On the one side the document type is declared to be XHTML1.0 (which is not too up to date but better than HTML 4.01) but the content seems to be some kind of uncontrolled growth. The HTML code seems to be written by people with completely different knowledge. Some pages are perfect XHTML while others are nothing you should show anyone.
(a) Upper and lower case isn't the same for XHTML.
(b) Some used tags (e.g. FONT) are far away from being valid XHTML. It's the same with basic syntax.
(c) Some content isn't encoded correctly. Have a look at the news where I can see unmasked characters like "&" which point on an incorrect handling of dynamic content.

Innovation
Where is the advantage of using this framework instead of the web-league? The chance of using BZFlag's weblogin doesn't justify a complete changeover.
(a) From the user's point of view, the web-league is nothing to recommend, but the presented alternative is more a step backwards. The handling is not better and I don't see any new features.
(b) The administrative point is nothing I can give a statement to...

Rest
(a) I wasn't able to write a BZmail to any player. In theory it seems to be possible write myself a message (because of the link shown when I view my own profile), but whenever I entered a player name, I got the error message "Not all of the specified recipients did exist. Please check your recipient list.".
(b) When you allow to use special characters like "*" as placeholders in a search, then you should inform the users.
(c) I wonder about the security aspects when I see that you don't care about database specific characters which seem not to be masked before you execute the SQL query!
(d) No matter how good or bad such a league framework will be - as long as it isn't open source, you will have serious acceptance issues.
A pessimist is an optimist with experience... ;o)
smoooth
Private First Class
Private First Class
Posts: 81
Joined: Sun Aug 05, 2007 6:13 pm

Re: league website

Post by smoooth »

I feel the same way as strayer. I appreciate the efforts to improve the league but i'm also not a fan of the redesign in general. It seems messy and the rounded broken line "theme" seems as old and outdated as what is there now. I would recommend going one of two ways.

1. Make it very graphically sharp and visually appealing with basic functionality

Or

2. Make it very simple clean and nongraphical, but very loaded with information and features.

A site redesign is long overdue and would be really nice! Thanks for putting in the effort.
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: league website

Post by mrapple »

I've been considering working on this for a while now, and I think the time has come.

First off, I agree with everything strayer said. The HTML is a huge mess, and I'm sure some of the PHP code that runs everything still is too.

Responding to what smooth said, I agree with point 2. The web league system needs to be simple, easy to use, not shinny/colorful, and be loaded with information and features.

Hopefully over the next week I'll produce something to show, but I am going on vacation soon so don't expect to see anything to soon.

Overall I appreciate ts's efforts, but I think they went in the wrong direction

-apple
Image
ts
Dev Monkey
Dev Monkey
Posts: 970
Joined: Fri Jan 14, 2005 6:26 pm

Re: league website

Post by ts »

strayer wrote:Design / Layout
Well, the rounded corners and the the idea of placing the/a logo on the left side instead on top is nice eye-candy. Unfortunately all three available themes have the same problems which make them appear to be not well-thought-out.
(a) There is no balance between text size, border line width, spaces between block elements etc..
(b) Having the same (somehow structured) background image everywhere makes it pretty hard to read the text content.
(c) The elements seem not to be consistent in their layout (e.g. rounded corners for blocks vs. typical rectangle line design of table rows or input fields; everywhere ordinary text vs. text shadow for the links in the right top corner)
(d) The elements aren't placed very well (neither optical pleasing like [the "overview" link at the team profile pages makes the first block slide down a little] nor user friendly [you can have some presentation slides about web-media ergonomics if you want to]).
Well, I admit I was quite unsure about the design and I'm surely open to suggestions, even changing it a lot but I only see the background interferes with text in the "Snow" theme.
strayer wrote:HTML
The HTML code is (similar to the web-league) a big mess. On the one side the document type is declared to be XHTML1.0 (which is not too up to date but better than HTML 4.01) but the content seems to be some kind of uncontrolled growth. The HTML code seems to be written by people with completely different knowledge. Some pages are perfect XHTML while others are nothing you should show anyone.
(a) Upper and lower case isn't the same for XHTML.
(b) Some used tags (e.g. FONT) are far away from being valid XHTML. It's the same with basic syntax.
(c) Some content isn't encoded correctly. Have a look at the news where I can see unmasked characters like "&" which point on an incorrect handling of dynamic content.
Non-issues.
The messy XHTML is not a result of the code but because of importing the stuff from webleague. The pages would have to be rewritten using bbcode.
Old player and team pages also have the imported HTML but once people change these pages they would have to use bbcode which also results in clean XHTML.
Point (c) is also a result of importing. It won't be there with new or edited entries.

XHTML 1.0 is used because sending it as text/html is allowed there. A so-called "browser" named Internet Explorer has a lot of problems with a different MIME-type.

strayer wrote:Innovation
Where is the advantage of using this framework instead of the web-league? The chance of using BZFlag's weblogin doesn't justify a complete changeover.
(a) From the user's point of view, the web-league is nothing to recommend, but the presented alternative is more a step backwards. The handling is not better and I don't see any new features.
(b) The administrative point is nothing I can give a statement to...
It should be more secure and faster. Having smaller output (kB), valid XHTML (provided the user entered content is updated), bbcode in private messages, private messages to more than one player, outbox, visits log has a host column, being able to disable login for users, leaving admin comments on their profile page are some examples of new features.
strayer wrote:Rest
(a) I wasn't able to write a BZmail to any player. In theory it seems to be possible write myself a message (because of the link shown when I view my own profile), but whenever I entered a player name, I got the error message "Not all of the specified recipients did exist. Please check your recipient list.".
(b) When you allow to use special characters like "*" as placeholders in a search, then you should inform the users.
(c) I wonder about the security aspects when I see that you don't care about database specific characters which seem not to be masked before you execute the SQL query!
(d) No matter how good or bad such a league framework will be - as long as it isn't open source, you will have serious acceptance issues.
First of all the bzmails were actually broken and should now be working again.
(b) There is no new FAQ written yet.
(c) Any variable in any query should be escaped. I wonder if you could an example. Also you do not have permission to see what the actual queries are.
(d) As you see in my first post I am wanting to open it..
GU league: http://www.guleague.org/
An introduction to TCP: http://www.lafkon.net/tc/
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: league website

Post by blast »

Sending XHTML with the content-type "text/html" will mean it is processed as HTML, not XHTML. So using XHTML is really pointless in most cases. You'd be better off just using HTML4.01 or HTML5.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Jacko H
Private First Class
Private First Class
Posts: 123
Joined: Wed Apr 22, 2009 3:15 am

Re: league website

Post by Jacko H »

Nah, too hard for people it's not bad just leave the old site
Jacko Productions:
World War III, Kill Or Die, Nazarath, Warlock Adrenaline, Rabbit Season, Firing Range (Just Be Simple), Death Island.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: league website

Post by blast »

Jacko, the existing web-league site is absolutely terrible. There are security issues and just badly written code. However, without seeing the source code for this new site, it's impossible to say if it would really be an improvement.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
Bullet Catcher
Captain
Captain
Posts: 564
Joined: Sat Dec 23, 2006 7:56 am
Location: Escondido, California

Re: league website

Post by Bullet Catcher »

I have found the markup validation service at http://validator.w3.org/ to be very helpful for finding HTML errors. I even installed the Fedora w3c-markup-validator package so I can use it on my private web server instead of bothering the public one. For what it's worth, the front page of ts's test web site successfully checks as XHTML 1.0 Strict.
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: league website

Post by mrapple »

I'm sure the front page is OK, but, most of the other pages are full of errors and such.

In my opinon, a total re-write of the system is really needed, which is why I'm working on one.

Developers are welcome. Checkout the source that I'm working on here http://leagueconnect.googlecode.com/ and take a peak at the interface here http://static.bzextreme.com/webleague/leagueconnect/
Image
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: league website

Post by blast »

Hmm, seems the website users a directory and a index.php for each section...

As in, http://vps1.moooo.org/ts/News/ is really http://vps1.moooo.org/ts/News/index.php and http://vps1.moooo.org/ts/Teams/ is really http://vps1.moooo.org/ts/Teams/index.php. This is a case where URL rewriting and a single index.php acting as the application bootstrap could/should be used.

Also, mrapple, this one IS a total rewrite. The data from the old league site was migrated over, and that data isn't necessarily "clean" XHTML (or even clean HTML). The pages that do not include old data do appear to be valid XHTML.

I don't think anything will be accomplished by people going off on their own and making a league site in some dark corner. There needs to be someone that gets a team of people together and has a definitive plan (including picking the license) from the start. It's too large of a project for a single person to complete with any success.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
Cobra_Fast
Dev Monkey
Dev Monkey
Posts: 322
Joined: Sat Oct 07, 2006 11:51 am
Location: Germany
Contact:

Re: league website

Post by Cobra_Fast »

To me as a visitor the new site doesn't look much new. They just switched some stuff around (like the banner now being on the left side, what i personaly dislike) and redoing the overall look. I wonder if any of the technical stuff behind it changed as the thread creator is not willing to give out details I highly doubt it.
mrapple wrote:In my opinon, a total re-write of the system is really needed, which is why I'm working on one.

Developers are welcome. Checkout the source that I'm working on here http://leagueconnect.googlecode.com/ and take a peak at the interface here http://static.bzextreme.com/webleague/leagueconnect/
I also thought of writing a new league web system that keeps the old score-math though. I'd very much like to join on this.
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: league website

Post by mrapple »

blast wrote:I don't think anything will be accomplished by people going off on their own and making a league site in some dark corner. There needs to be someone that gets a team of people together and has a definitive plan (including picking the license) from the start. It's too large of a project for a single person to complete with any success.
Im definetly looking for some help. I know that you know PHP so why don't you help.
Cobra_Fast wrote: I also thought of writing a new league web system that keeps the old score-math though. I'd very much like to join on this.
Submit a few patches and I'm sure you'll gain commit access quite quickly.

If anyone else feels like developing League Connect, join #bzextreme on irc.freenode.net

-apple
Image
User avatar
zaphod
Sergeant
Sergeant
Posts: 352
Joined: Sun Jan 23, 2005 3:20 pm
Location: beteigeuze-system
Contact:

Re: league website

Post by zaphod »

come on guys ::: this is a new and totally rewritten league-site! no need in starting a new project!
ts wrote:It should be more secure and faster. Having smaller output (kB), valid XHTML (provided the user entered content is updated), bbcode in private messages, private messages to more than one player, outbox, visits log has a host column, being able to disable login for users, leaving admin comments on their profile page are some examples of new features..
the GUI itself is certainly a question of taste but the core itself is solid&secure and what more is needed to get across important information without being fancy about it.

excellent work ts and i know how many hard working hours and sweat went into this.



.
.
.
.
Image
ts
Dev Monkey
Dev Monkey
Posts: 970
Joined: Fri Jan 14, 2005 6:26 pm

Re: league website

Post by ts »

mrapple wrote:I'm sure the front page is OK, but, most of the other pages are full of errors and such.
This is because of old data, it has nothing to do with problems in the source code and you should know that, considering you feel capable of doing a league website, too.
mrapple wrote:Developers are welcome. Checkout the source that I'm working on here http://leagueconnect.googlecode.com/ and take a peak at the interface here http://static.bzextreme.com/webleague/leagueconnect/
Good luck, I was amazed how many problems were arising during development. It took me 2 months of coding to reach this stage.
blast wrote:Sending XHTML with the content-type "text/html" will mean it is processed as HTML, not XHTML. So using XHTML is really pointless in most cases. You'd be better off just using HTML4.01 or HTML5.
Even for HTML parsers XHTML is better suited because certain SGML features are missing. Look at this valid page: http://validator.w3.org/check?uri=http: ... ;verbose=1

Bullet Catcher: Another neat tools is tidy. It's also available as apache module. :)
GU league: http://www.guleague.org/
An introduction to TCP: http://www.lafkon.net/tc/
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: league website

Post by blast »

"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
plasma kaz
Private First Class
Private First Class
Posts: 351
Joined: Sat Jan 07, 2006 10:16 pm
Location: Nebraska
Contact:

Re: league website

Post by plasma kaz »

zaphod wrote:come on guys ::: this is a new and totally rewritten league-site! no need in starting a new project!
ts wrote:It should be more secure and faster. Having smaller output (kB), valid XHTML (provided the user entered content is updated), bbcode in private messages, private messages to more than one player, outbox, visits log has a host column, being able to disable login for users, leaving admin comments on their profile page are some examples of new features..
the GUI itself is certainly a question of taste but the core itself is solid&secure and what more is needed to get across important information without being fancy about it.

excellent work ts and i know how many hard working hours and sweat went into this.



.

completely agree! why don't you guys all work together on ts's website rather than start a whole new one? I think you're judging the book by its cover too much, he worked hard to add lot's of neat features.
"He that lieth down with dogs shall rise with fleas"

-Benjamin Franklin
Poor Richard's Almanac

"You want quiet? Take the next train"


-Lightning
FFXIII
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: league website

Post by mrapple »

plasma kaz wrote:completely agree! why don't you guys all work together on ts's website rather than start a whole new one?
We would love to work on it.... if we could see the source code.

Not seeing the source makes it very hard to work on it ;)

Until then process is trucking along on http://static.bzextreme.com/webleague/leagueconnect/

Login if your on the GU Spawn list and take a quick peak.

If you know PHP, we wouldn't mind the help :)
plasma kaz wrote: I think you're judging the book by its cover too much, he worked hard to add lot's of neat features.
As far as I know there are a few new features but not many. The league site needs a complete overhaul in my opinion, which I don't believe ts's version does.

Correct me if I'm wrong, but until we see the source code its impossible to know.
-apple
Image
User avatar
plasma kaz
Private First Class
Private First Class
Posts: 351
Joined: Sat Jan 07, 2006 10:16 pm
Location: Nebraska
Contact:

Re: league website

Post by plasma kaz »

im implying that you could try the practical (rather than technical) thing of asking ts if you could help him.

I don't see why he would refuse your assistance
"He that lieth down with dogs shall rise with fleas"

-Benjamin Franklin
Poor Richard's Almanac

"You want quiet? Take the next train"


-Lightning
FFXIII
ts
Dev Monkey
Dev Monkey
Posts: 970
Joined: Fri Jan 14, 2005 6:26 pm

Re: league website

Post by ts »

First you recommend using nbbc which produces XHTML and then you do not recommend XHTML. :o

The license questions got resolved, see CMS/LICENSE.txt in my source code. To get a copy you need svn. The command to check out a copy from the repository is "svn co http://vps1.moooo.org/svn/ts/" (without the quotes). Help is appreciated.

Mrapple get your own topic. Topics are cheap. :wink:
GU league: http://www.guleague.org/
An introduction to TCP: http://www.lafkon.net/tc/
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: league website

Post by blast »

Nothing says you can't modify NBBC to strip out the XHTML specific code. It is, after all, Free Software and open-source.

http://nbbc.sourceforge.net/readme.php? ... ro_license

But I guess that would be too complicated.

(Also, saying "This could be useful" is different than "recommending" something)
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: league website

Post by mrapple »

ts wrote:Mrapple get your own topic. Topics are cheap. :wink:
Discussion will continue here http://my.bzflag.org/bb/viewtopic.php?f=103&t=16380
Image
ts
Dev Monkey
Dev Monkey
Posts: 970
Joined: Fri Jan 14, 2005 6:26 pm

Re: league website

Post by ts »

blast wrote:(Also, saying "This could be useful" is different than "recommending" something)
I obviously misunderstood you then. Sorry for that.

Luckily as an external bbcode library is used, that library could be replaced and non bbcode output could be easily changed XHTML to HTML by a config switch. :D
GU league: http://www.guleague.org/
An introduction to TCP: http://www.lafkon.net/tc/
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: league website

Post by blast »

Looks like there's a whole 8 places that you'd have to change to make it output HTML.
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
ts
Dev Monkey
Dev Monkey
Posts: 970
Joined: Fri Jan 14, 2005 6:26 pm

Re: league website

Post by ts »

blast wrote:Looks like there's a whole 8 places that you'd have to change to make it output HTML.
Please tell me where in the source code. :wink:

The only occurrence I see that is not covered using a "if ($site->use_xtml()) { … } else { … }" is in Logout/index.php and there it always outputs HTML already. Database entries would be needed to be updated during every bbcode library update anyway and I'll write a script for doing that.
GU league: http://www.guleague.org/
An introduction to TCP: http://www.lafkon.net/tc/
Post Reply