- FlashROM Support for LC2 and newer. - FlashROM system can handle local files, or proxy from server (default). No need to have a local FlashROM collection! - Added 'verbosity' configuration option - Update HTML Mode to async fileRead - Config option for sending tellyscripts or not - Config option to mask SSIDs in console log - Update wtv-home:/home and wtv-home:/zefie - Update .gitignore - Add wtv-music:/demo/index courtesy of MattMan69 - Update HTML Mode to async fileRead - Update Raw TXT Mode to async fileRead - Replaced .async.js feature with defining `request_is_async` in standard .js script - Cleaned up code a bit - Moved global var 'query' to 'request_headers.query' - Tidied ServiceDeps - Upgraded wtv-log:/log to async, now also logs query arguments, saves to .txt for easier reading.
24 lines
1.1 KiB
HTML
24 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>zefie's playground</title>
|
|
<DISPLAY showwhencomplete options showoptions noscroll>
|
|
</head>
|
|
<body bgcolor="black" link="gold" vlink="gold" alink="gold" text="gold">
|
|
|
|
<h3>Dev playground</h3>
|
|
Moved these off the main page to clean it up :)<br>
|
|
The stuff on this page is probably useless to you so why not move it off the main page.<br /><br />
|
|
Content here is either not pushed to git (Not Found error), or not fully functional yet (Other errors).
|
|
|
|
<h4>Just for fun</h4>
|
|
<ul>
|
|
<li><a href="wtv-music:/content/index.html">Music Collection</a></li>
|
|
</ul>
|
|
|
|
<h4>Test Stuff (probably broken)</h4>
|
|
<a href="wtv-update:/update?">HackTV Updater Test</a><br>
|
|
<a href="client:showalert?message=If%20you%20choose%20to%20disconnect%20and%20return%20to%20HackTV%20home%2C%20you%20may%20not%20be%20able%20to%20reconnect%20to%20the%20update%20server%20until%20you%20power%20cycle%20your%20box.%3Cbr%3E%3Cbr%3EAre%20you%20sure%20you%20would%20like%20to%20go%20offline%3F&buttonlabel1=No&buttonaction1=client:donothing&buttonlabel2=Yes&buttonaction2=wtv-tricks%3A%2Fgo-offline%3Ftitle%3DHackTV%2520Home">Disconnect and go to HackTV Home</a<br>
|
|
|
|
|
|
</body>
|
|
</html> |