update: removed useless dev stuff from git
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -365,3 +365,4 @@ FodyWeavers.xsd
|
|||||||
/hacktv_updsrv/ServiceVault/wtv-music/midi
|
/hacktv_updsrv/ServiceVault/wtv-music/midi
|
||||||
/zefie_wtvp_minisrv/ServiceVault/wtv-home/6969.html
|
/zefie_wtvp_minisrv/ServiceVault/wtv-home/6969.html
|
||||||
/zefie_wtvp_minisrv/user_config.json
|
/zefie_wtvp_minisrv/user_config.json
|
||||||
|
/zefie_wtvp_minisrv/ServiceVault/wtv-home/home.zefie.html
|
||||||
|
|||||||
@@ -40,10 +40,13 @@ if (request_headers.query.url) {
|
|||||||
data += `width=250 bgcolor=#444444 text=#ffdd33 cursor=#cc9933 selected>
|
data += `width=250 bgcolor=#444444 text=#ffdd33 cursor=#cc9933 selected>
|
||||||
<input type=submit value="Access URL">
|
<input type=submit value="Access URL">
|
||||||
</form></li>
|
</form></li>
|
||||||
</ul>
|
</ul>`
|
||||||
|
|
||||||
<h4>Developer Playground</h4>
|
try {
|
||||||
<a href="wtv-home:/zefie">zefie's stuff and things</a>
|
if (fs.lstatSync(service_dir + "/home.zefie.html")) {
|
||||||
|
data += fs.readFileSync(service_dir + "/home.zefie.html", { 'encoding': 'utf8' });
|
||||||
</body>
|
}
|
||||||
</html>`
|
} catch (e) {
|
||||||
|
// silent
|
||||||
|
}
|
||||||
|
data += "</body>\n</html>";
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
<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>
|
|
||||||
@@ -49,7 +49,6 @@
|
|||||||
<Content Include="ServiceVault\wtv-flashrom\ROMCache\up-arrows.swf" />
|
<Content Include="ServiceVault\wtv-flashrom\ROMCache\up-arrows.swf" />
|
||||||
<Content Include="ServiceVault\wtv-flashrom\ROMCache\WebTVLogoJewel.gif" />
|
<Content Include="ServiceVault\wtv-flashrom\ROMCache\WebTVLogoJewel.gif" />
|
||||||
<Content Include="ServiceVault\wtv-flashrom\willie.js" />
|
<Content Include="ServiceVault\wtv-flashrom\willie.js" />
|
||||||
<Content Include="ServiceVault\wtv-home\zefie.html" />
|
|
||||||
<Content Include="ServiceVault\wtv-music\demo\hacktv4.gif" />
|
<Content Include="ServiceVault\wtv-music\demo\hacktv4.gif" />
|
||||||
<Content Include="ServiceVault\wtv-music\demo\index.html" />
|
<Content Include="ServiceVault\wtv-music\demo\index.html" />
|
||||||
<Content Include="ServiceVault\wtv-music\demo\midi\acey.mid" />
|
<Content Include="ServiceVault\wtv-music\demo\midi\acey.mid" />
|
||||||
|
|||||||
Reference in New Issue
Block a user