This commit is contained in:
Lucidiot 2024-05-06 16:53:43 +02:00
parent 731d89d727
commit 96fc3b4dd2
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
2 changed files with 22 additions and 0 deletions

View File

@ -13,3 +13,5 @@ I will try to document how I placed the consoles in each spot, how you can do it
* System Restore (soon™)
* Help and Support Center (soon™)
* [Windows Vista Sidebar](docs/gadget.md)
* Google Earth (soon™)
* Google SketchUp (soon™)

20
console.kml Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<NetworkLinkControl>
<linkDescription><![CDATA[
<iframe src="https://lucidiot.tildepages.org/xp-consoles/@master/console.html" height="300"></iframe>
<a href="https://lucidiot.tildepages.org/xp-consoles/@master/console.html">Open in browser</a>
]]></linkDescription>
</NetworkLinkControl>
<Document>
<name>Windows Scripting Console</name>
<description><![CDATA[
<iframe src="https://lucidiot.tildepages.org/xp-consoles/@master/console.html" height="300"></iframe>
<a href="https://lucidiot.tildepages.org/xp-consoles/@master/console.html">Open in browser</a>
]]></description>
<atom:author>
<atom:name>~lucidiot</atom:name>
</atom:author>
<atom:link href="https://tildegit.org/lucidiot/xp-consoles/" />
</Document>
</kml>