Register - Login
Views: 99337195
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 12:59:25 PM
Jul - General Chat - updates and changes for today New poll - New thread - New reply
Pages: 1 2 3 Next newer thread | Next older thread
2Tie

Rumours of my death have been greatly exaggerated.
Level: 70


Posts: 1108/1229
EXP: 2871079
For next: 144732

Since: 02-22-10

Pronouns: anything works
From: here

Since last post: 46 days
Last activity: 7 days

Posted on 12-21-18 07:53:09 PM Link | Quote
UESCTerm 802.11 (remote override)
044 05.10.2337

the image itself gave a 404 earlier, but it seems to be back now

____________________
Press B to Cancel
Press A to Acknowledge
Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 5260/5390
EXP: 29043889
For next: 291116

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 330 days
Last activity: 330 days

Posted on 12-31-18 04:49:16 PM Link | Quote
Post #5260 · Mon, 2018 Dec 31, 13:49:16
How to make mobile easier to use? Make the links/buttons bigger, and maybe remove the useless "Reply:" column from newreply.php.

____________________
b
Member
Level: 15


Posts: 2/53
EXP: 13404
For next: 2980

Since: 12-31-18

Pronouns: she/her
From: about 2 minutes ago

Since last post: 2.5 years
Last activity: 2.5 years

Posted on 12-31-18 05:05:38 PM Link | Quote
Originally posted by Xkeeper
- stuff that would make using mobile easier
i'm still trying to figure out how to tackle this. i at least enabled 'mobile mode' for more browsers so if you're using iOS it shouldn't be totally awful, but it's really difficult to do much given that mobile is in general extremely poorly suited to long-form content like a forum



i'm going to assume take this as "make mobile mode enable for more correct browsers" instead of actually making it more useful and point out that MOST websites use something like doing a quick

window.screen.width * window.devicePixelRatio

detect and just checking if that's like...less than 600 or whatever large enough magic number you feel is lucky

RanAS
Member
Level: 55


Posts: 550/842
EXP: 1281228
For next: 32961

Since: 10-10-14

From: São Paulo, Brazil

Since last post: 21 days
Last activity: 17 hours

Posted on 01-02-19 07:07:47 AM Link | Quote
Originally posted by b
something like doing a quick

window.screen.width * window.devicePixelRatio

detect and just checking if that's like...less than 600 or whatever large enough magic number you feel is lucky


I have another idea:


body {

background-color: lightblue;
}

@media screen and (max-width: 400px) {
body {
background-color: lightgreen;
}
}



That's an easier way to detect smaller screens without having to deal with user agents and JS.

Of course, considering the layout of the website, this may not help that much.

____________________

"The quieter you become, the more you are able to hear." --Ram Dass
Xkeeper

Level: 263


Posts: 24765/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-02-19 04:36:15 PM Link | Quote
The underlying issue is that we use user-agent detection to set some stuff on the server-side, so CSS isn't too useful there (yet).

Originally posted by b
i'm going to assume take this as "make mobile mode enable for more correct browsers" instead of actually making it more useful

Well, a little of both. I want to make sure that the "mobile mode" turns on when it should — which for now, it does, as far as I can tell — but also to make it more useful! But...

Originally posted by Rena
How to make mobile easier to use? Make the links/buttons bigger, and maybe remove the useless "Reply:" column from newreply.php.

It's not useless in the desktop view, though.


The problem is that it's difficult right now to show alternate html in "mobile mode". There's not really any sort of "template" system like other forum systems have, where "themes" can override how certain views are generated, outside of thread layouts... and one of the things mobile mode does is force you to that thread layout (to make it easier to read threads).

You can actually see a list of what it does here (specifically).

A lot of things that would make mobile more usable would also work fine on the desktop, like changing the "mood avatar" selection from a list of radio buttons to a <select>, changing the thread page links, that sort of thing. Some CSS to make links bigger would also be nice, but I'd have to figure out how to make sure that it only affects links outside of posts (unless people would be fine with links showing up larger everywhere, which probably isn't too bad I guess)

It's just time and development work

____________________
(Lv 251 with 252612823 EXP)
Xkeeper

Level: 263


Posts: 24768/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-02-19 05:56:30 PM Link | Quote
The <meta description> tag should now show the linked post's text now, so links are a little more useful.

____________________
(Lv 251 with 252660402 EXP)
Xkeeper

Level: 263


Posts: 24770/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-02-19 11:05:11 PM Link | Quote
You might have to force-refresh for this one.


    Update newreply.php to suck less and more


* Remove rest of adbox code
* Mood list changed into `<select>` from `<input type=radio>`
* Preview and normal reply use the same form instead of two different ones
* Less but saner permission checks
* Last-chance post recovery if a thread closes while replying
* Smilies are mid-aligned
* Textbox now expandable and shrinks to fit properly
* Some other assorted crap







The mood avatar selection has also changed from a radio button list to a dropdown.

Hopefully this makes it a little more usable on mobile, too. The new thread page will come later...

____________________
(Lv 251 with 252697452 EXP)
Reaper Man
#1 Apple Fan
Big Apple, 3AM
Level: 26


Posts: 24/122
EXP: 97812
For next: 4463

Since: 11-17-07

From: Bogota, Colombia

Since last post: 294 days
Last activity: 289 days

Posted on 01-03-19 11:48:47 AM Link | Quote
Originally posted by Xkeeper
You can actually see a list of what it does here (specifically).



$sql->query("UPDATE `users` SET `name` = 'Xkeeper' WHERE `id` = 1"); #Xkeeper. (Change this and I WILL Z-Line you from Badnik for a week.)


....lol

Don't know why you need your name manually hardcoded in though.

____________________
b
Member
Level: 15


Posts: 10/53
EXP: 13404
For next: 2980

Since: 12-31-18

Pronouns: she/her
From: about 2 minutes ago

Since last post: 2.5 years
Last activity: 2.5 years

Posted on 01-03-19 02:45:17 PM Link | Quote
I think my favorite part of that file is



// $atempval = $sql -> resultq("SELECT MAX(`id`) FROM `posts`")
// if ($atempval == 199999 && $_SERVER['REMOTE_ADDR'] != "172.130.244.60") {
// //print "DBG ". strrev($atempval)
// require "dead.php";
// die()
// }



It takes a moment for one to realize why it's there/what it's doing, but...

____________________

Xkeeper

Level: 263


Posts: 24771/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-03-19 03:10:20 PM Link | Quote
Originally posted by Reaper Man

$sql->query("UPDATE `users` SET `name` = 'Xkeeper' WHERE `id` = 1"); #Xkeeper. (Change this and I WILL Z-Line you from Badnik for a week.)


....lol

Don't know why you need your name manually hardcoded in though.

me either

Originally posted by b
I think my favorite part of that file is



// $atempval = $sql -> resultq("SELECT MAX(`id`) FROM `posts`")
// if ($atempval == 199999 && $_SERVER['REMOTE_ADDR'] != "172.130.244.60") {
// //print "DBG ". strrev($atempval)
// require "dead.php";
// die()
// }



It takes a moment for one to realize why it's there/what it's doing, but...

There's a lot of weird, goofy code in there, yes

I don't remember what that was for, though I see whose IP it was.

____________________
(Lv 251 with 252732910 EXP)
b
Member
Level: 15


Posts: 11/53
EXP: 13404
For next: 2980

Since: 12-31-18

Pronouns: she/her
From: about 2 minutes ago

Since last post: 2.5 years
Last activity: 2.5 years

Posted on 01-03-19 03:14:27 PM Link | Quote
Originally posted by Xkeeper
I don't remember what that was for


When post number 199999 is posted, it locks down the board for anyone who isn't that specific person.

Basically it's a really cheesy way to make sure they get post 200000 ¯\_(ツ)_/¯

____________________

RanAS
Member
Level: 55


Posts: 554/842
EXP: 1281228
For next: 32961

Since: 10-10-14

From: São Paulo, Brazil

Since last post: 21 days
Last activity: 17 hours

Posted on 01-03-19 04:23:48 PM Link | Quote
Originally posted by Reaper Man
....lol

it keeps going!


$sql->query("UPDATE `users` SET `name` = 'Xkeeper' WHERE `id` = 1") # I'm hiding it here too as a 'last resort'. Remove this and I'll make that Z-line a month instead.



____________________

"The quieter you become, the more you are able to hear." --Ram Dass
b
Member
Level: 15


Posts: 15/53
EXP: 13404
For next: 2980

Since: 12-31-18

Pronouns: she/her
From: about 2 minutes ago

Since last post: 2.5 years
Last activity: 2.5 years

Posted on 01-03-19 04:36:21 PM Link | Quote
i also enjoy the random filters implemented for super specific purposes

____________________

Xkeeper

Level: 263


Posts: 24773/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-03-19 05:21:40 PM Link | Quote
Originally posted by b
Originally posted by Xkeeper
I don't remember what that was for


When post number 199999 is posted, it locks down the board for anyone who isn't that specific person.

Basically it's a really cheesy way to make sure they get post 200000 ¯\_(ツ)_/¯

Well I know that much, but (for example) "dead.php" is long gone, so who knows what it did (or said).


i also enjoy the random filters implemented for super specific purposes

A lot of them were for very old and extremely overused memes, though ones like "ze‌on" date back to 2002 or even 2001.

____________________
(Lv 251 with 252766262 EXP)
Q
風のノータム
Level: 105


Posts: 2916/2986
EXP: 11963068
For next: 299192

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 01-03-19 05:27:51 PM Link | Quote
Luckily, the filters never really had any batter blastertic changes on the board

____________________
layout by Sofi.
b
Member
Level: 15


Posts: 17/53
EXP: 13404
For next: 2980

Since: 12-31-18

Pronouns: she/her
From: about 2 minutes ago

Since last post: 2.5 years
Last activity: 2.5 years

Posted on 01-03-19 06:52:23 PM Link | Quote
Originally posted by Q
Luckily, the filters never really had any batter blastertic changes on the board

Obviously that means we're doing something wrong
2019, THE YEAR OF WAY TOO MANY FILTERS

____________________

devin

Yoshi
i'm mima irl
Level: 112


Posts: 3475/3519
EXP: 14914792
For next: 423413

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 294 days
Last activity: 6 days

Posted on 01-03-19 06:55:40 PM Link | Quote
I was going to make some dumb reply about filters but then



oh no what happened to my big reply box for grownups



____________________
Twitter - Mastodon - GitHub
Photo by Luc Viatour
Xkeeper

Level: 263


Posts: 24778/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-03-19 07:01:40 PM Link | Quote
Originally posted by Xkeeper
You might have to force-refresh for this one.





____________________
(Lv 251 with 252844879 EXP)
devin

Yoshi
i'm mima irl
Level: 112


Posts: 3476/3519
EXP: 14914792
For next: 423413

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 294 days
Last activity: 6 days

Posted on 01-03-19 07:03:04 PM Link | Quote
weird but ok

____________________
Twitter - Mastodon - GitHub
Photo by Luc Viatour
Xkeeper

Level: 263


Posts: 24779/25343
EXP: 296642985
For next: 2317468

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 01-03-19 07:11:29 PM Link | Quote
realtalk i removed the cols= rows= from the textarea and replaced them with styles in base.css

if they're still that size normally something is Wrong™

____________________
(Lv 251 with 252860391 EXP)
Pages: 1 2 3 Next newer thread | Next older thread
Jul - General Chat - updates and changes for today New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

32 database queries, 6 query cache hits.
Query execution time:  0.113211 seconds
Script execution time:  0.041855 seconds
Total render time:  0.155066 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 189 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 130 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 165 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 203 column 102 - Warning: unescaped & or unknown entity "&postid"
line 205 column 4564 - Warning: replacing unexpected input with </input>
line 205 column 4878 - Warning: discarding unexpected </span>
line 208 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 210 column 9 - Warning: missing <tr>
line 228 column 13 - Warning: missing <tr>
line 229 column 102 - Warning: unescaped & or unknown entity "&postid"
line 240 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 242 column 9 - Warning: missing <tr>
line 260 column 13 - Warning: missing <tr>
line 261 column 102 - Warning: unescaped & or unknown entity "&postid"
line 263 column 74 - Warning: <style> isn't allowed in <td> elements
line 263 column 9 - Info: <td> previously mentioned
line 282 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 284 column 9 - Warning: missing <tr>
line 302 column 13 - Warning: missing <tr>
line 303 column 102 - Warning: unescaped & or unknown entity "&postid"
line 305 column 74 - Warning: <style> isn't allowed in <td> elements
line 305 column 9 - Info: <td> previously mentioned
line 316 column 2292 - Warning: unescaped & or unknown entity "&unscoped_q"
line 323 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 325 column 9 - Warning: missing <tr>
line 343 column 13 - Warning: missing <tr>
line 344 column 102 - Warning: unescaped & or unknown entity "&postid"
line 346 column 74 - Warning: <style> isn't allowed in <td> elements
line 346 column 9 - Info: <td> previously mentioned
line 349 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 351 column 9 - Warning: missing <tr>
line 369 column 13 - Warning: missing <tr>
line 370 column 102 - Warning: unescaped & or unknown entity "&postid"
line 372 column 74 - Warning: <style> isn't allowed in <td> elements
line 372 column 9 - Info: <td> previously mentioned
line 395 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 397 column 9 - Warning: missing <tr>
line 415 column 13 - Warning: missing <tr>
line 416 column 102 - Warning: unescaped & or unknown entity "&postid"
line 418 column 255 - Warning: unescaped & or unknown entity "&unscoped_q"
line 427 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 429 column 9 - Warning: missing <tr>
line 447 column 13 - Warning: missing <tr>
line 448 column 102 - Warning: unescaped & or unknown entity "&postid"
line 461 column 625 - Warning: <style> isn't allowed in <td> elements
line 450 column 9 - Info: <td> previously mentioned
line 464 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 466 column 9 - Warning: missing <tr>
line 484 column 13 - Warning: missing <tr>
line 485 column 102 - Warning: unescaped & or unknown entity "&postid"
line 487 column 74 - Warning: <style> isn't allowed in <td> elements
line 487 column 9 - Info: <td> previously mentioned
line 510 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 512 column 9 - Warning: missing <tr>
line 530 column 13 - Warning: missing <tr>
line 531 column 102 - Warning: unescaped & or unknown entity "&postid"
line 538 column 463 - Warning: <style> isn't allowed in <td> elements
line 533 column 9 - Info: <td> previously mentioned
line 541 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 543 column 9 - Warning: missing <tr>
line 561 column 13 - Warning: missing <tr>
line 562 column 102 - Warning: unescaped & or unknown entity "&postid"
line 564 column 74 - Warning: <style> isn't allowed in <td> elements
line 564 column 9 - Info: <td> previously mentioned
line 570 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 572 column 9 - Warning: missing <tr>
line 590 column 13 - Warning: missing <tr>
line 591 column 102 - Warning: unescaped & or unknown entity "&postid"
line 594 column 211 - Warning: <style> isn't allowed in <td> elements
line 593 column 9 - Info: <td> previously mentioned
line 597 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 599 column 9 - Warning: missing <tr>
line 617 column 13 - Warning: missing <tr>
line 618 column 102 - Warning: unescaped & or unknown entity "&postid"
line 620 column 74 - Warning: <style> isn't allowed in <td> elements
line 620 column 9 - Info: <td> previously mentioned
line 631 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 633 column 9 - Warning: missing <tr>
line 651 column 13 - Warning: missing <tr>
line 652 column 102 - Warning: unescaped & or unknown entity "&postid"
line 654 column 74 - Warning: <style> isn't allowed in <td> elements
line 654 column 9 - Info: <td> previously mentioned
line 657 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 659 column 9 - Warning: missing <tr>
line 677 column 13 - Warning: missing <tr>
line 678 column 102 - Warning: unescaped & or unknown entity "&postid"
line 683 column 401 - Warning: <style> isn't allowed in <td> elements
line 680 column 9 - Info: <td> previously mentioned
line 686 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 688 column 9 - Warning: missing <tr>
line 706 column 13 - Warning: missing <tr>
line 707 column 102 - Warning: unescaped & or unknown entity "&postid"
line 719 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 721 column 9 - Warning: missing <tr>
line 739 column 13 - Warning: missing <tr>
line 740 column 102 - Warning: unescaped & or unknown entity "&postid"
line 742 column 74 - Warning: <style> isn't allowed in <td> elements
line 742 column 9 - Info: <td> previously mentioned
line 748 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 750 column 9 - Warning: missing <tr>
line 768 column 13 - Warning: missing <tr>
line 769 column 102 - Warning: unescaped & or unknown entity "&postid"
line 775 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 777 column 9 - Warning: missing <tr>
line 795 column 13 - Warning: missing <tr>
line 796 column 102 - Warning: unescaped & or unknown entity "&postid"
line 798 column 74 - Warning: <style> isn't allowed in <td> elements
line 798 column 9 - Info: <td> previously mentioned
line 803 column 17 - Warning: missing <tr>
line 803 column 17 - Warning: discarding unexpected <table>
line 806 column 35 - Warning: missing <tr>
line 806 column 95 - Warning: unescaped & or unknown entity "&page"
line 806 column 130 - Warning: unescaped & or unknown entity "&page"
line 806 column 50 - Warning: missing </font> before </td>
line 806 column 165 - Warning: missing </font> before </table>
line 808 column 35 - Warning: missing <tr>
line 808 column 50 - Warning: missing </font> before </td>
line 809 column 37 - Warning: unescaped & or unknown entity "&id"
line 808 column 189 - Warning: missing </font> before </table>
line 810 column 17 - Warning: discarding unexpected </textarea>
line 810 column 28 - Warning: discarding unexpected </form>
line 810 column 35 - Warning: discarding unexpected </embed>
line 810 column 43 - Warning: discarding unexpected </noembed>
line 810 column 53 - Warning: discarding unexpected </noscript>
line 810 column 64 - Warning: discarding unexpected </noembed>
line 810 column 74 - Warning: discarding unexpected </embed>
line 810 column 82 - Warning: discarding unexpected </table>
line 810 column 90 - Warning: discarding unexpected </table>
line 812 column 9 - Warning: missing </font> before <table>
line 824 column 25 - Warning: discarding unexpected </font>
line 833 column 57 - Warning: discarding unexpected </font>
line 811 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 11 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 179 column 566 - Warning: <img> lacks "alt" attribute
line 179 column 757 - Warning: <div> anchor "joyeuse" already defined
line 187 column 23 - Warning: <img> lacks "alt" attribute
line 187 column 64 - Warning: <img> lacks "alt" attribute
line 187 column 113 - Warning: <img> lacks "alt" attribute
line 187 column 163 - Warning: <img> lacks "alt" attribute
line 198 column 15 - Warning: <img> lacks "alt" attribute
line 213 column 22 - Warning: <img> lacks "alt" attribute
line 213 column 63 - Warning: <img> lacks "alt" attribute
line 213 column 112 - Warning: <img> lacks "alt" attribute
line 213 column 162 - Warning: <img> lacks "alt" attribute
line 214 column 11 - Warning: <img> lacks "alt" attribute
line 224 column 15 - Warning: <img> lacks "alt" attribute
line 245 column 22 - Warning: <img> lacks "alt" attribute
line 245 column 63 - Warning: <img> lacks "alt" attribute
line 245 column 112 - Warning: <img> lacks "alt" attribute
line 245 column 162 - Warning: <img> lacks "alt" attribute
line 246 column 11 - Warning: <img> lacks "alt" attribute
line 256 column 15 - Warning: <img> lacks "alt" attribute
line 279 column 3975 - Warning: <img> lacks "alt" attribute
line 287 column 23 - Warning: <img> lacks "alt" attribute
line 287 column 64 - Warning: <img> lacks "alt" attribute
line 287 column 113 - Warning: <img> lacks "alt" attribute
line 287 column 163 - Warning: <img> lacks "alt" attribute
line 288 column 11 - Warning: <img> lacks "alt" attribute
line 298 column 15 - Warning: <img> lacks "alt" attribute
line 320 column 2984 - Warning: <img> proprietary attribute value "absmiddle"
line 320 column 2984 - Warning: <img> lacks "alt" attribute
line 328 column 23 - Warning: <img> lacks "alt" attribute
line 328 column 64 - Warning: <img> lacks "alt" attribute
line 328 column 113 - Warning: <img> lacks "alt" attribute
line 328 column 163 - Warning: <img> lacks "alt" attribute
line 329 column 11 - Warning: <img> lacks "alt" attribute
line 339 column 15 - Warning: <img> lacks "alt" attribute
line 346 column 901 - Warning: <div> anchor "xklayout" already defined
line 354 column 23 - Warning: <img> lacks "alt" attribute
line 354 column 64 - Warning: <img> lacks "alt" attribute
line 354 column 113 - Warning: <img> lacks "alt" attribute
line 354 column 163 - Warning: <img> lacks "alt" attribute
line 355 column 11 - Warning: <img> lacks "alt" attribute
line 365 column 15 - Warning: <img> lacks "alt" attribute
line 372 column 901 - Warning: <div> anchor "xklayout" already defined
line 386 column 1600 - Warning: <img> lacks "alt" attribute
line 388 column 1771 - Warning: <img> lacks "alt" attribute
line 399 column 11 - Warning: <img> lacks "alt" attribute
line 400 column 22 - Warning: <img> lacks "alt" attribute
line 400 column 63 - Warning: <img> lacks "alt" attribute
line 400 column 112 - Warning: <img> lacks "alt" attribute
line 400 column 162 - Warning: <img> lacks "alt" attribute
line 401 column 11 - Warning: <img> lacks "alt" attribute
line 411 column 15 - Warning: <img> lacks "alt" attribute
line 424 column 740 - Warning: <img> lacks "alt" attribute
line 432 column 22 - Warning: <img> lacks "alt" attribute
line 432 column 63 - Warning: <img> lacks "alt" attribute
line 432 column 112 - Warning: <img> lacks "alt" attribute
line 432 column 162 - Warning: <img> lacks "alt" attribute
line 433 column 11 - Warning: <img> lacks "alt" attribute
line 443 column 15 - Warning: <img> lacks "alt" attribute
line 469 column 23 - Warning: <img> lacks "alt" attribute
line 469 column 64 - Warning: <img> lacks "alt" attribute
line 469 column 113 - Warning: <img> lacks "alt" attribute
line 469 column 163 - Warning: <img> lacks "alt" attribute
line 470 column 11 - Warning: <img> lacks "alt" attribute
line 480 column 15 - Warning: <img> lacks "alt" attribute
line 487 column 901 - Warning: <div> anchor "xklayout" already defined
line 505 column 2005 - Warning: <img> proprietary attribute value "absmiddle"
line 505 column 2005 - Warning: <img> lacks "alt" attribute
line 515 column 22 - Warning: <img> lacks "alt" attribute
line 515 column 63 - Warning: <img> lacks "alt" attribute
line 515 column 112 - Warning: <img> lacks "alt" attribute
line 515 column 162 - Warning: <img> lacks "alt" attribute
line 516 column 11 - Warning: <img> lacks "alt" attribute
line 526 column 15 - Warning: <img> lacks "alt" attribute
line 546 column 22 - Warning: <img> lacks "alt" attribute
line 546 column 63 - Warning: <img> lacks "alt" attribute
line 546 column 112 - Warning: <img> lacks "alt" attribute
line 546 column 162 - Warning: <img> lacks "alt" attribute
line 547 column 11 - Warning: <img> lacks "alt" attribute
line 557 column 15 - Warning: <img> lacks "alt" attribute
line 567 column 3657 - Warning: <img> lacks "alt" attribute
line 575 column 22 - Warning: <img> lacks "alt" attribute
line 575 column 63 - Warning: <img> lacks "alt" attribute
line 575 column 112 - Warning: <img> lacks "alt" attribute
line 575 column 162 - Warning: <img> lacks "alt" attribute
line 576 column 11 - Warning: <img> lacks "alt" attribute
line 586 column 15 - Warning: <img> lacks "alt" attribute
line 602 column 23 - Warning: <img> lacks "alt" attribute
line 602 column 64 - Warning: <img> lacks "alt" attribute
line 602 column 113 - Warning: <img> lacks "alt" attribute
line 602 column 163 - Warning: <img> lacks "alt" attribute
line 603 column 11 - Warning: <img> lacks "alt" attribute
line 613 column 15 - Warning: <img> lacks "alt" attribute
line 620 column 901 - Warning: <div> anchor "xklayout" already defined
line 636 column 23 - Warning: <img> lacks "alt" attribute
line 636 column 64 - Warning: <img> lacks "alt" attribute
line 636 column 113 - Warning: <img> lacks "alt" attribute
line 636 column 163 - Warning: <img> lacks "alt" attribute
line 637 column 11 - Warning: <img> lacks "alt" attribute
line 647 column 15 - Warning: <img> lacks "alt" attribute
line 662 column 22 - Warning: <img> lacks "alt" attribute
line 662 column 63 - Warning: <img> lacks "alt" attribute
line 662 column 112 - Warning: <img> lacks "alt" attribute
line 662 column 162 - Warning: <img> lacks "alt" attribute
line 663 column 11 - Warning: <img> lacks "alt" attribute
line 673 column 15 - Warning: <img> lacks "alt" attribute
line 690 column 11 - Warning: <img> lacks "alt" attribute
line 691 column 23 - Warning: <img> lacks "alt" attribute
line 691 column 64 - Warning: <img> lacks "alt" attribute
line 691 column 112 - Warning: <img> lacks "alt" attribute
line 691 column 162 - Warning: <img> lacks "alt" attribute
line 692 column 11 - Warning: <img> lacks "alt" attribute
line 702 column 15 - Warning: <img> lacks "alt" attribute
line 711 column 670 - Warning: <img> lacks "alt" attribute
line 724 column 23 - Warning: <img> lacks "alt" attribute
line 724 column 64 - Warning: <img> lacks "alt" attribute
line 724 column 113 - Warning: <img> lacks "alt" attribute
line 724 column 163 - Warning: <img> lacks "alt" attribute
line 725 column 11 - Warning: <img> lacks "alt" attribute
line 735 column 15 - Warning: <img> lacks "alt" attribute
line 742 column 901 - Warning: <div> anchor "xklayout" already defined
line 745 column 1132 - Warning: <img> lacks "alt" attribute
line 752 column 11 - Warning: <img> lacks "alt" attribute
line 753 column 23 - Warning: <img> lacks "alt" attribute
line 753 column 64 - Warning: <img> lacks "alt" attribute
line 753 column 112 - Warning: <img> lacks "alt" attribute
line 753 column 162 - Warning: <img> lacks "alt" attribute
line 754 column 11 - Warning: <img> lacks "alt" attribute
line 764 column 15 - Warning: <img> lacks "alt" attribute
line 780 column 23 - Warning: <img> lacks "alt" attribute
line 780 column 64 - Warning: <img> lacks "alt" attribute
line 780 column 113 - Warning: <img> lacks "alt" attribute
line 780 column 163 - Warning: <img> lacks "alt" attribute
line 781 column 11 - Warning: <img> lacks "alt" attribute
line 791 column 15 - Warning: <img> lacks "alt" attribute
line 798 column 901 - Warning: <div> anchor "xklayout" already defined
line 809 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 809 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 809 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 818 column 25 - Warning: <img> lacks "alt" attribute
line 823 column 267 - Warning: <img> lacks "alt" attribute
line 205 column 4631 - Warning: trimming empty <label>
line 803 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 203 column 27 - Warning: <nobr> is not approved by W3C
line 229 column 27 - Warning: <nobr> is not approved by W3C
line 261 column 27 - Warning: <nobr> is not approved by W3C
line 303 column 27 - Warning: <nobr> is not approved by W3C
line 344 column 27 - Warning: <nobr> is not approved by W3C
line 370 column 27 - Warning: <nobr> is not approved by W3C
line 416 column 27 - Warning: <nobr> is not approved by W3C
line 448 column 27 - Warning: <nobr> is not approved by W3C
line 485 column 27 - Warning: <nobr> is not approved by W3C
line 531 column 27 - Warning: <nobr> is not approved by W3C
line 562 column 27 - Warning: <nobr> is not approved by W3C
line 591 column 27 - Warning: <nobr> is not approved by W3C
line 618 column 27 - Warning: <nobr> is not approved by W3C
line 652 column 27 - Warning: <nobr> is not approved by W3C
line 678 column 27 - Warning: <nobr> is not approved by W3C
line 707 column 27 - Warning: <nobr> is not approved by W3C
line 740 column 27 - Warning: <nobr> is not approved by W3C
line 769 column 27 - Warning: <nobr> is not approved by W3C
line 796 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 319 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md